Color Hex Logo

#ea830a Color Hex

#EA830A
(234,131,10)
0 Favorites   0 Comments

Color spaces of #ea830a

RGB 23413110
HSL0.090.920.48
HSV32°96°92°
CMYK 0.000.440.96   0.08
XYZ42.102833.74694.5819
Yxy33.74690.52350.4196
Hunter Lab58.092127.708535.9881
CIE-Lab64.761233.040069.6782

#ea830a color RGB value is (234,131,10).

#ea830a hex color red value is 234, green value is 131 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ea830a hue: 0.09 , saturation: 0.92 and the lightness value of ea830a is 0.48.

The process color (four color CMYK) of #ea830a color hex is 0.00, 0.44, 0.96, 0.08. Web safe color of #ea830a is #ff9900. Color #ea830a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000011 00001010
Octal 352 203 12
Decimal 234 131 10
Hex EA 83 A

RGB Percentages of Color #ea830a

%62.40
%34.93
%2.67

CMYK Percentages of Color #ea830a

%0
%44
%96
%8

Triadic Colors of #ea830a

#ea830a #0aea83 #830aea

Analogous Colors of #ea830a

#ea830a #e1ea0a #ea130a

Monochromatic Colors of #ea830a

#ea830a

Complementary Color

#ea830a #0a71ea

#ea830a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea830a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea830a Color CSS Codes

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

#ea830a Text Font Color

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

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


#ea830a Background Color

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

This div background color is #ea830a


#ea830a Border Color

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

This div border color is #ea830a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea830a


Comments

No comments written yet.

Please login to write comment.