color codes Logo

#ee362c color codes

#EE362C
(238,54,44)
0 Favorites   0 Comments

Color spaces of #ee362c

RGB 2385444
HSL0.010.850.55
HSV82°93°
CMYK 0.000.770.82   0.07
XYZ37.033720.99734.4839
Yxy20.99730.59240.3359
Hunter Lab45.822864.072626.2743
CIE-Lab52.946568.010049.8077

#ee362c color RGB value is (238,54,44).

#ee362c hex color red value is 238, green value is 54 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ee362c hue: 0.01 , saturation: 0.85 and the lightness value of ee362c is 0.55.

The process color (four color CMYK) of #ee362c color code is 0.00, 0.77, 0.82, 0.07. Web safe color of #ee362c is #ff3333. Color #ee362c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110110 00101100
Octal 356 66 54
Decimal 238 54 44
Hex EE 36 2C

RGB Percentages of Color #ee362c

%70.83
%16.07
%13.10

CMYK Percentages of Color #ee362c

%0
%77
%82
%7

Triadic Colors of #ee362c

#ee362c #2cee36 #362cee

Analogous Colors of #ee362c

#ee362c #ee972c #ee2c83

Monochromatic Colors of #ee362c

#ee362c

Complementary Color

#ee362c #2ce4ee

#ee362c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee362c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee362c Color CSS Codes

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

#ee362c Text Font Color

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

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


#ee362c Background Color

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

This div background color is #ee362c


#ee362c Border Color

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

This div border color is #ee362c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee362c


Comments

No comments written yet.

Please login to write comment.