#E5C996

Color #E5C996 Chamois (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chamois #E5C996

Tints of Chamois #E5C996

Color information

#E5C996 (or 0xE5C996) is unknown color: approx Chamois. HEX triplet: E5, C9 and 96. RGB value is (229,201,150). Sum of RGB (Red+Green+Blue) = 229+201+150=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C996 is #1A3669. Grayscale: #CBCBCB. Windows color (decimal): -1717866 or 9882085. OLE color: 9882085.

HSL color Cylindrical-coordinate representation of color #E5C996: hue angle of 38.73º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5C996 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB229201150-
CMYK00.120.340.10
HSL38.73º60.31%74.31%-
HSV(B)38.73º34.5%89.8%-
XYZ58.760.6337.46-
YUV203.5697.78146.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 39.48%
GREEN value IS 201 (78.91% from 255) = 34.66%
BLUE value IS 150 (58.98% from 255) = 25.86%
R=39.48%
G=34.66%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920115000.120.340.1038.7360.3174.31
HexE5C9960C22A273c4a
Octal34531122601442124774112
Binary1110010111001001100101100110010001010101001111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C996; }

 p { color: rgb(229,201,150); }

 H1.HeaderClassName
 {
   color: #E5C996;
 }
 .AnyTagClassName
 {
   color: #E5C996;
 }
</style>
background-color css

<style>
 a { background-color: #E5C996; }

 a { background-color: rgb(229,201,150); }

 div.DivClassName
 {
   background-color: #E5C996;
 }
 .BgClassName
 {
   background-color: #E5C996;
 }
</style>
border-color css

<style>
 span { border-color: #E5C996; }

 span { border-color: rgb(229,201,150); }

 td.TdClassName
 {
   border-color: #E5C996;
 }
 .TagClassName
 {
   border-color: #E5C996;
 }
</style>