Color Hex Logo

#ee602a Color Hex

#EE602A
(238,96,42)
0 Favorites   0 Comments

Color spaces of #ee602a

RGB 2389642
HSL0.050.850.55
HSV17°82°93°
CMYK 0.000.600.82   0.07
XYZ39.860726.71015.2452
Yxy26.71010.55500.3719
Hunter Lab51.681847.228730.1599
CIE-Lab58.705052.254556.0298

#ee602a color RGB value is (238,96,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100000 00101010
Octal 356 140 52
Decimal 238 96 42
Hex EE 60 2A

RGB Percentages of Color #ee602a

%63.30
%25.53
%11.17

CMYK Percentages of Color #ee602a

%0
%60
%82
%7

Triadic Colors of #ee602a

#ee602a #2aee60 #602aee

Analogous Colors of #ee602a

#ee602a #eec22a #ee2a56

Monochromatic Colors of #ee602a

#ee602a

Complementary Color

#ee602a #2ab8ee

#ee602a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee602a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee602a Color CSS Codes

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

#ee602a Text Font Color

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

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


#ee602a Background Color

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

This div background color is #ee602a


#ee602a Border Color

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

This div border color is #ee602a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee602a


Comments

No comments written yet.

Please login to write comment.