Color Hex Logo

#ee990f Color Hex

#EE990F
(238,153,15)
0 Favorites   0 Comments

Color spaces of #ee990f

RGB 23815315
HSL0.100.880.50
HSV37°94°93°
CMYK 0.000.360.94   0.07
XYZ46.737440.99415.9013
Yxy40.99410.49920.4378
Hunter Lab64.026618.252739.3539
CIE-Lab70.171823.219872.8843

#ee990f color RGB value is (238,153,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10011001 00001111
Octal 356 231 17
Decimal 238 153 15
Hex EE 99 F

RGB Percentages of Color #ee990f

%58.62
%37.68
%3.69

CMYK Percentages of Color #ee990f

%0
%36
%94
%7

Triadic Colors of #ee990f

#ee990f #0fee99 #990fee

Analogous Colors of #ee990f

#ee990f #d4ee0f #ee2a0f

Monochromatic Colors of #ee990f

#ee990f

Complementary Color

#ee990f #0f64ee

#ee990f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee990f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee990f Color CSS Codes

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

#ee990f Text Font Color

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

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


#ee990f Background Color

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

This div background color is #ee990f


#ee990f Border Color

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

This div border color is #ee990f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee990f


Comments

No comments written yet.

Please login to write comment.