Shades of Champagne #EFDAB9
Tints of Champagne #EFDAB9
RGB
CMYK
RGB Variations
Color information
#EFDAB9 (or 0xEFDAB9) is known color: Champagne. HEX triplet: EF, DA and B9. RGB value is (239,218,185). Sum of RGB (Red+Green+Blue) = 239+218+185=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 185 (72.66% from 255 or 28.82% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAB9 is #102546. Grayscale: #DCDCDC. Windows color (decimal): -1058119 or 12180207. OLE color: 12180207.
HSL color Cylindrical-coordinate representation of color #EFDAB9: hue angle of 36.67º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFDAB9 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 185 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.06 |
| HSL | 36.67º | 0.63% | 0.83% | - |
| HSV(B) | 36.67º | 0.23% | 0.94% | - |
| XYZ | 69.42 | 72 | 56.14 | - |
| YUV | 220.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 185 | 0 | 0.09 | 0.23 | 0.06 | 36.67 | 0.63 | 0.83 |
| Hex | EF | DA | B9 | 0 | 9 | 17 | 6 | 25 | 3F | 53 |
| Octal | 357 | 332 | 271 | 0 | 11 | 27 | 6 | 45 | 77 | 123 |
| Binary | 11101111 | 11011010 | 10111001 | 0 | 1001 | 10111 | 110 | 100101 | 111111 | 1010011 |
Color Harmonies of #EFDAB9
Complementary color
Monochromatic Colors of #EFDAB9
Black with #EFDAB9
Text Example
Text Example
White with #EFDAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAB9; }
p { color: rgb(239,218,185); }
H1.HeaderClassName
{
color: #EFDAB9;
}
.AnyTagClassName
{
color: #EFDAB9;
}
</style>
background-color css
<style>
a { background-color: #EFDAB9; }
a { background-color: rgb(239,218,185); }
div.DivClassName
{
background-color: #EFDAB9;
}
.BgClassName
{
background-color: #EFDAB9;
}
</style>
border-color css
<style>
span { border-color: #EFDAB9; }
span { border-color: rgb(239,218,185); }
td.TdClassName
{
border-color: #EFDAB9;
}
.TagClassName
{
border-color: #EFDAB9;
}
</style>