Shades of Champagne #EED9B5
Tints of Champagne #EED9B5
RGB
CMYK
RGB Variations
Color information
#EED9B5 (or 0xEED9B5) is known color: Champagne. HEX triplet: EE, D9 and B5. RGB value is (238,217,181). Sum of RGB (Red+Green+Blue) = 238+217+181=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9B5 is #11264A. Grayscale: #DBDBDB. Windows color (decimal): -1123915 or 11917806. OLE color: 11917806.
HSL color Cylindrical-coordinate representation of color #EED9B5: hue angle of 37.89º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EED9B5 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 181 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.07 |
| HSL | 37.89º | 0.63% | 0.82% | - |
| HSV(B) | 37.89º | 0.24% | 0.93% | - |
| XYZ | 68.41 | 71.14 | 53.84 | - |
| YUV | 219.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 181 | 0 | 0.09 | 0.24 | 0.07 | 37.89 | 0.63 | 0.82 |
| Hex | EE | D9 | B5 | 0 | 9 | 18 | 7 | 26 | 3F | 52 |
| Octal | 356 | 331 | 265 | 0 | 11 | 30 | 7 | 46 | 77 | 122 |
| Binary | 11101110 | 11011001 | 10110101 | 0 | 1001 | 11000 | 111 | 100110 | 111111 | 1010010 |
Color Harmonies of #EED9B5
Complementary color
Monochromatic Colors of #EED9B5
Black with #EED9B5
Text Example
Text Example
White with #EED9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9B5; }
p { color: rgb(238,217,181); }
H1.HeaderClassName
{
color: #EED9B5;
}
.AnyTagClassName
{
color: #EED9B5;
}
</style>
background-color css
<style>
a { background-color: #EED9B5; }
a { background-color: rgb(238,217,181); }
div.DivClassName
{
background-color: #EED9B5;
}
.BgClassName
{
background-color: #EED9B5;
}
</style>
border-color css
<style>
span { border-color: #EED9B5; }
span { border-color: rgb(238,217,181); }
td.TdClassName
{
border-color: #EED9B5;
}
.TagClassName
{
border-color: #EED9B5;
}
</style>