Color Hex Logo

#ee981f Color Hex

#EE981F
(238,152,31)
0 Favorites   0 Comments

Color spaces of #ee981f

RGB 23815231
HSL0.100.860.53
HSV35°87°93°
CMYK 0.000.360.87   0.07
XYZ46.735540.73256.6953
Yxy40.73250.49630.4326
Hunter Lab63.822019.023238.4555
CIE-Lab69.988124.006269.3148

#ee981f color RGB value is (238,152,31).

#ee981f hex color red value is 238, green value is 152 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ee981f hue: 0.10 , saturation: 0.86 and the lightness value of ee981f is 0.53.

The process color (four color CMYK) of #ee981f color hex is 0.00, 0.36, 0.87, 0.07. Web safe color of #ee981f is #ff9933. Color #ee981f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10011000 00011111
Octal 356 230 37
Decimal 238 152 31
Hex EE 98 1F

RGB Percentages of Color #ee981f

%56.53
%36.10
%7.36

CMYK Percentages of Color #ee981f

%0
%36
%87
%7

Triadic Colors of #ee981f

#ee981f #1fee98 #981fee

Analogous Colors of #ee981f

#ee981f #ddee1f #ee311f

Monochromatic Colors of #ee981f

#ee981f

Complementary Color

#ee981f #1f75ee

#ee981f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee981f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee981f Color CSS Codes

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

#ee981f Text Font Color

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

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


#ee981f Background Color

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

This div background color is #ee981f


#ee981f Border Color

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

This div border color is #ee981f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee981f


Comments

No comments written yet.

Please login to write comment.