Color Hex Logo

#ea912f Color Hex

#EA912F
(234,145,47)
0 Favorites   0 Comments

Color spaces of #ea912f

RGB 23414547
HSL0.090.820.55
HSV31°80°92°
CMYK 0.000.380.80   0.08
XYZ44.570237.94857.6650
Yxy37.94850.49420.4208
Hunter Lab61.602421.343235.7444
CIE-Lab67.982626.459162.2166

#ea912f color RGB value is (234,145,47).

#ea912f hex color red value is 234, green value is 145 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ea912f hue: 0.09 , saturation: 0.82 and the lightness value of ea912f is 0.55.

The process color (four color CMYK) of #ea912f color hex is 0.00, 0.38, 0.80, 0.08. Web safe color of #ea912f is #ff9933. Color #ea912f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010001 00101111
Octal 352 221 57
Decimal 234 145 47
Hex EA 91 2F

RGB Percentages of Color #ea912f

%54.93
%34.04
%11.03

CMYK Percentages of Color #ea912f

%0
%38
%80
%8

Triadic Colors of #ea912f

#ea912f #2fea91 #912fea

Analogous Colors of #ea912f

#ea912f #e6ea2f #ea342f

Monochromatic Colors of #ea912f

#ea912f

Complementary Color

#ea912f #2f88ea

#ea912f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea912f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea912f Color CSS Codes

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

#ea912f Text Font Color

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

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


#ea912f Background Color

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

This div background color is #ea912f


#ea912f Border Color

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

This div border color is #ea912f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea912f


Comments

No comments written yet.

Please login to write comment.