Color Hex Logo

#ea6a2a Color Hex

#EA6A2A
(234,106,42)
0 Favorites   0 Comments

Color spaces of #ea6a2a

RGB 23410642
HSL0.060.820.54
HSV20°82°92°
CMYK 0.000.550.82   0.08
XYZ39.503627.96775.5067
Yxy27.96770.54130.3832
Hunter Lab52.884540.787930.8455
CIE-Lab59.859546.157256.8306

#ea6a2a color RGB value is (234,106,42).

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

The process color (four color CMYK) of #ea6a2a color hex is 0.00, 0.55, 0.82, 0.08. Web safe color of #ea6a2a is #ff6633. Color #ea6a2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101010 00101010
Octal 352 152 52
Decimal 234 106 42
Hex EA 6A 2A

RGB Percentages of Color #ea6a2a

%61.26
%27.75
%10.99

CMYK Percentages of Color #ea6a2a

%0
%55
%82
%8

Triadic Colors of #ea6a2a

#ea6a2a #2aea6a #6a2aea

Analogous Colors of #ea6a2a

#ea6a2a #eaca2a #ea2a4a

Monochromatic Colors of #ea6a2a

#ea6a2a

Complementary Color

#ea6a2a #2aaaea

#ea6a2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6a2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6a2a Color CSS Codes

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

#ea6a2a Text Font Color

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

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


#ea6a2a Background Color

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

This div background color is #ea6a2a


#ea6a2a Border Color

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

This div border color is #ea6a2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6a2a


Comments

No comments written yet.

Please login to write comment.