#E8CDA0

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

Shades of Chamois #E8CDA0

Tints of Chamois #E8CDA0

Color information

#E8CDA0 (or 0xE8CDA0) is unknown color: approx Chamois. HEX triplet: E8, CD and A0. RGB value is (232,205,160). Sum of RGB (Red+Green+Blue) = 232+205+160=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CDA0 is #17325F. Grayscale: #D0D0D0. Windows color (decimal): -1520224 or 10538472. OLE color: 10538472.

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

Color convert

RGB232205160-
CMYK00.120.310.09
HSL37.5º61.02%76.86%-
HSV(B)37.5º31.03%90.98%-
XYZ61.4663.3642.25-
YUV207.94100.95145.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.86%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 160 (62.89% from 255) = 26.80%
R=38.86%
G=34.34%
B=26.80%

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
Decimal23220516000.120.310.0937.561.0276.86
HexE8CDA00C1F9263d4d
Octal35031524001437114675115
Binary111010001100110110100000011001111110011001101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDA0; }

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

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

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

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

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

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

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

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