Color Hex Logo

#ee954e Color Hex

#EE954E
(238,149,78)
0 Favorites   0 Comments

Color spaces of #ee954e

RGB 23814978
HSL0.070.820.62
HSV27°67°93°
CMYK 0.000.370.67   0.07
XYZ47.382540.222112.4740
Yxy40.22210.47350.4019
Hunter Lab63.420922.372932.7331
CIE-Lab69.627427.373750.4979

#ee954e color RGB value is (238,149,78).

#ee954e hex color red value is 238, green value is 149 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ee954e hue: 0.07 , saturation: 0.82 and the lightness value of ee954e is 0.62.

The process color (four color CMYK) of #ee954e color hex is 0.00, 0.37, 0.67, 0.07. Web safe color of #ee954e is #ff9966. Color #ee954e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010101 01001110
Octal 356 225 116
Decimal 238 149 78
Hex EE 95 4E

RGB Percentages of Color #ee954e

%51.18
%32.04
%16.77

CMYK Percentages of Color #ee954e

%0
%37
%67
%7

Triadic Colors of #ee954e

#ee954e #4eee95 #954eee

Analogous Colors of #ee954e

#ee954e #eee54e #ee4e57

Monochromatic Colors of #ee954e

#ee954e

Complementary Color

#ee954e #4ea7ee

#ee954e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee954e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee954e Color CSS Codes

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

#ee954e Text Font Color

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

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


#ee954e Background Color

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

This div background color is #ee954e


#ee954e Border Color

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

This div border color is #ee954e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee954e


Comments

No comments written yet.

Please login to write comment.