Color Hex Logo

#ea8308 Color Hex

#EA8308
(234,131,8)
0 Favorites   0 Comments

Color spaces of #ea8308

RGB 2341318
HSL0.090.930.47
HSV33°97°92°
CMYK 0.000.440.97   0.08
XYZ42.091833.74264.5242
Yxy33.74260.52380.4199
Hunter Lab58.088427.689436.0441
CIE-Lab64.757733.021669.9656

#ea8308 color RGB value is (234,131,8).

#ea8308 hex color red value is 234, green value is 131 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ea8308 hue: 0.09 , saturation: 0.93 and the lightness value of ea8308 is 0.47.

The process color (four color CMYK) of #ea8308 color hex is 0.00, 0.44, 0.97, 0.08. Web safe color of #ea8308 is #ff9900. Color #ea8308 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000011 00001000
Octal 352 203 10
Decimal 234 131 8
Hex EA 83 8

RGB Percentages of Color #ea8308

%62.73
%35.12
%2.14

CMYK Percentages of Color #ea8308

%0
%44
%97
%8

Triadic Colors of #ea8308

#ea8308 #08ea83 #8308ea

Analogous Colors of #ea8308

#ea8308 #e0ea08 #ea1208

Monochromatic Colors of #ea8308

#ea8308

Complementary Color

#ea8308 #086fea

#ea8308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8308 Color CSS Codes

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

#ea8308 Text Font Color

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

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


#ea8308 Background Color

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

This div background color is #ea8308


#ea8308 Border Color

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

This div border color is #ea8308


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,131,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea8308; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea8308;
  -webkit-box-shadow: 1px 1px 3px 2px #ea8308;
  box-shadow:         1px 1px 3px 2px #ea8308; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8308


Comments

No comments written yet.

Please login to write comment.