#e2c696

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

Shades of Chamois #E2C696

Tints of Chamois #E2C696

Color information

#E2C696 (or 0xE2C696) is unknown color: approx Chamois. HEX triplet: E2, C6 and 96. RGB value is (226,198,150). Sum of RGB (Red+Green+Blue) = 226+198+150=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C696 is #1D3969. Grayscale: #C9C9C9. Windows color (decimal): -1915242 or 9881314. OLE color: 9881314.

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

Color convert

RGB226198150-
CMYK00.120.340.11
HSL37.89º56.72%73.73%-
HSV(B)37.89º33.63%88.63%-
XYZ57.0658.7637.19-
YUV200.999.28145.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.37%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 150 (58.98% from 255) = 26.13%
R=39.37%
G=34.49%
B=26.13%

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
Decimal22619815000.120.340.1137.8956.7273.73
HexE2C6960C22B26394a
Octal34230622601442134671112
Binary1110001011000110100101100110010001010111001101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2c696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2c696; }

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

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

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

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

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

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

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

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