Color Hex Logo

#ee720e Color Hex

#EE720E
(238,114,14)
1 Favorites   0 Comments

Color spaces of #ee720e

RGB 23811414
HSL0.070.890.49
HSV27°94°93°
CMYK 0.000.520.94   0.07
XYZ41.356530.24354.0733
Yxy30.24350.54650.3997
Hunter Lab54.994137.995434.1044
CIE-Lab61.863843.263467.3582

#ee720e color RGB value is (238,114,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110010 00001110
Octal 356 162 16
Decimal 238 114 14
Hex EE 72 E

RGB Percentages of Color #ee720e

%65.03
%31.15
%3.83

CMYK Percentages of Color #ee720e

%0
%52
%94
%7

Triadic Colors of #ee720e

#ee720e #0eee72 #720eee

Analogous Colors of #ee720e

#ee720e #eee20e #ee0e1a

Monochromatic Colors of #ee720e

#ee720e

Complementary Color

#ee720e #0e8aee

#ee720e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee720e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee720e Color CSS Codes

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

#ee720e Text Font Color

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

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


#ee720e Background Color

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

This div background color is #ee720e


#ee720e Border Color

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

This div border color is #ee720e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee720e


Comments

No comments written yet.

Please login to write comment.