Shades of Champagne #EFDABB
Tints of Champagne #EFDABB
RGB
CMYK
RGB Variations
Color information
#EFDABB (or 0xEFDABB) is known color: Champagne. HEX triplet: EF, DA and BB. RGB value is (239,218,187). Sum of RGB (Red+Green+Blue) = 239+218+187=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDABB is #102544. Grayscale: #DCDCDC. Windows color (decimal): -1058117 or 12311279. OLE color: 12311279.
HSL color Cylindrical-coordinate representation of color #EFDABB: hue angle of 35.77º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFDABB is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 187 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.06 |
| HSL | 35.77º | 0.62% | 0.84% | - |
| HSV(B) | 35.77º | 0.22% | 0.94% | - |
| XYZ | 69.64 | 72.08 | 57.26 | - |
| YUV | 220.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 187 | 0 | 0.09 | 0.22 | 0.06 | 35.77 | 0.62 | 0.84 |
| Hex | EF | DA | BB | 0 | 9 | 16 | 6 | 24 | 3E | 54 |
| Octal | 357 | 332 | 273 | 0 | 11 | 26 | 6 | 44 | 76 | 124 |
| Binary | 11101111 | 11011010 | 10111011 | 0 | 1001 | 10110 | 110 | 100100 | 111110 | 1010100 |
Color Harmonies of #EFDABB
Complementary color
Monochromatic Colors of #EFDABB
Black with #EFDABB
Text Example
Text Example
White with #EFDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDABB; }
p { color: rgb(239,218,187); }
H1.HeaderClassName
{
color: #EFDABB;
}
.AnyTagClassName
{
color: #EFDABB;
}
</style>
background-color css
<style>
a { background-color: #EFDABB; }
a { background-color: rgb(239,218,187); }
div.DivClassName
{
background-color: #EFDABB;
}
.BgClassName
{
background-color: #EFDABB;
}
</style>
border-color css
<style>
span { border-color: #EFDABB; }
span { border-color: rgb(239,218,187); }
td.TdClassName
{
border-color: #EFDABB;
}
.TagClassName
{
border-color: #EFDABB;
}
</style>