Shades of Champagne #EFD6B2
Tints of Champagne #EFD6B2
RGB
CMYK
RGB Variations
Color information
#EFD6B2 (or 0xEFD6B2) is known color: Champagne. HEX triplet: EF, D6 and B2. RGB value is (239,214,178). Sum of RGB (Red+Green+Blue) = 239+214+178=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 178 (69.92% from 255 or 28.21% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD6B2 is #10294D. Grayscale: #D9D9D9. Windows color (decimal): -1059150 or 11720431. OLE color: 11720431.
HSL color Cylindrical-coordinate representation of color #EFD6B2: hue angle of 35.41º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFD6B2 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 178 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.06 |
| HSL | 35.41º | 0.66% | 0.82% | - |
| HSV(B) | 35.41º | 0.26% | 0.94% | - |
| XYZ | 67.68 | 69.66 | 52 | - |
| YUV | 217.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 178 | 0 | 0.10 | 0.26 | 0.06 | 35.41 | 0.66 | 0.82 |
| Hex | EF | D6 | B2 | 0 | A | 1A | 6 | 23 | 42 | 52 |
| Octal | 357 | 326 | 262 | 0 | 12 | 32 | 6 | 43 | 102 | 122 |
| Binary | 11101111 | 11010110 | 10110010 | 0 | 1010 | 11010 | 110 | 100011 | 1000010 | 1010010 |
Color Harmonies of #EFD6B2
Complementary color
Monochromatic Colors of #EFD6B2
Black with #EFD6B2
Text Example
Text Example
White with #EFD6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD6B2; }
p { color: rgb(239,214,178); }
H1.HeaderClassName
{
color: #EFD6B2;
}
.AnyTagClassName
{
color: #EFD6B2;
}
</style>
background-color css
<style>
a { background-color: #EFD6B2; }
a { background-color: rgb(239,214,178); }
div.DivClassName
{
background-color: #EFD6B2;
}
.BgClassName
{
background-color: #EFD6B2;
}
</style>
border-color css
<style>
span { border-color: #EFD6B2; }
span { border-color: rgb(239,214,178); }
td.TdClassName
{
border-color: #EFD6B2;
}
.TagClassName
{
border-color: #EFD6B2;
}
</style>