Color Hex Logo

#ee8d1e Color Hex

#EE8D1E
(238,141,30)
0 Favorites   0 Comments

Color spaces of #ee8d1e

RGB 23814130
HSL0.090.860.53
HSV32°87°93°
CMYK 0.000.410.87   0.07
XYZ45.019137.32066.0591
Yxy37.32060.50930.4222
Hunter Lab61.090624.632336.8829
CIE-Lab67.516929.766567.6381

#ee8d1e color RGB value is (238,141,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001101 00011110
Octal 356 215 36
Decimal 238 141 30
Hex EE 8D 1E

RGB Percentages of Color #ee8d1e

%58.19
%34.47
%7.33

CMYK Percentages of Color #ee8d1e

%0
%41
%87
%7

Triadic Colors of #ee8d1e

#ee8d1e #1eee8d #8d1eee

Analogous Colors of #ee8d1e

#ee8d1e #e7ee1e #ee251e

Monochromatic Colors of #ee8d1e

#ee8d1e

Complementary Color

#ee8d1e #1e7fee

#ee8d1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8d1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8d1e Color CSS Codes

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

#ee8d1e Text Font Color

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

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


#ee8d1e Background Color

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

This div background color is #ee8d1e


#ee8d1e Border Color

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

This div border color is #ee8d1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8d1e


Comments

No comments written yet.

Please login to write comment.