Color Hex Logo

#ea852b Color Hex

#EA852B
(234,133,43)
0 Favorites   0 Comments

Color spaces of #ea852b

RGB 23413343
HSL0.080.820.54
HSV28°82°92°
CMYK 0.000.430.82   0.08
XYZ42.755334.44196.6800
Yxy34.44190.50970.4106
Hunter Lab58.687227.339734.3324
CIE-Lab65.311832.625461.3125

#ea852b color RGB value is (234,133,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000101 00101011
Octal 352 205 53
Decimal 234 133 43
Hex EA 85 2B

RGB Percentages of Color #ea852b

%57.07
%32.44
%10.49

CMYK Percentages of Color #ea852b

%0
%43
%82
%8

Triadic Colors of #ea852b

#ea852b #2bea85 #852bea

Analogous Colors of #ea852b

#ea852b #eae52b #ea2b30

Monochromatic Colors of #ea852b

#ea852b

Complementary Color

#ea852b #2b90ea

#ea852b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea852b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea852b Color CSS Codes

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

#ea852b Text Font Color

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

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


#ea852b Background Color

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

This div background color is #ea852b


#ea852b Border Color

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

This div border color is #ea852b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea852b


Comments

No comments written yet.

Please login to write comment.