Color Hex Logo

#ee513b Color Hex

#EE513B
(238,81,59)
0 Favorites   0 Comments

Color spaces of #ee513b

RGB 2388159
HSL0.020.840.58
HSV75°93°
CMYK 0.000.660.75   0.07
XYZ38.991724.37786.7880
Yxy24.37780.55580.3475
Hunter Lab49.373954.561326.4104
CIE-Lab56.464159.174045.6349

#ee513b color RGB value is (238,81,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010001 00111011
Octal 356 121 73
Decimal 238 81 59
Hex EE 51 3B

RGB Percentages of Color #ee513b

%62.96
%21.43
%15.61

CMYK Percentages of Color #ee513b

%0
%66
%75
%7

Triadic Colors of #ee513b

#ee513b #3bee51 #513bee

Analogous Colors of #ee513b

#ee513b #eeab3b #ee3b7f

Monochromatic Colors of #ee513b

#ee513b

Complementary Color

#ee513b #3bd8ee

#ee513b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee513b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee513b Color CSS Codes

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

#ee513b Text Font Color

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

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


#ee513b Background Color

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

This div background color is #ee513b


#ee513b Border Color

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

This div border color is #ee513b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee513b


Comments

No comments written yet.

Please login to write comment.