Color Hex Logo

#ea530f Color Hex

#EA530F
(234,83,15)
0 Favorites   0 Comments

Color spaces of #ea530f

RGB 2348315
HSL0.050.880.49
HSV19°94°92°
CMYK 0.000.650.94   0.08
XYZ37.111223.71343.0731
Yxy23.71340.58080.3711
Hunter Lab48.696450.814930.3459
CIE-Lab55.799755.966562.8994

#ea530f color RGB value is (234,83,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010011 00001111
Octal 352 123 17
Decimal 234 83 15
Hex EA 53 F

RGB Percentages of Color #ea530f

%70.48
%25.00
%4.52

CMYK Percentages of Color #ea530f

%0
%65
%94
%8

Triadic Colors of #ea530f

#ea530f #0fea53 #530fea

Analogous Colors of #ea530f

#ea530f #eac10f #ea0f38

Monochromatic Colors of #ea530f

#ea530f

Complementary Color

#ea530f #0fa6ea

#ea530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea530f Color CSS Codes

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

#ea530f Text Font Color

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

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


#ea530f Background Color

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

This div background color is #ea530f


#ea530f Border Color

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

This div border color is #ea530f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea530f


Comments

No comments written yet.

Please login to write comment.