Color Hex Logo

#ee640e Color Hex

#EE640E
(238,100,14)
0 Favorites   0 Comments

Color spaces of #ee640e

RGB 23810014
HSL0.060.890.49
HSV23°94°93°
CMYK 0.000.580.94   0.07
XYZ39.896327.32323.5866
Yxy27.32320.56350.3859
Hunter Lab52.271644.764832.5220
CIE-Lab59.272349.920865.6681

#ee640e color RGB value is (238,100,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100100 00001110
Octal 356 144 16
Decimal 238 100 14
Hex EE 64 E

RGB Percentages of Color #ee640e

%67.61
%28.41
%3.98

CMYK Percentages of Color #ee640e

%0
%58
%94
%7

Triadic Colors of #ee640e

#ee640e #0eee64 #640eee

Analogous Colors of #ee640e

#ee640e #eed40e #ee0e28

Monochromatic Colors of #ee640e

#ee640e

Complementary Color

#ee640e #0e98ee

#ee640e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee640e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee640e Color CSS Codes

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

#ee640e Text Font Color

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

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


#ee640e Background Color

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

This div background color is #ee640e


#ee640e Border Color

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

This div border color is #ee640e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee640e


Comments

No comments written yet.

Please login to write comment.