Color Hex Logo

#ee900f Color Hex

#EE900F
(238,144,15)
0 Favorites   0 Comments

Color spaces of #ee900f

RGB 23814415
HSL0.100.880.50
HSV35°94°93°
CMYK 0.000.390.94   0.07
XYZ45.319438.15825.4286
Yxy38.15820.50970.4292
Hunter Lab61.772322.855338.0302
CIE-Lab68.137127.958071.4535

#ee900f color RGB value is (238,144,15).

#ee900f hex color red value is 238, green value is 144 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ee900f hue: 0.10 , saturation: 0.88 and the lightness value of ee900f is 0.50.

The process color (four color CMYK) of #ee900f color hex is 0.00, 0.39, 0.94, 0.07. Web safe color of #ee900f is #ff9900. Color #ee900f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010000 00001111
Octal 356 220 17
Decimal 238 144 15
Hex EE 90 F

RGB Percentages of Color #ee900f

%59.95
%36.27
%3.78

CMYK Percentages of Color #ee900f

%0
%39
%94
%7

Triadic Colors of #ee900f

#ee900f #0fee90 #900fee

Analogous Colors of #ee900f

#ee900f #ddee0f #ee210f

Monochromatic Colors of #ee900f

#ee900f

Complementary Color

#ee900f #0f6dee

#ee900f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee900f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee900f Color CSS Codes

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

#ee900f Text Font Color

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

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


#ee900f Background Color

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

This div background color is #ee900f


#ee900f Border Color

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

This div border color is #ee900f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee900f


Comments

No comments written yet.

Please login to write comment.