Color Hex Logo

#ee601c Color Hex

#EE601C
(238,96,28)
0 Favorites   0 Comments

Color spaces of #ee601c

RGB 2389628
HSL0.050.860.52
HSV19°88°93°
CMYK 0.000.600.88   0.07
XYZ39.652426.62674.1482
Yxy26.62670.56300.3781
Hunter Lab51.601146.864931.3544
CIE-Lab58.627251.936961.3704

#ee601c color RGB value is (238,96,28).

#ee601c hex color red value is 238, green value is 96 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ee601c hue: 0.05 , saturation: 0.86 and the lightness value of ee601c is 0.52.

The process color (four color CMYK) of #ee601c color hex is 0.00, 0.60, 0.88, 0.07. Web safe color of #ee601c is #ff6633. Color #ee601c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100000 00011100
Octal 356 140 34
Decimal 238 96 28
Hex EE 60 1C

RGB Percentages of Color #ee601c

%65.75
%26.52
%7.73

CMYK Percentages of Color #ee601c

%0
%60
%88
%7

Triadic Colors of #ee601c

#ee601c #1cee60 #601cee

Analogous Colors of #ee601c

#ee601c #eec91c #ee1c41

Monochromatic Colors of #ee601c

#ee601c

Complementary Color

#ee601c #1caaee

#ee601c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee601c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee601c Color CSS Codes

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

#ee601c Text Font Color

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

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


#ee601c Background Color

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

This div background color is #ee601c


#ee601c Border Color

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

This div border color is #ee601c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee601c


Comments

No comments written yet.

Please login to write comment.