Shades of Champagne #EFDAB6
Tints of Champagne #EFDAB6
RGB
CMYK
RGB Variations
Color information
#EFDAB6 (or 0xEFDAB6) is known color: Champagne. HEX triplet: EF, DA and B6. RGB value is (239,218,182). Sum of RGB (Red+Green+Blue) = 239+218+182=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 182 (71.48% from 255 or 28.48% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAB6 is #102549. Grayscale: #DCDCDC. Windows color (decimal): -1058122 or 11983599. OLE color: 11983599.
HSL color Cylindrical-coordinate representation of color #EFDAB6: hue angle of 37.89º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFDAB6 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 182 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.06 |
| HSL | 37.89º | 0.64% | 0.83% | - |
| HSV(B) | 37.89º | 0.24% | 0.94% | - |
| XYZ | 69.11 | 71.87 | 54.49 | - |
| YUV | 220.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 182 | 0 | 0.09 | 0.24 | 0.06 | 37.89 | 0.64 | 0.83 |
| Hex | EF | DA | B6 | 0 | 9 | 18 | 6 | 26 | 40 | 53 |
| Octal | 357 | 332 | 266 | 0 | 11 | 30 | 6 | 46 | 100 | 123 |
| Binary | 11101111 | 11011010 | 10110110 | 0 | 1001 | 11000 | 110 | 100110 | 1000000 | 1010011 |
Color Harmonies of #EFDAB6
Complementary color
Monochromatic Colors of #EFDAB6
Black with #EFDAB6
Text Example
Text Example
White with #EFDAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAB6; }
p { color: rgb(239,218,182); }
H1.HeaderClassName
{
color: #EFDAB6;
}
.AnyTagClassName
{
color: #EFDAB6;
}
</style>
background-color css
<style>
a { background-color: #EFDAB6; }
a { background-color: rgb(239,218,182); }
div.DivClassName
{
background-color: #EFDAB6;
}
.BgClassName
{
background-color: #EFDAB6;
}
</style>
border-color css
<style>
span { border-color: #EFDAB6; }
span { border-color: rgb(239,218,182); }
td.TdClassName
{
border-color: #EFDAB6;
}
.TagClassName
{
border-color: #EFDAB6;
}
</style>