Color Hex Logo

#ee640f Color Hex

#EE640F
(238,100,15)
0 Favorites   0 Comments

Color spaces of #ee640f

RGB 23810015
HSL0.060.880.50
HSV23°94°93°
CMYK 0.000.580.94   0.07
XYZ39.903327.32603.6232
Yxy27.32600.56320.3857
Hunter Lab52.274344.777132.4825
CIE-Lab59.274949.931665.4552

#ee640f color RGB value is (238,100,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100100 00001111
Octal 356 144 17
Decimal 238 100 15
Hex EE 64 F

RGB Percentages of Color #ee640f

%67.42
%28.33
%4.25

CMYK Percentages of Color #ee640f

%0
%58
%94
%7

Triadic Colors of #ee640f

#ee640f #0fee64 #640fee

Analogous Colors of #ee640f

#ee640f #eed40f #ee0f29

Monochromatic Colors of #ee640f

#ee640f

Complementary Color

#ee640f #0f99ee

#ee640f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee640f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee640f Color CSS Codes

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

#ee640f Text Font Color

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

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


#ee640f Background Color

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

This div background color is #ee640f


#ee640f Border Color

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

This div border color is #ee640f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee640f


Comments

No comments written yet.

Please login to write comment.