Color Hex Logo

#ea802a Color Hex

#EA802A
(234,128,42)
0 Favorites   0 Comments

Color spaces of #ea802a

RGB 23412842
HSL0.070.820.54
HSV27°82°92°
CMYK 0.000.450.82   0.08
XYZ42.068833.09796.3618
Yxy33.09790.51600.4060
Hunter Lab57.530829.847533.7152
CIE-Lab64.240135.183360.7376

#ea802a color RGB value is (234,128,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000000 00101010
Octal 352 200 52
Decimal 234 128 42
Hex EA 80 2A

RGB Percentages of Color #ea802a

%57.92
%31.68
%10.40

CMYK Percentages of Color #ea802a

%0
%45
%82
%8

Triadic Colors of #ea802a

#ea802a #2aea80 #802aea

Analogous Colors of #ea802a

#ea802a #eae02a #ea2a34

Monochromatic Colors of #ea802a

#ea802a

Complementary Color

#ea802a #2a94ea

#ea802a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea802a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea802a Color CSS Codes

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

#ea802a Text Font Color

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

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


#ea802a Background Color

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

This div background color is #ea802a


#ea802a Border Color

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

This div border color is #ea802a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea802a


Comments

No comments written yet.

Please login to write comment.