Color Hex Logo

#ea804f Color Hex

#EA804F
(234,128,79)
0 Favorites   0 Comments

Color spaces of #ea804f

RGB 23412879
HSL0.050.790.61
HSV19°66°92°
CMYK 0.000.450.66   0.08
XYZ43.062133.495311.5927
Yxy33.49530.48850.3800
Hunter Lab57.875131.531828.6365
CIE-Lab64.560036.780344.1045

#ea804f color RGB value is (234,128,79).

#ea804f hex color red value is 234, green value is 128 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ea804f hue: 0.05 , saturation: 0.79 and the lightness value of ea804f is 0.61.

The process color (four color CMYK) of #ea804f color hex is 0.00, 0.45, 0.66, 0.08. Web safe color of #ea804f is #ff9966. Color #ea804f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000000 01001111
Octal 352 200 117
Decimal 234 128 79
Hex EA 80 4F

RGB Percentages of Color #ea804f

%53.06
%29.02
%17.91

CMYK Percentages of Color #ea804f

%0
%45
%66
%8

Triadic Colors of #ea804f

#ea804f #4fea80 #804fea

Analogous Colors of #ea804f

#ea804f #eace4f #ea4f6c

Monochromatic Colors of #ea804f

#ea804f

Complementary Color

#ea804f #4fb9ea

#ea804f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea804f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea804f Color CSS Codes

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

#ea804f Text Font Color

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

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


#ea804f Background Color

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

This div background color is #ea804f


#ea804f Border Color

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

This div border color is #ea804f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea804f


Comments

No comments written yet.

Please login to write comment.