Color Hex Logo

#ee070e Color Hex

#EE070E
(238,7,14)
0 Favorites   0 Comments

Color spaces of #ee070e

RGB 238714
HSL0.990.940.48
HSV358°97°93°
CMYK 0.000.970.94   0.07
XYZ35.415118.36082.0929
Yxy18.36080.63390.3286
Hunter Lab42.849572.543627.0987
CIE-Lab49.930875.608960.0992

#ee070e color RGB value is (238,7,14).

#ee070e hex color red value is 238, green value is 7 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ee070e hue: 0.99 , saturation: 0.94 and the lightness value of ee070e is 0.48.

The process color (four color CMYK) of #ee070e color hex is 0.00, 0.97, 0.94, 0.07. Web safe color of #ee070e is #ff0000. Color #ee070e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000111 00001110
Octal 356 7 16
Decimal 238 7 14
Hex EE 7 E

RGB Percentages of Color #ee070e

%91.89
%2.70
%5.41

CMYK Percentages of Color #ee070e

%0
%97
%94
%7

Triadic Colors of #ee070e

#ee070e #0eee07 #070eee

Analogous Colors of #ee070e

#ee070e #ee7407 #ee0782

Monochromatic Colors of #ee070e

#ee070e

Complementary Color

#ee070e #07eee7

#ee070e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee070e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee070e Color CSS Codes

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

#ee070e Text Font Color

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

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


#ee070e Background Color

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

This div background color is #ee070e


#ee070e Border Color

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

This div border color is #ee070e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee070e


Comments

No comments written yet.

Please login to write comment.