Color Hex Logo

#ee6420 Color Hex

#EE6420
(238,100,32)
0 Favorites   0 Comments

Color spaces of #ee6420

RGB 23810032
HSL0.060.860.53
HSV20°87°93°
CMYK 0.000.580.87   0.07
XYZ40.077827.39584.5421
Yxy27.39580.55650.3804
Hunter Lab52.341045.081731.4936
CIE-Lab59.338950.200560.5315

#ee6420 color RGB value is (238,100,32).

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

The process color (four color CMYK) of #ee6420 color hex is 0.00, 0.58, 0.87, 0.07. Web safe color of #ee6420 is #ff6633. Color #ee6420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100100 00100000
Octal 356 144 40
Decimal 238 100 32
Hex EE 64 20

RGB Percentages of Color #ee6420

%64.32
%27.03
%8.65

CMYK Percentages of Color #ee6420

%0
%58
%87
%7

Triadic Colors of #ee6420

#ee6420 #20ee64 #6420ee

Analogous Colors of #ee6420

#ee6420 #eecb20 #ee2043

Monochromatic Colors of #ee6420

#ee6420

Complementary Color

#ee6420 #20aaee

#ee6420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6420 Color CSS Codes

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

#ee6420 Text Font Color

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

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


#ee6420 Background Color

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

This div background color is #ee6420


#ee6420 Border Color

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

This div border color is #ee6420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6420


Comments

No comments written yet.

Please login to write comment.