#E5CA96

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

Shades of Chamois #E5CA96

Tints of Chamois #E5CA96

Color information

#E5CA96 (or 0xE5CA96) is unknown color: approx Chamois. HEX triplet: E5, CA and 96. RGB value is (229,202,150). Sum of RGB (Red+Green+Blue) = 229+202+150=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CA96 is #1A3569. Grayscale: #CCCCCC. Windows color (decimal): -1717610 or 9882341. OLE color: 9882341.

HSL color Cylindrical-coordinate representation of color #E5CA96: hue angle of 39.49º 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 #E5CA96 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB229202150-
CMYK00.120.340.10
HSL39.49º60.31%74.31%-
HSV(B)39.49º34.5%89.8%-
XYZ58.9461.137.54-
YUV204.1497.45145.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.41%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 150 (58.98% from 255) = 25.82%
R=39.41%
G=34.77%
B=25.82%

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
Decimal22920215000.120.340.1039.4960.3174.31
HexE5CA960C22A273c4a
Octal34531222601442124774112
Binary1110010111001010100101100110010001010101001111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CA96; }

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

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

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

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

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

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

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

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