Color Hex Logo

#ee850d Color Hex

#EE850D
(238,133,13)
0 Favorites   0 Comments

Color spaces of #ee850d

RGB 23813313
HSL0.090.900.49
HSV32°95°93°
CMYK 0.000.440.95   0.07
XYZ43.720134.98134.8285
Yxy34.98130.52340.4188
Hunter Lab59.145028.443836.5612
CIE-Lab65.734133.665570.1294

#ee850d color RGB value is (238,133,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000101 00001101
Octal 356 205 15
Decimal 238 133 13
Hex EE 85 D

RGB Percentages of Color #ee850d

%61.98
%34.64
%3.39

CMYK Percentages of Color #ee850d

%0
%44
%95
%7

Triadic Colors of #ee850d

#ee850d #0dee85 #850dee

Analogous Colors of #ee850d

#ee850d #e7ee0d #ee150d

Monochromatic Colors of #ee850d

#ee850d

Complementary Color

#ee850d #0d76ee

#ee850d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee850d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee850d Color CSS Codes

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

#ee850d Text Font Color

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

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


#ee850d Background Color

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

This div background color is #ee850d


#ee850d Border Color

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

This div border color is #ee850d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee850d


Comments

No comments written yet.

Please login to write comment.