#E9CD96

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

Shades of Chamois #E9CD96

Tints of Chamois #E9CD96

Color information

#E9CD96 (or 0xE9CD96) is unknown color: approx Chamois. HEX triplet: E9, CD and 96. RGB value is (233,205,150). Sum of RGB (Red+Green+Blue) = 233+205+150=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CD96 is #163269. Grayscale: #CFCFCF. Windows color (decimal): -1454698 or 9883113. OLE color: 9883113.

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

Color convert

RGB233205150-
CMYK00.120.360.09
HSL39.76º65.35%75.1%-
HSV(B)39.76º35.62%91.37%-
XYZ60.9463.1937.84-
YUV207.195.78146.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.63%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 150 (58.98% from 255) = 25.51%
R=39.63%
G=34.86%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320515000.120.360.0939.7665.3575.1
HexE9CD960C24928414b
Octal351315226014441150101113
Binary11101001110011011001011001100100100100110100010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CD96; }

 p { color: rgb(233,205,150); }

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

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

 a { background-color: rgb(233,205,150); }

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

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

 span { border-color: rgb(233,205,150); }

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