Shades of Champagne #EFDCB8
Tints of Champagne #EFDCB8
RGB
CMYK
RGB Variations
Color information
#EFDCB8 (or 0xEFDCB8) is known color: Champagne. HEX triplet: EF, DC and B8. RGB value is (239,220,184). Sum of RGB (Red+Green+Blue) = 239+220+184=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 184 (72.27% from 255 or 28.62% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCB8 is #102347. Grayscale: #DDDDDD. Windows color (decimal): -1057608 or 12115183. OLE color: 12115183.
HSL color Cylindrical-coordinate representation of color #EFDCB8: hue angle of 39.27º degrees, saturation: 0.63, 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 #EFDCB8 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 184 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.06 |
| HSL | 39.27º | 0.63% | 0.83% | - |
| HSV(B) | 39.27º | 0.23% | 0.94% | - |
| XYZ | 69.84 | 73 | 55.76 | - |
| YUV | 221.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 184 | 0 | 0.08 | 0.23 | 0.06 | 39.27 | 0.63 | 0.83 |
| Hex | EF | DC | B8 | 0 | 8 | 17 | 6 | 27 | 3F | 53 |
| Octal | 357 | 334 | 270 | 0 | 10 | 27 | 6 | 47 | 77 | 123 |
| Binary | 11101111 | 11011100 | 10111000 | 0 | 1000 | 10111 | 110 | 100111 | 111111 | 1010011 |
Color Harmonies of #EFDCB8
Complementary color
Monochromatic Colors of #EFDCB8
Black with #EFDCB8
Text Example
Text Example
White with #EFDCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCB8; }
p { color: rgb(239,220,184); }
H1.HeaderClassName
{
color: #EFDCB8;
}
.AnyTagClassName
{
color: #EFDCB8;
}
</style>
background-color css
<style>
a { background-color: #EFDCB8; }
a { background-color: rgb(239,220,184); }
div.DivClassName
{
background-color: #EFDCB8;
}
.BgClassName
{
background-color: #EFDCB8;
}
</style>
border-color css
<style>
span { border-color: #EFDCB8; }
span { border-color: rgb(239,220,184); }
td.TdClassName
{
border-color: #EFDCB8;
}
.TagClassName
{
border-color: #EFDCB8;
}
</style>