Shades of Champagne #EFDBB3
Tints of Champagne #EFDBB3
RGB
CMYK
RGB Variations
Color information
#EFDBB3 (or 0xEFDBB3) is known color: Champagne. HEX triplet: EF, DB and B3. RGB value is (239,219,179). Sum of RGB (Red+Green+Blue) = 239+219+179=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBB3 is #10244C. Grayscale: #DCDCDC. Windows color (decimal): -1057869 or 11787247. OLE color: 11787247.
HSL color Cylindrical-coordinate representation of color #EFDBB3: hue angle of 40º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFDBB3 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 179 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.06 |
| HSL | 40º | 0.65% | 0.82% | - |
| HSV(B) | 40º | 0.25% | 0.94% | - |
| XYZ | 69.06 | 72.27 | 52.96 | - |
| YUV | 220.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 179 | 0 | 0.08 | 0.25 | 0.06 | 40 | 0.65 | 0.82 |
| Hex | EF | DB | B3 | 0 | 8 | 19 | 6 | 28 | 41 | 52 |
| Octal | 357 | 333 | 263 | 0 | 10 | 31 | 6 | 50 | 101 | 122 |
| Binary | 11101111 | 11011011 | 10110011 | 0 | 1000 | 11001 | 110 | 101000 | 1000001 | 1010010 |
Color Harmonies of #EFDBB3
Complementary color
Monochromatic Colors of #EFDBB3
Black with #EFDBB3
Text Example
Text Example
White with #EFDBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBB3; }
p { color: rgb(239,219,179); }
H1.HeaderClassName
{
color: #EFDBB3;
}
.AnyTagClassName
{
color: #EFDBB3;
}
</style>
background-color css
<style>
a { background-color: #EFDBB3; }
a { background-color: rgb(239,219,179); }
div.DivClassName
{
background-color: #EFDBB3;
}
.BgClassName
{
background-color: #EFDBB3;
}
</style>
border-color css
<style>
span { border-color: #EFDBB3; }
span { border-color: rgb(239,219,179); }
td.TdClassName
{
border-color: #EFDBB3;
}
.TagClassName
{
border-color: #EFDBB3;
}
</style>