Shades of Champagne #EFDBB4
Tints of Champagne #EFDBB4
RGB
CMYK
RGB Variations
Color information
#EFDBB4 (or 0xEFDBB4) is known color: Champagne. HEX triplet: EF, DB and B4. RGB value is (239,219,180). Sum of RGB (Red+Green+Blue) = 239+219+180=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 180 (70.70% from 255 or 28.21% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBB4 is #10244B. Grayscale: #DCDCDC. Windows color (decimal): -1057868 or 11852783. OLE color: 11852783.
HSL color Cylindrical-coordinate representation of color #EFDBB4: hue angle of 39.66º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFDBB4 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 180 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.06 |
| HSL | 39.66º | 0.65% | 0.82% | - |
| HSV(B) | 39.66º | 0.25% | 0.94% | - |
| XYZ | 69.17 | 72.31 | 53.49 | - |
| YUV | 220.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 180 | 0 | 0.08 | 0.25 | 0.06 | 39.66 | 0.65 | 0.82 |
| Hex | EF | DB | B4 | 0 | 8 | 19 | 6 | 28 | 41 | 52 |
| Octal | 357 | 333 | 264 | 0 | 10 | 31 | 6 | 50 | 101 | 122 |
| Binary | 11101111 | 11011011 | 10110100 | 0 | 1000 | 11001 | 110 | 101000 | 1000001 | 1010010 |
Color Harmonies of #EFDBB4
Complementary color
Monochromatic Colors of #EFDBB4
Black with #EFDBB4
Text Example
Text Example
White with #EFDBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBB4; }
p { color: rgb(239,219,180); }
H1.HeaderClassName
{
color: #EFDBB4;
}
.AnyTagClassName
{
color: #EFDBB4;
}
</style>
background-color css
<style>
a { background-color: #EFDBB4; }
a { background-color: rgb(239,219,180); }
div.DivClassName
{
background-color: #EFDBB4;
}
.BgClassName
{
background-color: #EFDBB4;
}
</style>
border-color css
<style>
span { border-color: #EFDBB4; }
span { border-color: rgb(239,219,180); }
td.TdClassName
{
border-color: #EFDBB4;
}
.TagClassName
{
border-color: #EFDBB4;
}
</style>