Color Hex Logo

#ee370e Color Hex

#EE370E
(238,55,14)
0 Favorites   0 Comments

Color spaces of #ee370e

RGB 2385514
HSL0.030.890.49
HSV11°94°93°
CMYK 0.000.770.94   0.07
XYZ36.705320.94122.5229
Yxy20.94120.61000.3480
Hunter Lab45.761663.092028.7643
CIE-Lab52.885167.192361.7496

#ee370e color RGB value is (238,55,14).

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

The process color (four color CMYK) of #ee370e color hex is 0.00, 0.77, 0.94, 0.07. Web safe color of #ee370e is #ff3300. Color #ee370e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110111 00001110
Octal 356 67 16
Decimal 238 55 14
Hex EE 37 E

RGB Percentages of Color #ee370e

%77.52
%17.92
%4.56

CMYK Percentages of Color #ee370e

%0
%77
%94
%7

Triadic Colors of #ee370e

#ee370e #0eee37 #370eee

Analogous Colors of #ee370e

#ee370e #eea70e #ee0e55

Monochromatic Colors of #ee370e

#ee370e

Complementary Color

#ee370e #0ec5ee

#ee370e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee370e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee370e Color CSS Codes

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

#ee370e Text Font Color

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

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


#ee370e Background Color

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

This div background color is #ee370e


#ee370e Border Color

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

This div border color is #ee370e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee370e


Comments

No comments written yet.

Please login to write comment.