Color Hex Logo

#ea531c Color Hex

#EA531C
(234,83,28)
0 Favorites   0 Comments

Color spaces of #ea531c

RGB 2348328
HSL0.040.830.51
HSV16°88°92°
CMYK 0.000.650.88   0.08
XYZ37.234523.76283.7228
Yxy23.76280.57530.3672
Hunter Lab48.747151.036229.5950
CIE-Lab55.849556.156058.9653

#ea531c color RGB value is (234,83,28).

#ea531c hex color red value is 234, green value is 83 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ea531c hue: 0.04 , saturation: 0.83 and the lightness value of ea531c is 0.51.

The process color (four color CMYK) of #ea531c color hex is 0.00, 0.65, 0.88, 0.08. Web safe color of #ea531c is #ff6633. Color #ea531c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010011 00011100
Octal 352 123 34
Decimal 234 83 28
Hex EA 53 1C

RGB Percentages of Color #ea531c

%67.83
%24.06
%8.12

CMYK Percentages of Color #ea531c

%0
%65
%88
%8

Triadic Colors of #ea531c

#ea531c #1cea53 #531cea

Analogous Colors of #ea531c

#ea531c #eaba1c #ea1c4c

Monochromatic Colors of #ea531c

#ea531c

Complementary Color

#ea531c #1cb3ea

#ea531c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea531c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea531c Color CSS Codes

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

#ea531c Text Font Color

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

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


#ea531c Background Color

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

This div background color is #ea531c


#ea531c Border Color

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

This div border color is #ea531c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea531c


Comments

No comments written yet.

Please login to write comment.