Color Hex Logo

#ee580e Color Hex

#EE580E
(238,88,14)
0 Favorites   0 Comments

Color spaces of #ee580e

RGB 2388814
HSL0.060.890.49
HSV20°94°93°
CMYK 0.000.630.94   0.07
XYZ38.828925.18833.2308
Yxy25.18830.57740.3746
Hunter Lab50.187950.271231.3148
CIE-Lab57.258455.232364.3902

#ee580e color RGB value is (238,88,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011000 00001110
Octal 356 130 16
Decimal 238 88 14
Hex EE 58 E

RGB Percentages of Color #ee580e

%70.00
%25.88
%4.12

CMYK Percentages of Color #ee580e

%0
%63
%94
%7

Triadic Colors of #ee580e

#ee580e #0eee58 #580eee

Analogous Colors of #ee580e

#ee580e #eec80e #ee0e34

Monochromatic Colors of #ee580e

#ee580e

Complementary Color

#ee580e #0ea4ee

#ee580e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee580e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee580e Color CSS Codes

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

#ee580e Text Font Color

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

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


#ee580e Background Color

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

This div background color is #ee580e


#ee580e Border Color

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

This div border color is #ee580e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee580e


Comments

No comments written yet.

Please login to write comment.