Color Hex Logo

#e08604 Color Hex

#E08604
(224,134,4)
0 Favorites   0 Comments

Color spaces of #e08604

RGB 2241344
HSL0.100.960.45
HSV35°98°88°
CMYK 0.000.400.98   0.12
XYZ39.287532.90634.3957
Yxy32.90630.51300.4296
Hunter Lab57.364021.864235.6115
CIE-Lab64.085027.262569.4678

#e08604 color RGB value is (224,134,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000110 00000100
Octal 340 206 4
Decimal 224 134 4
Hex E0 86 4

RGB Percentages of Color #e08604

%61.88
%37.02
%1.10

CMYK Percentages of Color #e08604

%0
%40
%98
%12

Triadic Colors of #e08604

#e08604 #04e086 #8604e0

Analogous Colors of #e08604

#e08604 #cce004 #e01804

Monochromatic Colors of #e08604

#e08604

Complementary Color

#e08604 #045ee0

#e08604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08604 Color CSS Codes

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

#e08604 Text Font Color

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

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


#e08604 Background Color

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

This div background color is #e08604


#e08604 Border Color

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

This div border color is #e08604


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,134,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 #e08604">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08604


Comments

No comments written yet.

Please login to write comment.