Color Hex Logo

#ea872b Color Hex

#EA872B
(234,135,43)
0 Favorites   0 Comments

Color spaces of #ea872b

RGB 23413543
HSL0.080.820.54
HSV29°82°92°
CMYK 0.000.420.82   0.08
XYZ43.031734.99486.7722
Yxy34.99480.50750.4127
Hunter Lab59.156426.321234.6220
CIE-Lab65.744631.583761.6974

#ea872b color RGB value is (234,135,43).

#ea872b hex color red value is 234, green value is 135 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ea872b hue: 0.08 , saturation: 0.82 and the lightness value of ea872b is 0.54.

The process color (four color CMYK) of #ea872b color hex is 0.00, 0.42, 0.82, 0.08. Web safe color of #ea872b is #ff9933. Color #ea872b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000111 00101011
Octal 352 207 53
Decimal 234 135 43
Hex EA 87 2B

RGB Percentages of Color #ea872b

%56.80
%32.77
%10.44

CMYK Percentages of Color #ea872b

%0
%42
%82
%8

Triadic Colors of #ea872b

#ea872b #2bea87 #872bea

Analogous Colors of #ea872b

#ea872b #eae72b #ea2b2e

Monochromatic Colors of #ea872b

#ea872b

Complementary Color

#ea872b #2b8eea

#ea872b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea872b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea872b Color CSS Codes

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

#ea872b Text Font Color

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

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


#ea872b Background Color

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

This div background color is #ea872b


#ea872b Border Color

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

This div border color is #ea872b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea872b


Comments

No comments written yet.

Please login to write comment.