Color Hex Logo

#ee600c Color Hex

#EE600C
(238,96,12)
0 Favorites   0 Comments

Color spaces of #ee600c

RGB 2389612
HSL0.060.900.49
HSV22°95°93°
CMYK 0.000.600.95   0.07
XYZ39.509126.56943.3939
Yxy26.56940.56870.3824
Hunter Lab51.545546.613732.1780
CIE-Lab58.573651.717265.6329

#ee600c color RGB value is (238,96,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100000 00001100
Octal 356 140 14
Decimal 238 96 12
Hex EE 60 C

RGB Percentages of Color #ee600c

%68.79
%27.75
%3.47

CMYK Percentages of Color #ee600c

%0
%60
%95
%7

Triadic Colors of #ee600c

#ee600c #0cee60 #600cee

Analogous Colors of #ee600c

#ee600c #eed10c #ee0c29

Monochromatic Colors of #ee600c

#ee600c

Complementary Color

#ee600c #0c9aee

#ee600c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee600c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee600c Color CSS Codes

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

#ee600c Text Font Color

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

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


#ee600c Background Color

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

This div background color is #ee600c


#ee600c Border Color

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

This div border color is #ee600c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee600c


Comments

No comments written yet.

Please login to write comment.