Shades of Champagne #EFDAB1
Tints of Champagne #EFDAB1
RGB
CMYK
RGB Variations
Color information
#EFDAB1 (or 0xEFDAB1) is known color: Champagne. HEX triplet: EF, DA and B1. RGB value is (239,218,177). Sum of RGB (Red+Green+Blue) = 239+218+177=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAB1 is #10254E. Grayscale: #DBDBDB. Windows color (decimal): -1058127 or 11655919. OLE color: 11655919.
HSL color Cylindrical-coordinate representation of color #EFDAB1: hue angle of 39.68º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFDAB1 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 177 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.06 |
| HSL | 39.68º | 0.66% | 0.82% | - |
| HSV(B) | 39.68º | 0.26% | 0.94% | - |
| XYZ | 68.6 | 71.67 | 51.81 | - |
| YUV | 219.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 177 | 0 | 0.09 | 0.26 | 0.06 | 39.68 | 0.66 | 0.82 |
| Hex | EF | DA | B1 | 0 | 9 | 1A | 6 | 28 | 42 | 52 |
| Octal | 357 | 332 | 261 | 0 | 11 | 32 | 6 | 50 | 102 | 122 |
| Binary | 11101111 | 11011010 | 10110001 | 0 | 1001 | 11010 | 110 | 101000 | 1000010 | 1010010 |
Color Harmonies of #EFDAB1
Complementary color
Monochromatic Colors of #EFDAB1
Black with #EFDAB1
Text Example
Text Example
White with #EFDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAB1; }
p { color: rgb(239,218,177); }
H1.HeaderClassName
{
color: #EFDAB1;
}
.AnyTagClassName
{
color: #EFDAB1;
}
</style>
background-color css
<style>
a { background-color: #EFDAB1; }
a { background-color: rgb(239,218,177); }
div.DivClassName
{
background-color: #EFDAB1;
}
.BgClassName
{
background-color: #EFDAB1;
}
</style>
border-color css
<style>
span { border-color: #EFDAB1; }
span { border-color: rgb(239,218,177); }
td.TdClassName
{
border-color: #EFDAB1;
}
.TagClassName
{
border-color: #EFDAB1;
}
</style>