#E5CAA0

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

Shades of Chamois #E5CAA0

Tints of Chamois #E5CAA0

Color information

#E5CAA0 (or 0xE5CAA0) is unknown color: approx Chamois. HEX triplet: E5, CA and A0. RGB value is (229,202,160). Sum of RGB (Red+Green+Blue) = 229+202+160=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CAA0 is #1A355F. Grayscale: #CDCDCD. Windows color (decimal): -1717600 or 10537701. OLE color: 10537701.

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

Color convert

RGB229202160-
CMYK00.120.300.10
HSL36.52º57.02%76.27%-
HSV(B)36.52º30.13%89.8%-
XYZ59.7861.4441.97-
YUV205.29102.45144.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.75%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 160 (62.89% from 255) = 27.07%
R=38.75%
G=34.18%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920216000.120.300.1036.5257.0276.27
HexE5CAA00C1EA25394c
Octal34531224001436124571114
Binary111001011100101010100000011001111010101001011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CAA0; }

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

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

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

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

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

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

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

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