Color Hex Logo

#ea4810 Color Hex

#EA4810
(234,72,16)
0 Favorites   0 Comments

Color spaces of #ea4810

RGB 2347216
HSL0.040.870.49
HSV15°93°92°
CMYK 0.000.690.93   0.08
XYZ36.342622.16462.8529
Yxy22.16460.59230.3612
Hunter Lab47.079355.403329.3627
CIE-Lab54.201260.316061.6340

#ea4810 color RGB value is (234,72,16).

#ea4810 hex color red value is 234, green value is 72 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ea4810 hue: 0.04 , saturation: 0.87 and the lightness value of ea4810 is 0.49.

The process color (four color CMYK) of #ea4810 color hex is 0.00, 0.69, 0.93, 0.08. Web safe color of #ea4810 is #ff3300. Color #ea4810 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001000 00010000
Octal 352 110 20
Decimal 234 72 16
Hex EA 48 10

RGB Percentages of Color #ea4810

%72.67
%22.36
%4.97

CMYK Percentages of Color #ea4810

%0
%69
%93
%8

Triadic Colors of #ea4810

#ea4810 #10ea48 #4810ea

Analogous Colors of #ea4810

#ea4810 #eab510 #ea1045

Monochromatic Colors of #ea4810

#ea4810

Complementary Color

#ea4810 #10b2ea

#ea4810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4810 Color CSS Codes

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

#ea4810 Text Font Color

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

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


#ea4810 Background Color

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

This div background color is #ea4810


#ea4810 Border Color

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

This div border color is #ea4810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4810


Comments

No comments written yet.

Please login to write comment.