Color Hex Logo

#ea530a Color Hex

#EA530A
(234,83,10)
0 Favorites   0 Comments

Color spaces of #ea530a

RGB 2348310
HSL0.050.920.48
HSV20°96°92°
CMYK 0.000.650.96   0.08
XYZ37.079723.70092.9076
Yxy23.70090.58220.3721
Hunter Lab48.683650.757830.5374
CIE-Lab55.787155.917563.9910

#ea530a color RGB value is (234,83,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010011 00001010
Octal 352 123 12
Decimal 234 83 10
Hex EA 53 A

RGB Percentages of Color #ea530a

%71.56
%25.38
%3.06

CMYK Percentages of Color #ea530a

%0
%65
%96
%8

Triadic Colors of #ea530a

#ea530a #0aea53 #530aea

Analogous Colors of #ea530a

#ea530a #eac30a #ea0a31

Monochromatic Colors of #ea530a

#ea530a

Complementary Color

#ea530a #0aa1ea

#ea530a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea530a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea530a Color CSS Codes

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

#ea530a Text Font Color

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

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


#ea530a Background Color

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

This div background color is #ea530a


#ea530a Border Color

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

This div border color is #ea530a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea530a


Comments

No comments written yet.

Please login to write comment.