Shades of Champagne #E9D5BA
Tints of Champagne #E9D5BA
RGB
CMYK
RGB Variations
Color information
#E9D5BA (or 0xE9D5BA) is known color: Champagne. HEX triplet: E9, D5 and BA. RGB value is (233,213,186). Sum of RGB (Red+Green+Blue) = 233+213+186=632 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.87% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D5BA is #162A45. Grayscale: #D8D8D8. Windows color (decimal): -1452614 or 12244457. OLE color: 12244457.
HSL color Cylindrical-coordinate representation of color #E9D5BA: hue angle of 34.47º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9D5BA is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 213 | 186 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.09 |
| HSL | 34.47º | 0.52% | 0.82% | - |
| HSV(B) | 34.47º | 0.2% | 0.91% | - |
| XYZ | 66.26 | 68.46 | 56.18 | - |
| YUV | 215.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 213 | 186 | 0 | 0.09 | 0.20 | 0.09 | 34.47 | 0.52 | 0.82 |
| Hex | E9 | D5 | BA | 0 | 9 | 14 | 9 | 22 | 34 | 52 |
| Octal | 351 | 325 | 272 | 0 | 11 | 24 | 11 | 42 | 64 | 122 |
| Binary | 11101001 | 11010101 | 10111010 | 0 | 1001 | 10100 | 1001 | 100010 | 110100 | 1010010 |
Color Harmonies of #E9D5BA
Complementary color
Monochromatic Colors of #E9D5BA
Black with #E9D5BA
Text Example
Text Example
White with #E9D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D5BA; }
p { color: rgb(233,213,186); }
H1.HeaderClassName
{
color: #E9D5BA;
}
.AnyTagClassName
{
color: #E9D5BA;
}
</style>
background-color css
<style>
a { background-color: #E9D5BA; }
a { background-color: rgb(233,213,186); }
div.DivClassName
{
background-color: #E9D5BA;
}
.BgClassName
{
background-color: #E9D5BA;
}
</style>
border-color css
<style>
span { border-color: #E9D5BA; }
span { border-color: rgb(233,213,186); }
td.TdClassName
{
border-color: #E9D5BA;
}
.TagClassName
{
border-color: #E9D5BA;
}
</style>