Color Hex Logo

#ee680f Color Hex

#EE680F
(238,104,15)
0 Favorites   0 Comments

Color spaces of #ee680f

RGB 23810415
HSL0.070.880.50
HSV24°94°93°
CMYK 0.000.560.94   0.07
XYZ40.296428.11233.7543
Yxy28.11230.55840.3896
Hunter Lab53.021042.874632.9165
CIE-Lab59.990148.074365.9215

#ee680f color RGB value is (238,104,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101000 00001111
Octal 356 150 17
Decimal 238 104 15
Hex EE 68 F

RGB Percentages of Color #ee680f

%66.67
%29.13
%4.20

CMYK Percentages of Color #ee680f

%0
%56
%94
%7

Triadic Colors of #ee680f

#ee680f #0fee68 #680fee

Analogous Colors of #ee680f

#ee680f #eed80f #ee0f25

Monochromatic Colors of #ee680f

#ee680f

Complementary Color

#ee680f #0f95ee

#ee680f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee680f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee680f Color CSS Codes

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

#ee680f Text Font Color

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

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


#ee680f Background Color

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

This div background color is #ee680f


#ee680f Border Color

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

This div border color is #ee680f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,104,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 #ee680f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee680f

#ee680f Color Palettes


Comments

No comments written yet.

Please login to write comment.