Color Hex Logo

#ee964a Color Hex

#EE964A
(238,150,74)
0 Favorites   0 Comments

Color spaces of #ee964a

RGB 23815074
HSL0.080.830.61
HSV28°69°93°
CMYK 0.000.370.69   0.07
XYZ47.402340.484211.7944
Yxy40.48420.47550.4061
Hunter Lab63.627221.635033.5486
CIE-Lab69.813026.628952.6149

#ee964a color RGB value is (238,150,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010110 01001010
Octal 356 226 112
Decimal 238 150 74
Hex EE 96 4A

RGB Percentages of Color #ee964a

%51.52
%32.47
%16.02

CMYK Percentages of Color #ee964a

%0
%37
%69
%7

Triadic Colors of #ee964a

#ee964a #4aee96 #964aee

Analogous Colors of #ee964a

#ee964a #eee84a #ee4a50

Monochromatic Colors of #ee964a

#ee964a

Complementary Color

#ee964a #4aa2ee

#ee964a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee964a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee964a Color CSS Codes

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

#ee964a Text Font Color

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

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


#ee964a Background Color

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

This div background color is #ee964a


#ee964a Border Color

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

This div border color is #ee964a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee964a


Comments

No comments written yet.

Please login to write comment.