Color Hex Logo

#e9962f Color Hex

#E9962F
(233,150,47)
0 Favorites   0 Comments

Color spaces of #e9962f

RGB 23315047
HSL0.090.810.55
HSV33°80°91°
CMYK 0.000.360.80   0.09
XYZ45.023739.34167.9100
Yxy39.34160.48790.4264
Hunter Lab62.722918.365736.4289
CIE-Lab68.998023.395663.0965

#e9962f color RGB value is (233,150,47).

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

The process color (four color CMYK) of #e9962f color hex is 0.00, 0.36, 0.80, 0.09. Web safe color of #e9962f is #ff9933. Color #e9962f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010110 00101111
Octal 351 226 57
Decimal 233 150 47
Hex E9 96 2F

RGB Percentages of Color #e9962f

%54.19
%34.88
%10.93

CMYK Percentages of Color #e9962f

%0
%36
%80
%9

Triadic Colors of #e9962f

#e9962f #2fe996 #962fe9

Analogous Colors of #e9962f

#e9962f #dfe92f #e9392f

Monochromatic Colors of #e9962f

#e9962f

Complementary Color

#e9962f #2f82e9

#e9962f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9962f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9962f Color CSS Codes

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

#e9962f Text Font Color

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

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


#e9962f Background Color

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

This div background color is #e9962f


#e9962f Border Color

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

This div border color is #e9962f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9962f


Comments

No comments written yet.

Please login to write comment.