Color Hex Logo

#ee6413 Color Hex

#EE6413
(238,100,19)
0 Favorites   0 Comments

Color spaces of #ee6413

RGB 23810019
HSL0.060.870.50
HSV22°92°93°
CMYK 0.000.580.92   0.07
XYZ39.934627.33853.7882
Yxy27.33850.56200.3847
Hunter Lab52.286244.831932.3047
CIE-Lab59.286349.980064.5129

#ee6413 color RGB value is (238,100,19).

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

The process color (four color CMYK) of #ee6413 color hex is 0.00, 0.58, 0.92, 0.07. Web safe color of #ee6413 is #ff6600. Color #ee6413 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100100 00010011
Octal 356 144 23
Decimal 238 100 19
Hex EE 64 13

RGB Percentages of Color #ee6413

%66.67
%28.01
%5.32

CMYK Percentages of Color #ee6413

%0
%58
%92
%7

Triadic Colors of #ee6413

#ee6413 #13ee64 #6413ee

Analogous Colors of #ee6413

#ee6413 #eed213 #ee1330

Monochromatic Colors of #ee6413

#ee6413

Complementary Color

#ee6413 #139dee

#ee6413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6413 Color CSS Codes

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

#ee6413 Text Font Color

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

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


#ee6413 Background Color

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

This div background color is #ee6413


#ee6413 Border Color

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

This div border color is #ee6413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6413


Comments

No comments written yet.

Please login to write comment.