Color Hex Logo

#ee513c Color Hex

#EE513C
(238,81,60)
0 Favorites   0 Comments

Color spaces of #ee513c

RGB 2388160
HSL0.020.840.58
HSV75°93°
CMYK 0.000.660.75   0.07
XYZ39.017924.38826.9259
Yxy24.38820.55480.3468
Hunter Lab49.384454.607526.2540
CIE-Lab56.474459.212845.1192

#ee513c color RGB value is (238,81,60).

#ee513c hex color red value is 238, green value is 81 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ee513c hue: 0.02 , saturation: 0.84 and the lightness value of ee513c is 0.58.

The process color (four color CMYK) of #ee513c color hex is 0.00, 0.66, 0.75, 0.07. Web safe color of #ee513c is #ff6633. Color #ee513c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010001 00111100
Octal 356 121 74
Decimal 238 81 60
Hex EE 51 3C

RGB Percentages of Color #ee513c

%62.80
%21.37
%15.83

CMYK Percentages of Color #ee513c

%0
%66
%75
%7

Triadic Colors of #ee513c

#ee513c #3cee51 #513cee

Analogous Colors of #ee513c

#ee513c #eeaa3c #ee3c80

Monochromatic Colors of #ee513c

#ee513c

Complementary Color

#ee513c #3cd9ee

#ee513c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee513c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee513c Color CSS Codes

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

#ee513c Text Font Color

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

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


#ee513c Background Color

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

This div background color is #ee513c


#ee513c Border Color

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

This div border color is #ee513c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee513c


Comments

No comments written yet.

Please login to write comment.