Color Hex Logo

#ea824f Color Hex

#EA824F
(234,130,79)
0 Favorites   0 Comments

Color spaces of #ea824f

RGB 23413079
HSL0.050.790.61
HSV20°66°92°
CMYK 0.000.440.66   0.08
XYZ43.325634.022211.6806
Yxy34.02220.48660.3821
Hunter Lab58.328630.512228.9569
CIE-Lab64.980235.750744.5901

#ea824f color RGB value is (234,130,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000010 01001111
Octal 352 202 117
Decimal 234 130 79
Hex EA 82 4F

RGB Percentages of Color #ea824f

%52.82
%29.35
%17.83

CMYK Percentages of Color #ea824f

%0
%44
%66
%8

Triadic Colors of #ea824f

#ea824f #4fea82 #824fea

Analogous Colors of #ea824f

#ea824f #ead04f #ea4f6a

Monochromatic Colors of #ea824f

#ea824f

Complementary Color

#ea824f #4fb7ea

#ea824f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea824f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea824f Color CSS Codes

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

#ea824f Text Font Color

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

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


#ea824f Background Color

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

This div background color is #ea824f


#ea824f Border Color

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

This div border color is #ea824f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea824f


Comments

No comments written yet.

Please login to write comment.