Shades of Champagne #EFDCB6
Tints of Champagne #EFDCB6
RGB
CMYK
RGB Variations
Color information
#EFDCB6 (or 0xEFDCB6) is known color: Champagne. HEX triplet: EF, DC and B6. RGB value is (239,220,182). Sum of RGB (Red+Green+Blue) = 239+220+182=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 182 (71.48% from 255 or 28.39% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCB6 is #102349. Grayscale: #DDDDDD. Windows color (decimal): -1057610 or 11984111. OLE color: 11984111.
HSL color Cylindrical-coordinate representation of color #EFDCB6: hue angle of 40º 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 #EFDCB6 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 182 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.06 |
| HSL | 40º | 0.64% | 0.83% | - |
| HSV(B) | 40º | 0.24% | 0.94% | - |
| XYZ | 69.63 | 72.91 | 54.66 | - |
| YUV | 221.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 182 | 0 | 0.08 | 0.24 | 0.06 | 40 | 0.64 | 0.83 |
| Hex | EF | DC | B6 | 0 | 8 | 18 | 6 | 28 | 40 | 53 |
| Octal | 357 | 334 | 266 | 0 | 10 | 30 | 6 | 50 | 100 | 123 |
| Binary | 11101111 | 11011100 | 10110110 | 0 | 1000 | 11000 | 110 | 101000 | 1000000 | 1010011 |
Color Harmonies of #EFDCB6
Complementary color
Monochromatic Colors of #EFDCB6
Black with #EFDCB6
Text Example
Text Example
White with #EFDCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCB6; }
p { color: rgb(239,220,182); }
H1.HeaderClassName
{
color: #EFDCB6;
}
.AnyTagClassName
{
color: #EFDCB6;
}
</style>
background-color css
<style>
a { background-color: #EFDCB6; }
a { background-color: rgb(239,220,182); }
div.DivClassName
{
background-color: #EFDCB6;
}
.BgClassName
{
background-color: #EFDCB6;
}
</style>
border-color css
<style>
span { border-color: #EFDCB6; }
span { border-color: rgb(239,220,182); }
td.TdClassName
{
border-color: #EFDCB6;
}
.TagClassName
{
border-color: #EFDCB6;
}
</style>