Shades of Champagne #EFD8B5
Tints of Champagne #EFD8B5
RGB
CMYK
RGB Variations
Color information
#EFD8B5 (or 0xEFD8B5) is known color: Champagne. HEX triplet: EF, D8 and B5. RGB value is (239,216,181). Sum of RGB (Red+Green+Blue) = 239+216+181=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8B5 is #10274A. Grayscale: #DBDBDB. Windows color (decimal): -1058635 or 11917551. OLE color: 11917551.
HSL color Cylindrical-coordinate representation of color #EFD8B5: hue angle of 36.21º 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 #EFD8B5 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 181 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.06 |
| HSL | 36.21º | 0.64% | 0.82% | - |
| HSV(B) | 36.21º | 0.24% | 0.94% | - |
| XYZ | 68.49 | 70.8 | 53.77 | - |
| YUV | 218.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 181 | 0 | 0.10 | 0.24 | 0.06 | 36.21 | 0.64 | 0.82 |
| Hex | EF | D8 | B5 | 0 | A | 18 | 6 | 24 | 40 | 52 |
| Octal | 357 | 330 | 265 | 0 | 12 | 30 | 6 | 44 | 100 | 122 |
| Binary | 11101111 | 11011000 | 10110101 | 0 | 1010 | 11000 | 110 | 100100 | 1000000 | 1010010 |
Color Harmonies of #EFD8B5
Complementary color
Monochromatic Colors of #EFD8B5
Black with #EFD8B5
Text Example
Text Example
White with #EFD8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD8B5; }
p { color: rgb(239,216,181); }
H1.HeaderClassName
{
color: #EFD8B5;
}
.AnyTagClassName
{
color: #EFD8B5;
}
</style>
background-color css
<style>
a { background-color: #EFD8B5; }
a { background-color: rgb(239,216,181); }
div.DivClassName
{
background-color: #EFD8B5;
}
.BgClassName
{
background-color: #EFD8B5;
}
</style>
border-color css
<style>
span { border-color: #EFD8B5; }
span { border-color: rgb(239,216,181); }
td.TdClassName
{
border-color: #EFD8B5;
}
.TagClassName
{
border-color: #EFD8B5;
}
</style>