Shades of Champagne #EED9BA
Tints of Champagne #EED9BA
RGB
CMYK
RGB Variations
Color information
#EED9BA (or 0xEED9BA) is known color: Champagne. HEX triplet: EE, D9 and BA. RGB value is (238,217,186). Sum of RGB (Red+Green+Blue) = 238+217+186=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9BA is #112645. Grayscale: #DBDBDB. Windows color (decimal): -1123910 or 12245486. OLE color: 12245486.
HSL color Cylindrical-coordinate representation of color #EED9BA: hue angle of 35.77º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EED9BA is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 186 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.07 |
| HSL | 35.77º | 0.6% | 0.83% | - |
| HSV(B) | 35.77º | 0.22% | 0.93% | - |
| XYZ | 68.94 | 71.35 | 56.59 | - |
| YUV | 219.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 186 | 0 | 0.09 | 0.22 | 0.07 | 35.77 | 0.6 | 0.83 |
| Hex | EE | D9 | BA | 0 | 9 | 16 | 7 | 24 | 3C | 53 |
| Octal | 356 | 331 | 272 | 0 | 11 | 26 | 7 | 44 | 74 | 123 |
| Binary | 11101110 | 11011001 | 10111010 | 0 | 1001 | 10110 | 111 | 100100 | 111100 | 1010011 |
Color Harmonies of #EED9BA
Complementary color
Monochromatic Colors of #EED9BA
Black with #EED9BA
Text Example
Text Example
White with #EED9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9BA; }
p { color: rgb(238,217,186); }
H1.HeaderClassName
{
color: #EED9BA;
}
.AnyTagClassName
{
color: #EED9BA;
}
</style>
background-color css
<style>
a { background-color: #EED9BA; }
a { background-color: rgb(238,217,186); }
div.DivClassName
{
background-color: #EED9BA;
}
.BgClassName
{
background-color: #EED9BA;
}
</style>
border-color css
<style>
span { border-color: #EED9BA; }
span { border-color: rgb(238,217,186); }
td.TdClassName
{
border-color: #EED9BA;
}
.TagClassName
{
border-color: #EED9BA;
}
</style>