Color Hex Logo

#e09c4a Color Hex

#E09C4A
(224,156,74)
0 Favorites   0 Comments

Color spaces of #e09c4a

RGB 22415674
HSL0.090.710.58
HSV33°67°88°
CMYK 0.000.300.67   0.12
XYZ43.865040.118611.9103
Yxy40.11860.45740.4184
Hunter Lab63.339212.774833.1886
CIE-Lab69.553917.626751.8569

#e09c4a color RGB value is (224,156,74).

#e09c4a hex color red value is 224, green value is 156 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #e09c4a hue: 0.09 , saturation: 0.71 and the lightness value of e09c4a is 0.58.

The process color (four color CMYK) of #e09c4a color hex is 0.00, 0.30, 0.67, 0.12. Web safe color of #e09c4a is #cc9933. Color #e09c4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011100 01001010
Octal 340 234 112
Decimal 224 156 74
Hex E0 9C 4A

RGB Percentages of Color #e09c4a

%49.34
%34.36
%16.30

CMYK Percentages of Color #e09c4a

%0
%30
%67
%12

Triadic Colors of #e09c4a

#e09c4a #4ae09c #9c4ae0

Analogous Colors of #e09c4a

#e09c4a #d9e04a #e0514a

Monochromatic Colors of #e09c4a

#e09c4a

Complementary Color

#e09c4a #4a8ee0

#e09c4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09c4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09c4a Color CSS Codes

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

#e09c4a Text Font Color

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

This sample text font color is #e09c4a
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.


#e09c4a Background Color

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

This div background color is #e09c4a


#e09c4a Border Color

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

This div border color is #e09c4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,156,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e09c4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e09c4a;
  -webkit-box-shadow: 1px 1px 3px 2px #e09c4a;
  box-shadow:         1px 1px 3px 2px #e09c4a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,156,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09c4a


Comments

No comments written yet.

Please login to write comment.