#E6CA9D

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

Shades of Chamois #E6CA9D

Tints of Chamois #E6CA9D

Color information

#E6CA9D (or 0xE6CA9D) is unknown color: approx Chamois. HEX triplet: E6, CA and 9D. RGB value is (230,202,157). Sum of RGB (Red+Green+Blue) = 230+202+157=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CA9D is #193562. Grayscale: #CDCDCD. Windows color (decimal): -1652067 or 10341094. OLE color: 10341094.

HSL color Cylindrical-coordinate representation of color #E6CA9D: hue angle of 36.99º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6CA9D is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230202157-
CMYK00.120.320.10
HSL36.99º59.35%75.88%-
HSV(B)36.99º31.74%90.2%-
XYZ59.8461.540.61-
YUV205.24100.78145.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.05%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 157 (61.72% from 255) = 26.66%
R=39.05%
G=34.30%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020215700.120.320.1036.9959.3575.88
HexE6CA9D0C20A253b4c
Octal34631223501440124573114
Binary1110011011001010100111010110010000010101001011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CA9D; }

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

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

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

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

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

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

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

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