#e5c495

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

Shades of Chamois #E5C495

Tints of Chamois #E5C495

Color information

#E5C495 (or 0xE5C495) is unknown color: approx Chamois. HEX triplet: E5, C4 and 95. RGB value is (229,196,149). Sum of RGB (Red+Green+Blue) = 229+196+149=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C495 is #1A3B6A. Grayscale: #C8C8C8. Windows color (decimal): -1719147 or 9815269. OLE color: 9815269.

HSL color Cylindrical-coordinate representation of color #E5C495: hue angle of 35.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5C495 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB229196149-
CMYK00.140.350.10
HSL35.25º60.61%74.12%-
HSV(B)35.25º34.93%89.8%-
XYZ57.4858.3136.66-
YUV200.5198.93148.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.90%
GREEN value IS 196 (76.95% from 255) = 34.15%
BLUE value IS 149 (58.59% from 255) = 25.96%
R=39.90%
G=34.15%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919614900.140.350.1035.2560.6174.12
HexE5C4950E23A233d4a
Octal34530422501643124375112
Binary1110010111000100100101010111010001110101000111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5c495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5c495; }

 p { color: rgb(229,196,149); }

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

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

 a { background-color: rgb(229,196,149); }

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

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

 span { border-color: rgb(229,196,149); }

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