Color Hex Logo

#ee870d Color Hex

#EE870D
(238,135,13)
0 Favorites   0 Comments

Color spaces of #ee870d

RGB 23813513
HSL0.090.900.49
HSV33°95°93°
CMYK 0.000.430.95   0.07
XYZ43.996535.53414.9207
Yxy35.53410.52100.4208
Hunter Lab59.610527.426536.8331
CIE-Lab66.162432.631170.4201

#ee870d color RGB value is (238,135,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000111 00001101
Octal 356 207 15
Decimal 238 135 13
Hex EE 87 D

RGB Percentages of Color #ee870d

%61.66
%34.97
%3.37

CMYK Percentages of Color #ee870d

%0
%43
%95
%7

Triadic Colors of #ee870d

#ee870d #0dee87 #870dee

Analogous Colors of #ee870d

#ee870d #e5ee0d #ee170d

Monochromatic Colors of #ee870d

#ee870d

Complementary Color

#ee870d #0d74ee

#ee870d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee870d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee870d Color CSS Codes

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

#ee870d Text Font Color

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

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


#ee870d Background Color

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

This div background color is #ee870d


#ee870d Border Color

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

This div border color is #ee870d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee870d


Comments

No comments written yet.

Please login to write comment.