#E2CA9D

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

Shades of Chamois #E2CA9D

Tints of Chamois #E2CA9D

Color information

#E2CA9D (or 0xE2CA9D) is unknown color: approx Chamois. HEX triplet: E2, CA and 9D. RGB value is (226,202,157). Sum of RGB (Red+Green+Blue) = 226+202+157=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CA9D is #1D3562. Grayscale: #CCCCCC. Windows color (decimal): -1914211 or 10341090. OLE color: 10341090.

HSL color Cylindrical-coordinate representation of color #E2CA9D: hue angle of 39.13º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2CA9D is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226202157-
CMYK00.110.310.11
HSL39.13º54.33%75.1%-
HSV(B)39.13º30.53%88.63%-
XYZ58.5760.8440.56-
YUV204.05101.45143.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.63%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 157 (61.72% from 255) = 26.84%
R=38.63%
G=34.53%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620215700.110.310.1139.1354.3375.1
HexE2CA9D0B1FB27364b
Octal34231223501337134766113
Binary111000101100101010011101010111111110111001111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CA9D; }

 p { color: rgb(226,202,157); }

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

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

 a { background-color: rgb(226,202,157); }

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

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

 span { border-color: rgb(226,202,157); }

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