Color Hex Logo

#ea9208 Color Hex

#EA9208
(234,146,8)
0 Favorites   0 Comments

Color spaces of #ea9208

RGB 2341468
HSL0.100.930.47
HSV37°97°92°
CMYK 0.000.380.97   0.08
XYZ44.254438.06775.2451
Yxy38.06770.50540.4347
Hunter Lab61.699020.058138.1490
CIE-Lab68.070525.160872.1776

#ea9208 color RGB value is (234,146,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010010 00001000
Octal 352 222 10
Decimal 234 146 8
Hex EA 92 8

RGB Percentages of Color #ea9208

%60.31
%37.63
%2.06

CMYK Percentages of Color #ea9208

%0
%38
%97
%8

Triadic Colors of #ea9208

#ea9208 #08ea92 #9208ea

Analogous Colors of #ea9208

#ea9208 #d1ea08 #ea2108

Monochromatic Colors of #ea9208

#ea9208

Complementary Color

#ea9208 #0860ea

#ea9208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9208 Color CSS Codes

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

#ea9208 Text Font Color

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

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


#ea9208 Background Color

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

This div background color is #ea9208


#ea9208 Border Color

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

This div border color is #ea9208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9208


Comments

No comments written yet.

Please login to write comment.