Color Hex Logo

#e08210 Color Hex

#E08210
(224,130,16)
0 Favorites   0 Comments

Color spaces of #e08210

RGB 22413016
HSL0.090.870.47
HSV33°93°88°
CMYK 0.000.420.93   0.12
XYZ38.816631.85004.5920
Yxy31.85000.51580.4232
Hunter Lab56.435824.009834.6808
CIE-Lab63.218729.502266.9677

#e08210 color RGB value is (224,130,16).

#e08210 hex color red value is 224, green value is 130 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #e08210 hue: 0.09 , saturation: 0.87 and the lightness value of e08210 is 0.47.

The process color (four color CMYK) of #e08210 color hex is 0.00, 0.42, 0.93, 0.12. Web safe color of #e08210 is #cc9900. Color #e08210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000010 00010000
Octal 340 202 20
Decimal 224 130 16
Hex E0 82 10

RGB Percentages of Color #e08210

%60.54
%35.14
%4.32

CMYK Percentages of Color #e08210

%0
%42
%93
%12

Triadic Colors of #e08210

#e08210 #10e082 #8210e0

Analogous Colors of #e08210

#e08210 #d6e010 #e01a10

Monochromatic Colors of #e08210

#e08210

Complementary Color

#e08210 #106ee0

#e08210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08210 Color CSS Codes

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

#e08210 Text Font Color

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

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


#e08210 Background Color

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

This div background color is #e08210


#e08210 Border Color

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

This div border color is #e08210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08210


Comments

No comments written yet.

Please login to write comment.