Color Hex Logo

#ee9906 Color Hex

#EE9906
(238,153,6)
0 Favorites   0 Comments

Color spaces of #ee9906

RGB 2381536
HSL0.110.950.48
HSV38°97°93°
CMYK 0.000.360.97   0.07
XYZ46.684040.97285.6203
Yxy40.97280.50050.4393
Hunter Lab64.010018.166839.6011
CIE-Lab70.156923.133874.0794

#ee9906 color RGB value is (238,153,6).

#ee9906 hex color red value is 238, green value is 153 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #ee9906 hue: 0.11 , saturation: 0.95 and the lightness value of ee9906 is 0.48.

The process color (four color CMYK) of #ee9906 color hex is 0.00, 0.36, 0.97, 0.07. Web safe color of #ee9906 is #ff9900. Color #ee9906 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10011001 00000110
Octal 356 231 6
Decimal 238 153 6
Hex EE 99 6

RGB Percentages of Color #ee9906

%59.95
%38.54
%1.51

CMYK Percentages of Color #ee9906

%0
%36
%97
%7

Triadic Colors of #ee9906

#ee9906 #06ee99 #9906ee

Analogous Colors of #ee9906

#ee9906 #cfee06 #ee2506

Monochromatic Colors of #ee9906

#ee9906

Complementary Color

#ee9906 #065bee

#ee9906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee9906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee9906 Color CSS Codes

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

#ee9906 Text Font Color

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

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


#ee9906 Background Color

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

This div background color is #ee9906


#ee9906 Border Color

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

This div border color is #ee9906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee9906


Comments

No comments written yet.

Please login to write comment.