Shades of Champagne #EFDABC
Tints of Champagne #EFDABC
RGB
CMYK
RGB Variations
Color information
#EFDABC (or 0xEFDABC) is known color: Champagne. HEX triplet: EF, DA and BC. RGB value is (239,218,188). Sum of RGB (Red+Green+Blue) = 239+218+188=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 188 (73.83% from 255 or 29.15% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDABC is #102543. Grayscale: #DDDDDD. Windows color (decimal): -1058116 or 12376815. OLE color: 12376815.
HSL color Cylindrical-coordinate representation of color #EFDABC: hue angle of 35.29º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFDABC is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 188 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.06 |
| HSL | 35.29º | 0.61% | 0.84% | - |
| HSV(B) | 35.29º | 0.21% | 0.94% | - |
| XYZ | 69.75 | 72.12 | 57.82 | - |
| YUV | 220.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 188 | 0 | 0.09 | 0.21 | 0.06 | 35.29 | 0.61 | 0.84 |
| Hex | EF | DA | BC | 0 | 9 | 15 | 6 | 23 | 3D | 54 |
| Octal | 357 | 332 | 274 | 0 | 11 | 25 | 6 | 43 | 75 | 124 |
| Binary | 11101111 | 11011010 | 10111100 | 0 | 1001 | 10101 | 110 | 100011 | 111101 | 1010100 |
Color Harmonies of #EFDABC
Complementary color
Monochromatic Colors of #EFDABC
Black with #EFDABC
Text Example
Text Example
White with #EFDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDABC; }
p { color: rgb(239,218,188); }
H1.HeaderClassName
{
color: #EFDABC;
}
.AnyTagClassName
{
color: #EFDABC;
}
</style>
background-color css
<style>
a { background-color: #EFDABC; }
a { background-color: rgb(239,218,188); }
div.DivClassName
{
background-color: #EFDABC;
}
.BgClassName
{
background-color: #EFDABC;
}
</style>
border-color css
<style>
span { border-color: #EFDABC; }
span { border-color: rgb(239,218,188); }
td.TdClassName
{
border-color: #EFDABC;
}
.TagClassName
{
border-color: #EFDABC;
}
</style>