Color Hex Logo

#ee500a Color Hex

#EE500A
(238,80,10)
0 Favorites   0 Comments

Color spaces of #ee500a

RGB 2388010
HSL0.050.920.49
HSV18°96°93°
CMYK 0.000.660.96   0.07
XYZ38.183323.93642.8949
Yxy23.93640.58730.3682
Hunter Lab48.924853.691530.7392
CIE-Lab56.024158.485264.4867

#ee500a color RGB value is (238,80,10).

#ee500a hex color red value is 238, green value is 80 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ee500a hue: 0.05 , saturation: 0.92 and the lightness value of ee500a is 0.49.

The process color (four color CMYK) of #ee500a color hex is 0.00, 0.66, 0.96, 0.07. Web safe color of #ee500a is #ff6600. Color #ee500a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010000 00001010
Octal 356 120 12
Decimal 238 80 10
Hex EE 50 A

RGB Percentages of Color #ee500a

%72.56
%24.39
%3.05

CMYK Percentages of Color #ee500a

%0
%66
%96
%7

Triadic Colors of #ee500a

#ee500a #0aee50 #500aee

Analogous Colors of #ee500a

#ee500a #eec20a #ee0a36

Monochromatic Colors of #ee500a

#ee500a

Complementary Color

#ee500a #0aa8ee

#ee500a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee500a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee500a Color CSS Codes

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

#ee500a Text Font Color

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

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


#ee500a Background Color

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

This div background color is #ee500a


#ee500a Border Color

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

This div border color is #ee500a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee500a


Comments

No comments written yet.

Please login to write comment.