Color Hex Logo

#ea360f Color Hex

#EA360F
(234,54,15)
0 Favorites   0 Comments

Color spaces of #ea360f

RGB 2345415
HSL0.030.880.49
HSV11°94°92°
CMYK 0.000.770.94   0.08
XYZ35.337120.16522.4817
Yxy20.16520.60940.3478
Hunter Lab44.905761.880028.1573
CIE-Lab52.023566.324660.5762

#ea360f color RGB value is (234,54,15).

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

The process color (four color CMYK) of #ea360f color hex is 0.00, 0.77, 0.94, 0.08. Web safe color of #ea360f is #ff3300. Color #ea360f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110110 00001111
Octal 352 66 17
Decimal 234 54 15
Hex EA 36 F

RGB Percentages of Color #ea360f

%77.23
%17.82
%4.95

CMYK Percentages of Color #ea360f

%0
%77
%94
%8

Triadic Colors of #ea360f

#ea360f #0fea36 #360fea

Analogous Colors of #ea360f

#ea360f #eaa40f #ea0f56

Monochromatic Colors of #ea360f

#ea360f

Complementary Color

#ea360f #0fc3ea

#ea360f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea360f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea360f Color CSS Codes

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

#ea360f Text Font Color

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

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


#ea360f Background Color

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

This div background color is #ea360f


#ea360f Border Color

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

This div border color is #ea360f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea360f


Comments

No comments written yet.

Please login to write comment.