#E8CCA0

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

Shades of Chamois #E8CCA0

Tints of Chamois #E8CCA0

Color information

#E8CCA0 (or 0xE8CCA0) is unknown color: approx Chamois. HEX triplet: E8, CC and A0. RGB value is (232,204,160). Sum of RGB (Red+Green+Blue) = 232+204+160=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CCA0 is #17335F. Grayscale: #CFCFCF. Windows color (decimal): -1520480 or 10538216. OLE color: 10538216.

HSL color Cylindrical-coordinate representation of color #E8CCA0: hue angle of 36.67º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8CCA0 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB232204160-
CMYK00.120.310.09
HSL36.67º61.02%76.86%-
HSV(B)36.67º31.03%90.98%-
XYZ61.2262.8842.17-
YUV207.36101.28145.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.93%
GREEN value IS 204 (80.08% from 255) = 34.23%
BLUE value IS 160 (62.89% from 255) = 26.85%
R=38.93%
G=34.23%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220416000.120.310.0936.6761.0276.86
HexE8CCA00C1F9253d4d
Octal35031424001437114575115
Binary111010001100110010100000011001111110011001011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CCA0; }

 p { color: rgb(232,204,160); }

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

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

 a { background-color: rgb(232,204,160); }

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

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

 span { border-color: rgb(232,204,160); }

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