Color Hex Logo

#ee952e Color Hex

#EE952E
(238,149,46)
0 Favorites   0 Comments

Color spaces of #ee952e

RGB 23814946
HSL0.090.850.56
HSV32°81°93°
CMYK 0.000.370.81   0.07
XYZ46.500539.86937.8295
Yxy39.86930.49360.4232
Hunter Lab63.142120.956136.8477
CIE-Lab69.376325.980664.0329

#ee952e color RGB value is (238,149,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010101 00101110
Octal 356 225 56
Decimal 238 149 46
Hex EE 95 2E

RGB Percentages of Color #ee952e

%54.97
%34.41
%10.62

CMYK Percentages of Color #ee952e

%0
%37
%81
%7

Triadic Colors of #ee952e

#ee952e #2eee95 #952eee

Analogous Colors of #ee952e

#ee952e #e7ee2e #ee352e

Monochromatic Colors of #ee952e

#ee952e

Complementary Color

#ee952e #2e87ee

#ee952e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee952e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee952e Color CSS Codes

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

#ee952e Text Font Color

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

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


#ee952e Background Color

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

This div background color is #ee952e


#ee952e Border Color

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

This div border color is #ee952e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,149,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee952e


Comments

No comments written yet.

Please login to write comment.