Color Hex Logo

#ee220f Color Hex

#EE220F
(238,34,15)
0 Favorites   0 Comments

Color spaces of #ee220f

RGB 2383415
HSL0.010.880.50
HSV94°93°
CMYK 0.000.860.94   0.07
XYZ35.918119.35572.2949
Yxy19.35570.62390.3362
Hunter Lab43.995168.737927.7039
CIE-Lab51.100872.261460.4454

#ee220f color RGB value is (238,34,15).

#ee220f hex color red value is 238, green value is 34 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ee220f hue: 0.01 , saturation: 0.88 and the lightness value of ee220f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100010 00001111
Octal 356 42 17
Decimal 238 34 15
Hex EE 22 F

RGB Percentages of Color #ee220f

%82.93
%11.85
%5.23

CMYK Percentages of Color #ee220f

%0
%86
%94
%7

Triadic Colors of #ee220f

#ee220f #0fee22 #220fee

Analogous Colors of #ee220f

#ee220f #ee920f #ee0f6c

Monochromatic Colors of #ee220f

#ee220f

Complementary Color

#ee220f #0fdbee

#ee220f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee220f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee220f Color CSS Codes

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

#ee220f Text Font Color

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

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


#ee220f Background Color

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

This div background color is #ee220f


#ee220f Border Color

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

This div border color is #ee220f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee220f


Comments

No comments written yet.

Please login to write comment.