Color Hex Logo

#e5966f Color Hex

#E5966F
(229,150,111)
0 Favorites   0 Comments

Color spaces of #e5966f

RGB 229150111
HSL0.060.690.67
HSV20°52°90°
CMYK 0.000.340.52   0.10
XYZ46.088739.618420.2569
Yxy39.61840.43490.3739
Hunter Lab62.943120.552124.9790
CIE-Lab69.196925.587732.7170

#e5966f color RGB value is (229,150,111).

#e5966f hex color red value is 229, green value is 150 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e5966f hue: 0.06 , saturation: 0.69 and the lightness value of e5966f is 0.67.

The process color (four color CMYK) of #e5966f color hex is 0.00, 0.34, 0.52, 0.10. Web safe color of #e5966f is #cc9966. Color #e5966f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010110 01101111
Octal 345 226 157
Decimal 229 150 111
Hex E5 96 6F

RGB Percentages of Color #e5966f

%46.73
%30.61
%22.65

CMYK Percentages of Color #e5966f

%0
%34
%52
%10

Triadic Colors of #e5966f

#e5966f #6fe596 #966fe5

Analogous Colors of #e5966f

#e5966f #e5d16f #e56f83

Monochromatic Colors of #e5966f

#e5966f

Complementary Color

#e5966f #6fbee5

#e5966f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5966f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5966f Color CSS Codes

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

#e5966f Text Font Color

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

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


#e5966f Background Color

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

This div background color is #e5966f


#e5966f Border Color

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

This div border color is #e5966f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,150,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5966f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5966f;
  -webkit-box-shadow: 1px 1px 3px 2px #e5966f;
  box-shadow:         1px 1px 3px 2px #e5966f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,150,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5966f

#e5966f Color Palettes


Comments

No comments written yet.

Please login to write comment.