Color Hex Logo

#ee8009 Color Hex

#EE8009
(238,128,9)
0 Favorites   0 Comments

Color spaces of #ee8009

RGB 2381289
HSL0.090.930.48
HSV31°96°93°
CMYK 0.000.460.96   0.07
XYZ43.028433.63524.4828
Yxy33.63520.53030.4145
Hunter Lab57.995930.940336.0143
CIE-Lab64.672036.197370.0296

#ee8009 color RGB value is (238,128,9).

#ee8009 hex color red value is 238, green value is 128 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ee8009 hue: 0.09 , saturation: 0.93 and the lightness value of ee8009 is 0.48.

The process color (four color CMYK) of #ee8009 color hex is 0.00, 0.46, 0.96, 0.07. Web safe color of #ee8009 is #ff9900. Color #ee8009 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000000 00001001
Octal 356 200 11
Decimal 238 128 9
Hex EE 80 9

RGB Percentages of Color #ee8009

%63.47
%34.13
%2.40

CMYK Percentages of Color #ee8009

%0
%46
%96
%7

Triadic Colors of #ee8009

#ee8009 #09ee80 #8009ee

Analogous Colors of #ee8009

#ee8009 #eaee09 #ee0d09

Monochromatic Colors of #ee8009

#ee8009

Complementary Color

#ee8009 #0977ee

#ee8009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8009 Color CSS Codes

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

#ee8009 Text Font Color

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

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


#ee8009 Background Color

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

This div background color is #ee8009


#ee8009 Border Color

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

This div border color is #ee8009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8009


Comments

No comments written yet.

Please login to write comment.