Shades of Champagne #EFD9BA
Tints of Champagne #EFD9BA
RGB
CMYK
RGB Variations
Color information
#EFD9BA (or 0xEFD9BA) is known color: Champagne. HEX triplet: EF, D9 and BA. RGB value is (239,217,186). Sum of RGB (Red+Green+Blue) = 239+217+186=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9BA is #102645. Grayscale: #DCDCDC. Windows color (decimal): -1058374 or 12245487. OLE color: 12245487.
HSL color Cylindrical-coordinate representation of color #EFD9BA: hue angle of 35.09º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFD9BA is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 186 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.06 |
| HSL | 35.09º | 0.62% | 0.83% | - |
| HSV(B) | 35.09º | 0.22% | 0.94% | - |
| XYZ | 69.27 | 71.52 | 56.61 | - |
| YUV | 220.04 | 108.79 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 186 | 0 | 0.09 | 0.22 | 0.06 | 35.09 | 0.62 | 0.83 |
| Hex | EF | D9 | BA | 0 | 9 | 16 | 6 | 23 | 3E | 53 |
| Octal | 357 | 331 | 272 | 0 | 11 | 26 | 6 | 43 | 76 | 123 |
| Binary | 11101111 | 11011001 | 10111010 | 0 | 1001 | 10110 | 110 | 100011 | 111110 | 1010011 |
Color Harmonies of #EFD9BA
Complementary color
Monochromatic Colors of #EFD9BA
Black with #EFD9BA
Text Example
Text Example
White with #EFD9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9BA; }
p { color: rgb(239,217,186); }
H1.HeaderClassName
{
color: #EFD9BA;
}
.AnyTagClassName
{
color: #EFD9BA;
}
</style>
background-color css
<style>
a { background-color: #EFD9BA; }
a { background-color: rgb(239,217,186); }
div.DivClassName
{
background-color: #EFD9BA;
}
.BgClassName
{
background-color: #EFD9BA;
}
</style>
border-color css
<style>
span { border-color: #EFD9BA; }
span { border-color: rgb(239,217,186); }
td.TdClassName
{
border-color: #EFD9BA;
}
.TagClassName
{
border-color: #EFD9BA;
}
</style>