Color Hex Logo

#ee720a Color Hex

#EE720A
(238,114,10)
0 Favorites   0 Comments

Color spaces of #ee720a

RGB 23811410
HSL0.080.920.49
HSV27°96°93°
CMYK 0.000.520.96   0.07
XYZ41.332030.23373.9444
Yxy30.23370.54740.4004
Hunter Lab54.985237.953234.2364
CIE-Lab61.855343.224868.0569

#ee720a color RGB value is (238,114,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110010 00001010
Octal 356 162 12
Decimal 238 114 10
Hex EE 72 A

RGB Percentages of Color #ee720a

%65.75
%31.49
%2.76

CMYK Percentages of Color #ee720a

%0
%52
%96
%7

Triadic Colors of #ee720a

#ee720a #0aee72 #720aee

Analogous Colors of #ee720a

#ee720a #eee40a #ee0a14

Monochromatic Colors of #ee720a

#ee720a

Complementary Color

#ee720a #0a86ee

#ee720a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee720a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee720a Color CSS Codes

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

#ee720a Text Font Color

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

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


#ee720a Background Color

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

This div background color is #ee720a


#ee720a Border Color

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

This div border color is #ee720a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee720a


Comments

No comments written yet.

Please login to write comment.