Color Hex Logo

#ea980a Color Hex

#EA980A
(234,152,10)
0 Favorites   0 Comments

Color spaces of #ea980a

RGB 23415210
HSL0.110.920.48
HSV38°96°92°
CMYK 0.000.350.96   0.08
XYZ45.214739.97085.6192
Yxy39.97080.49790.4402
Hunter Lab63.222517.018238.9860
CIE-Lab69.448722.003272.8634

#ea980a color RGB value is (234,152,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011000 00001010
Octal 352 230 12
Decimal 234 152 10
Hex EA 98 A

RGB Percentages of Color #ea980a

%59.09
%38.38
%2.53

CMYK Percentages of Color #ea980a

%0
%35
%96
%8

Triadic Colors of #ea980a

#ea980a #0aea98 #980aea

Analogous Colors of #ea980a

#ea980a #ccea0a #ea280a

Monochromatic Colors of #ea980a

#ea980a

Complementary Color

#ea980a #0a5cea

#ea980a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea980a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea980a Color CSS Codes

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

#ea980a Text Font Color

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

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


#ea980a Background Color

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

This div background color is #ea980a


#ea980a Border Color

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

This div border color is #ea980a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea980a


Comments

No comments written yet.

Please login to write comment.