color codes Logo

#e2984e color codes

#E2984E
(226,152,78)
0 Favorites   0 Comments

Color spaces of #e2984e

RGB 22615278
HSL0.080.720.60
HSV30°65°89°
CMYK 0.000.330.65   0.11
XYZ43.967439.175312.4520
Yxy39.17530.45990.4098
Hunter Lab62.590215.857232.0177
CIE-Lab68.878120.840349.2630

#e2984e color RGB value is (226,152,78).

#e2984e hex color red value is 226, green value is 152 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e2984e hue: 0.08 , saturation: 0.72 and the lightness value of e2984e is 0.60.

The process color (four color CMYK) of #e2984e color code is 0.00, 0.33, 0.65, 0.11. Web safe color of #e2984e is #cc9966. Color #e2984e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011000 01001110
Octal 342 230 116
Decimal 226 152 78
Hex E2 98 4E

RGB Percentages of Color #e2984e

%49.56
%33.33
%17.11

CMYK Percentages of Color #e2984e

%0
%33
%65
%11

Triadic Colors of #e2984e

#e2984e #4ee298 #984ee2

Analogous Colors of #e2984e

#e2984e #e2e24e #e24e4e

Monochromatic Colors of #e2984e

#e2984e

Complementary Color

#e2984e #4e98e2

#e2984e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2984e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2984e Color CSS Codes

.mybgcolor {background-color:#e2984e; } 
.myforecolor {color:#e2984e; }
.mybordercolor {border:3px solid #e2984e; }

#e2984e Text Font Color

<p style="color:#e2984e">Text here</p>

This sample text font color is #e2984e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e2984e Background Color

<div style="background-color:#e2984e">
Div content here</div>

This div background color is #e2984e


#e2984e Border Color

<div style="border:3px solid #e2984e">
Div here</div>

This div border color is #e2984e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,152,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2984e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2984e;
  -webkit-box-shadow: 1px 1px 3px 2px #e2984e;
  box-shadow:         1px 1px 3px 2px #e2984e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,152,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e2984e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e2984e;
  -webkit-box-shadow: 1px 1px 3px 2px #e2984e;
  box-shadow:         1px 1px 3px 2px #e2984e;">
Div content here</div>

This div box has shadow with color #e2984e


Comments

No comments written yet.

Please login to write comment.