Color Hex Logo

#e5966a Color Hex

#E5966A
(229,150,106)
0 Favorites   0 Comments

Color spaces of #e5966a

RGB 229150106
HSL0.060.700.66
HSV21°54°90°
CMYK 0.000.340.54   0.10
XYZ45.821039.511318.8471
Yxy39.51130.43980.3793
Hunter Lab62.858020.117926.2233
CIE-Lab69.120025.156935.2972

#e5966a color RGB value is (229,150,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010110 01101010
Octal 345 226 152
Decimal 229 150 106
Hex E5 96 6A

RGB Percentages of Color #e5966a

%47.22
%30.93
%21.86

CMYK Percentages of Color #e5966a

%0
%34
%54
%10

Triadic Colors of #e5966a

#e5966a #6ae596 #966ae5

Analogous Colors of #e5966a

#e5966a #e5d46a #e56a7c

Monochromatic Colors of #e5966a

#e5966a

Complementary Color

#e5966a #6ab9e5

#e5966a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5966a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5966a Color CSS Codes

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

#e5966a Text Font Color

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

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


#e5966a Background Color

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

This div background color is #e5966a


#e5966a Border Color

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

This div border color is #e5966a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5966a


Comments

No comments written yet.

Please login to write comment.