Color Hex Logo

#ee952f Color Hex

#EE952F
(238,149,47)
0 Favorites   0 Comments

Color spaces of #ee952f

RGB 23814947
HSL0.090.850.56
HSV32°80°93°
CMYK 0.000.370.80   0.07
XYZ46.520439.87737.9345
Yxy39.87730.49320.4227
Hunter Lab63.148520.988136.7542
CIE-Lab69.382026.012163.6726

#ee952f color RGB value is (238,149,47).

#ee952f hex color red value is 238, green value is 149 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ee952f hue: 0.09 , saturation: 0.85 and the lightness value of ee952f is 0.56.

The process color (four color CMYK) of #ee952f color hex is 0.00, 0.37, 0.80, 0.07. Web safe color of #ee952f is #ff9933. Color #ee952f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010101 00101111
Octal 356 225 57
Decimal 238 149 47
Hex EE 95 2F

RGB Percentages of Color #ee952f

%54.84
%34.33
%10.83

CMYK Percentages of Color #ee952f

%0
%37
%80
%7

Triadic Colors of #ee952f

#ee952f #2fee95 #952fee

Analogous Colors of #ee952f

#ee952f #e8ee2f #ee352f

Monochromatic Colors of #ee952f

#ee952f

Complementary Color

#ee952f #2f88ee

#ee952f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee952f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee952f Color CSS Codes

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

#ee952f Text Font Color

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

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


#ee952f Background Color

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

This div background color is #ee952f


#ee952f Border Color

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

This div border color is #ee952f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee952f


Comments

No comments written yet.

Please login to write comment.