Color Hex Logo

#ea802b Color Hex

#EA802B
(234,128,43)
0 Favorites   0 Comments

Color spaces of #ea802b

RGB 23412843
HSL0.070.820.54
HSV27°82°92°
CMYK 0.000.450.82   0.08
XYZ42.086933.10526.4572
Yxy33.10520.51550.4055
Hunter Lab57.537129.878133.6221
CIE-Lab64.246035.212660.3617

#ea802b color RGB value is (234,128,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000000 00101011
Octal 352 200 53
Decimal 234 128 43
Hex EA 80 2B

RGB Percentages of Color #ea802b

%57.78
%31.60
%10.62

CMYK Percentages of Color #ea802b

%0
%45
%82
%8

Triadic Colors of #ea802b

#ea802b #2bea80 #802bea

Analogous Colors of #ea802b

#ea802b #eae02b #ea2b36

Monochromatic Colors of #ea802b

#ea802b

Complementary Color

#ea802b #2b95ea

#ea802b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea802b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea802b Color CSS Codes

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

#ea802b Text Font Color

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

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


#ea802b Background Color

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

This div background color is #ea802b


#ea802b Border Color

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

This div border color is #ea802b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea802b


Comments

No comments written yet.

Please login to write comment.