Shades of Champagne #EFDAB5
Tints of Champagne #EFDAB5
RGB
CMYK
RGB Variations
Color information
#EFDAB5 (or 0xEFDAB5) is known color: Champagne. HEX triplet: EF, DA and B5. RGB value is (239,218,181). Sum of RGB (Red+Green+Blue) = 239+218+181=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 181 (71.09% from 255 or 28.37% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAB5 is #10254A. Grayscale: #DCDCDC. Windows color (decimal): -1058123 or 11918063. OLE color: 11918063.
HSL color Cylindrical-coordinate representation of color #EFDAB5: hue angle of 38.28º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFDAB5 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 181 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.06 |
| HSL | 38.28º | 0.64% | 0.82% | - |
| HSV(B) | 38.28º | 0.24% | 0.94% | - |
| XYZ | 69.01 | 71.83 | 53.94 | - |
| YUV | 220.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 181 | 0 | 0.09 | 0.24 | 0.06 | 38.28 | 0.64 | 0.82 |
| Hex | EF | DA | B5 | 0 | 9 | 18 | 6 | 26 | 40 | 52 |
| Octal | 357 | 332 | 265 | 0 | 11 | 30 | 6 | 46 | 100 | 122 |
| Binary | 11101111 | 11011010 | 10110101 | 0 | 1001 | 11000 | 110 | 100110 | 1000000 | 1010010 |
Color Harmonies of #EFDAB5
Complementary color
Monochromatic Colors of #EFDAB5
Black with #EFDAB5
Text Example
Text Example
White with #EFDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAB5; }
p { color: rgb(239,218,181); }
H1.HeaderClassName
{
color: #EFDAB5;
}
.AnyTagClassName
{
color: #EFDAB5;
}
</style>
background-color css
<style>
a { background-color: #EFDAB5; }
a { background-color: rgb(239,218,181); }
div.DivClassName
{
background-color: #EFDAB5;
}
.BgClassName
{
background-color: #EFDAB5;
}
</style>
border-color css
<style>
span { border-color: #EFDAB5; }
span { border-color: rgb(239,218,181); }
td.TdClassName
{
border-color: #EFDAB5;
}
.TagClassName
{
border-color: #EFDAB5;
}
</style>