Color Hex Logo

#ea852f Color Hex

#EA852F
(234,133,47)
0 Favorites   0 Comments

Color spaces of #ea852f

RGB 23413347
HSL0.080.820.55
HSV28°80°92°
CMYK 0.000.430.80   0.08
XYZ42.832334.47277.0857
Yxy34.47270.50750.4085
Hunter Lab58.713527.469733.9441
CIE-Lab65.336132.750859.7886

#ea852f color RGB value is (234,133,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000101 00101111
Octal 352 205 57
Decimal 234 133 47
Hex EA 85 2F

RGB Percentages of Color #ea852f

%56.52
%32.13
%11.35

CMYK Percentages of Color #ea852f

%0
%43
%80
%8

Triadic Colors of #ea852f

#ea852f #2fea85 #852fea

Analogous Colors of #ea852f

#ea852f #eae32f #ea2f36

Monochromatic Colors of #ea852f

#ea852f

Complementary Color

#ea852f #2f94ea

#ea852f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea852f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea852f Color CSS Codes

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

#ea852f Text Font Color

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

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


#ea852f Background Color

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

This div background color is #ea852f


#ea852f Border Color

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

This div border color is #ea852f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea852f


Comments

No comments written yet.

Please login to write comment.