Color Hex Logo

#ee5e0c Color Hex

#EE5E0C
(238,94,12)
0 Favorites   0 Comments

Color spaces of #ee5e0c

RGB 2389412
HSL0.060.900.49
HSV22°95°93°
CMYK 0.000.610.95   0.07
XYZ39.329026.20913.3338
Yxy26.20910.57100.3805
Hunter Lab51.194847.536731.9754
CIE-Lab58.235052.609065.4228

#ee5e0c color RGB value is (238,94,12).

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

The process color (four color CMYK) of #ee5e0c color hex is 0.00, 0.61, 0.95, 0.07. Web safe color of #ee5e0c is #ff6600. Color #ee5e0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011110 00001100
Octal 356 136 14
Decimal 238 94 12
Hex EE 5E C

RGB Percentages of Color #ee5e0c

%69.19
%27.33
%3.49

CMYK Percentages of Color #ee5e0c

%0
%61
%95
%7

Triadic Colors of #ee5e0c

#ee5e0c #0cee5e #5e0cee

Analogous Colors of #ee5e0c

#ee5e0c #eecf0c #ee0c2b

Monochromatic Colors of #ee5e0c

#ee5e0c

Complementary Color

#ee5e0c #0c9cee

#ee5e0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee5e0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee5e0c Color CSS Codes

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

#ee5e0c Text Font Color

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

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


#ee5e0c Background Color

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

This div background color is #ee5e0c


#ee5e0c Border Color

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

This div border color is #ee5e0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee5e0c


Comments

No comments written yet.

Please login to write comment.