Color Hex Logo

#ea760a Color Hex

#EA760A
(234,118,10)
0 Favorites   0 Comments

Color spaces of #ea760a

RGB 23411810
HSL0.080.920.48
HSV29°96°92°
CMYK 0.000.500.96   0.08
XYZ40.464930.47124.0360
Yxy30.47120.53970.4064
Hunter Lab55.200734.248234.3055
CIE-Lab62.058739.680667.8991

#ea760a color RGB value is (234,118,10).

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

The process color (four color CMYK) of #ea760a color hex is 0.00, 0.50, 0.96, 0.08. Web safe color of #ea760a is #ff6600. Color #ea760a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110110 00001010
Octal 352 166 12
Decimal 234 118 10
Hex EA 76 A

RGB Percentages of Color #ea760a

%64.64
%32.60
%2.76

CMYK Percentages of Color #ea760a

%0
%50
%96
%8

Triadic Colors of #ea760a

#ea760a #0aea76 #760aea

Analogous Colors of #ea760a

#ea760a #eae60a #ea0a0e

Monochromatic Colors of #ea760a

#ea760a

Complementary Color

#ea760a #0a7eea

#ea760a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea760a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea760a Color CSS Codes

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

#ea760a Text Font Color

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

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


#ea760a Background Color

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

This div background color is #ea760a


#ea760a Border Color

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

This div border color is #ea760a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea760a


Comments

No comments written yet.

Please login to write comment.