Color Hex Logo

#e09804 Color Hex

#E09804
(224,152,4)
0 Favorites   0 Comments

Color spaces of #e09804

RGB 2241524
HSL0.110.960.45
HSV40°98°88°
CMYK 0.000.320.98   0.12
XYZ41.990638.31255.2968
Yxy38.31250.49050.4476
Hunter Lab61.897112.773438.2543
CIE-Lab68.250317.661772.2493

#e09804 color RGB value is (224,152,4).

#e09804 hex color red value is 224, green value is 152 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #e09804 hue: 0.11 , saturation: 0.96 and the lightness value of e09804 is 0.45.

The process color (four color CMYK) of #e09804 color hex is 0.00, 0.32, 0.98, 0.12. Web safe color of #e09804 is #cc9900. Color #e09804 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011000 00000100
Octal 340 230 4
Decimal 224 152 4
Hex E0 98 4

RGB Percentages of Color #e09804

%58.95
%40.00
%1.05

CMYK Percentages of Color #e09804

%0
%32
%98
%12

Triadic Colors of #e09804

#e09804 #04e098 #9804e0

Analogous Colors of #e09804

#e09804 #bae004 #e02a04

Monochromatic Colors of #e09804

#e09804

Complementary Color

#e09804 #044ce0

#e09804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09804 Color CSS Codes

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

#e09804 Text Font Color

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

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


#e09804 Background Color

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

This div background color is #e09804


#e09804 Border Color

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

This div border color is #e09804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09804


Comments

No comments written yet.

Please login to write comment.