Shades of Champagne #EFDCB7
Tints of Champagne #EFDCB7
RGB
CMYK
RGB Variations
Color information
#EFDCB7 (or 0xEFDCB7) is known color: Champagne. HEX triplet: EF, DC and B7. RGB value is (239,220,183). Sum of RGB (Red+Green+Blue) = 239+220+183=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 183 (71.88% from 255 or 28.50% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCB7 is #102348. Grayscale: #DDDDDD. Windows color (decimal): -1057609 or 12049647. OLE color: 12049647.
HSL color Cylindrical-coordinate representation of color #EFDCB7: hue angle of 39.64º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFDCB7 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 183 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.06 |
| HSL | 39.64º | 0.64% | 0.83% | - |
| HSV(B) | 39.64º | 0.23% | 0.94% | - |
| XYZ | 69.74 | 72.96 | 55.21 | - |
| YUV | 221.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 183 | 0 | 0.08 | 0.23 | 0.06 | 39.64 | 0.64 | 0.83 |
| Hex | EF | DC | B7 | 0 | 8 | 17 | 6 | 28 | 40 | 53 |
| Octal | 357 | 334 | 267 | 0 | 10 | 27 | 6 | 50 | 100 | 123 |
| Binary | 11101111 | 11011100 | 10110111 | 0 | 1000 | 10111 | 110 | 101000 | 1000000 | 1010011 |
Color Harmonies of #EFDCB7
Complementary color
Monochromatic Colors of #EFDCB7
Black with #EFDCB7
Text Example
Text Example
White with #EFDCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCB7; }
p { color: rgb(239,220,183); }
H1.HeaderClassName
{
color: #EFDCB7;
}
.AnyTagClassName
{
color: #EFDCB7;
}
</style>
background-color css
<style>
a { background-color: #EFDCB7; }
a { background-color: rgb(239,220,183); }
div.DivClassName
{
background-color: #EFDCB7;
}
.BgClassName
{
background-color: #EFDCB7;
}
</style>
border-color css
<style>
span { border-color: #EFDCB7; }
span { border-color: rgb(239,220,183); }
td.TdClassName
{
border-color: #EFDCB7;
}
.TagClassName
{
border-color: #EFDCB7;
}
</style>