#E2C796

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

Shades of Chamois #E2C796

Tints of Chamois #E2C796

Color information

#E2C796 (or 0xE2C796) is unknown color: approx Chamois. HEX triplet: E2, C7 and 96. RGB value is (226,199,150). Sum of RGB (Red+Green+Blue) = 226+199+150=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C796 is #1D3869. Grayscale: #C9C9C9. Windows color (decimal): -1914986 or 9881570. OLE color: 9881570.

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

Color convert

RGB226199150-
CMYK00.120.340.11
HSL38.68º56.72%73.73%-
HSV(B)38.68º33.63%88.63%-
XYZ57.2959.2237.26-
YUV201.4998.95145.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.30%
GREEN value IS 199 (78.12% from 255) = 34.61%
BLUE value IS 150 (58.98% from 255) = 26.09%
R=39.30%
G=34.61%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619915000.120.340.1138.6856.7273.73
HexE2C7960C22B27394a
Octal34230722601442134771112
Binary1110001011000111100101100110010001010111001111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C796; }

 p { color: rgb(226,199,150); }

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

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

 a { background-color: rgb(226,199,150); }

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

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

 span { border-color: rgb(226,199,150); }

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