Shades of Champagne #EFD7B6
Tints of Champagne #EFD7B6
RGB
CMYK
RGB Variations
Color information
#EFD7B6 (or 0xEFD7B6) is known color: Champagne. HEX triplet: EF, D7 and B6. RGB value is (239,215,182). Sum of RGB (Red+Green+Blue) = 239+215+182=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 182 (71.48% from 255 or 28.62% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7B6 is #102849. Grayscale: #DADADA. Windows color (decimal): -1058890 or 11982831. OLE color: 11982831.
HSL color Cylindrical-coordinate representation of color #EFD7B6: hue angle of 34.74º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFD7B6 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 182 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.06 |
| HSL | 34.74º | 0.64% | 0.83% | - |
| HSV(B) | 34.74º | 0.24% | 0.94% | - |
| XYZ | 68.34 | 70.33 | 54.23 | - |
| YUV | 218.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 182 | 0 | 0.10 | 0.24 | 0.06 | 34.74 | 0.64 | 0.83 |
| Hex | EF | D7 | B6 | 0 | A | 18 | 6 | 23 | 40 | 53 |
| Octal | 357 | 327 | 266 | 0 | 12 | 30 | 6 | 43 | 100 | 123 |
| Binary | 11101111 | 11010111 | 10110110 | 0 | 1010 | 11000 | 110 | 100011 | 1000000 | 1010011 |
Color Harmonies of #EFD7B6
Complementary color
Monochromatic Colors of #EFD7B6
Black with #EFD7B6
Text Example
Text Example
White with #EFD7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD7B6; }
p { color: rgb(239,215,182); }
H1.HeaderClassName
{
color: #EFD7B6;
}
.AnyTagClassName
{
color: #EFD7B6;
}
</style>
background-color css
<style>
a { background-color: #EFD7B6; }
a { background-color: rgb(239,215,182); }
div.DivClassName
{
background-color: #EFD7B6;
}
.BgClassName
{
background-color: #EFD7B6;
}
</style>
border-color css
<style>
span { border-color: #EFD7B6; }
span { border-color: rgb(239,215,182); }
td.TdClassName
{
border-color: #EFD7B6;
}
.TagClassName
{
border-color: #EFD7B6;
}
</style>