#E2C495

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

Shades of Chamois #E2C495

Tints of Chamois #E2C495

Color information

#E2C495 (or 0xE2C495) is unknown color: approx Chamois. HEX triplet: E2, C4 and 95. RGB value is (226,196,149). Sum of RGB (Red+Green+Blue) = 226+196+149=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C495 is #1D3B6A. Grayscale: #C7C7C7. Windows color (decimal): -1915755 or 9815266. OLE color: 9815266.

HSL color Cylindrical-coordinate representation of color #E2C495: hue angle of 36.62º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2C495 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB226196149-
CMYK00.130.340.11
HSL36.62º57.04%73.53%-
HSV(B)36.62º34.07%88.63%-
XYZ56.5357.8236.61-
YUV199.6199.44146.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 149 (58.59% from 255) = 26.09%
R=39.58%
G=34.33%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619614900.130.340.1136.6257.0473.53
HexE2C4950D22B25394a
Octal34230422501542134571112
Binary1110001011000100100101010110110001010111001011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C495; }

 p { color: rgb(226,196,149); }

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

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

 a { background-color: rgb(226,196,149); }

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

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

 span { border-color: rgb(226,196,149); }

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