Color Hex Logo

#ea330e Color Hex

#EA330E
(234,51,14)
0 Favorites   0 Comments

Color spaces of #ea330e

RGB 2345114
HSL0.030.890.49
HSV10°94°92°
CMYK 0.000.780.94   0.08
XYZ35.194819.89182.4000
Yxy19.89180.61220.3460
Hunter Lab44.600262.807028.0297
CIE-Lab51.714767.172460.6730

#ea330e color RGB value is (234,51,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110011 00001110
Octal 352 63 16
Decimal 234 51 14
Hex EA 33 E

RGB Percentages of Color #ea330e

%78.26
%17.06
%4.68

CMYK Percentages of Color #ea330e

%0
%78
%94
%8

Triadic Colors of #ea330e

#ea330e #0eea33 #330eea

Analogous Colors of #ea330e

#ea330e #eaa10e #ea0e57

Monochromatic Colors of #ea330e

#ea330e

Complementary Color

#ea330e #0ec5ea

#ea330e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea330e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea330e Color CSS Codes

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

#ea330e Text Font Color

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

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


#ea330e Background Color

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

This div background color is #ea330e


#ea330e Border Color

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

This div border color is #ea330e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea330e


Comments

No comments written yet.

Please login to write comment.