#E5CCA0

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

Shades of Chamois #E5CCA0

Tints of Chamois #E5CCA0

Color information

#E5CCA0 (or 0xE5CCA0) is unknown color: approx Chamois. HEX triplet: E5, CC and A0. RGB value is (229,204,160). Sum of RGB (Red+Green+Blue) = 229+204+160=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CCA0 is #1A335F. Grayscale: #CECECE. Windows color (decimal): -1717088 or 10538213. OLE color: 10538213.

HSL color Cylindrical-coordinate representation of color #E5CCA0: hue angle of 38.26º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5CCA0 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB229204160-
CMYK00.110.300.10
HSL38.26º57.02%76.27%-
HSV(B)38.26º30.13%89.8%-
XYZ60.2562.3842.12-
YUV206.46101.78144.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.62%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 160 (62.89% from 255) = 26.98%
R=38.62%
G=34.40%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920416000.110.300.1038.2657.0276.27
HexE5CCA00B1EA26394c
Octal34531424001336124671114
Binary111001011100110010100000010111111010101001101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CCA0; }

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

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

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

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

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

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

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

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