Color Hex Logo

#ee954a Color Hex

#EE954A
(238,149,74)
0 Favorites   0 Comments

Color spaces of #ee954a

RGB 23814974
HSL0.080.830.61
HSV27°69°93°
CMYK 0.000.370.69   0.07
XYZ47.243440.166411.7415
Yxy40.16640.47650.4051
Hunter Lab63.377022.150433.3795
CIE-Lab69.587927.155852.3695

#ee954a color RGB value is (238,149,74).

#ee954a hex color red value is 238, green value is 149 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ee954a hue: 0.08 , saturation: 0.83 and the lightness value of ee954a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010101 01001010
Octal 356 225 112
Decimal 238 149 74
Hex EE 95 4A

RGB Percentages of Color #ee954a

%51.63
%32.32
%16.05

CMYK Percentages of Color #ee954a

%0
%37
%69
%7

Triadic Colors of #ee954a

#ee954a #4aee95 #954aee

Analogous Colors of #ee954a

#ee954a #eee74a #ee4a51

Monochromatic Colors of #ee954a

#ee954a

Complementary Color

#ee954a #4aa3ee

#ee954a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee954a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee954a Color CSS Codes

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

#ee954a Text Font Color

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

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


#ee954a Background Color

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

This div background color is #ee954a


#ee954a Border Color

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

This div border color is #ee954a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee954a


Comments

No comments written yet.

Please login to write comment.