Color Hex Logo

#ee880e Color Hex

#EE880E
(238,136,14)
0 Favorites   0 Comments

Color spaces of #ee880e

RGB 23813614
HSL0.090.890.49
HSV33°94°93°
CMYK 0.000.430.94   0.07
XYZ44.143335.81725.0023
Yxy35.81720.51960.4216
Hunter Lab59.847526.927936.9375
CIE-Lab66.380032.122770.4037

#ee880e color RGB value is (238,136,14).

#ee880e hex color red value is 238, green value is 136 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ee880e hue: 0.09 , saturation: 0.89 and the lightness value of ee880e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001000 00001110
Octal 356 210 16
Decimal 238 136 14
Hex EE 88 E

RGB Percentages of Color #ee880e

%61.34
%35.05
%3.61

CMYK Percentages of Color #ee880e

%0
%43
%94
%7

Triadic Colors of #ee880e

#ee880e #0eee88 #880eee

Analogous Colors of #ee880e

#ee880e #e4ee0e #ee180e

Monochromatic Colors of #ee880e

#ee880e

Complementary Color

#ee880e #0e74ee

#ee880e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee880e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee880e Color CSS Codes

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

#ee880e Text Font Color

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

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


#ee880e Background Color

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

This div background color is #ee880e


#ee880e Border Color

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

This div border color is #ee880e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee880e


Comments

No comments written yet.

Please login to write comment.