Color Hex Logo

#ee4224 Color Hex

#EE4224
(238,66,36)
0 Favorites   0 Comments

Color spaces of #ee4224

RGB 2386636
HSL0.020.860.54
HSV85°93°
CMYK 0.000.720.85   0.07
XYZ37.526522.20093.9764
Yxy22.20090.58910.3485
Hunter Lab47.117859.708227.9788
CIE-Lab54.239564.049654.7477

#ee4224 color RGB value is (238,66,36).

#ee4224 hex color red value is 238, green value is 66 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #ee4224 hue: 0.02 , saturation: 0.86 and the lightness value of ee4224 is 0.54.

The process color (four color CMYK) of #ee4224 color hex is 0.00, 0.72, 0.85, 0.07. Web safe color of #ee4224 is #ff3333. Color #ee4224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000010 00100100
Octal 356 102 44
Decimal 238 66 36
Hex EE 42 24

RGB Percentages of Color #ee4224

%70.00
%19.41
%10.59

CMYK Percentages of Color #ee4224

%0
%72
%85
%7

Triadic Colors of #ee4224

#ee4224 #24ee42 #4224ee

Analogous Colors of #ee4224

#ee4224 #eea724 #ee246b

Monochromatic Colors of #ee4224

#ee4224

Complementary Color

#ee4224 #24d0ee

#ee4224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee4224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee4224 Color CSS Codes

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

#ee4224 Text Font Color

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

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


#ee4224 Background Color

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

This div background color is #ee4224


#ee4224 Border Color

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

This div border color is #ee4224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee4224


Comments

No comments written yet.

Please login to write comment.