Shades of Champagne #EFD9B0
Tints of Champagne #EFD9B0
RGB
CMYK
RGB Variations
Color information
#EFD9B0 (or 0xEFD9B0) is known color: Champagne. HEX triplet: EF, D9 and B0. RGB value is (239,217,176). Sum of RGB (Red+Green+Blue) = 239+217+176=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD9B0 is #10264F. Grayscale: #DBDBDB. Windows color (decimal): -1058384 or 11590127. OLE color: 11590127.
HSL color Cylindrical-coordinate representation of color #EFD9B0: hue angle of 39.05º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFD9B0 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 176 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.06 |
| HSL | 39.05º | 0.66% | 0.81% | - |
| HSV(B) | 39.05º | 0.26% | 0.94% | - |
| XYZ | 68.25 | 71.11 | 51.2 | - |
| YUV | 218.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 176 | 0 | 0.09 | 0.26 | 0.06 | 39.05 | 0.66 | 0.81 |
| Hex | EF | D9 | B0 | 0 | 9 | 1A | 6 | 27 | 42 | 51 |
| Octal | 357 | 331 | 260 | 0 | 11 | 32 | 6 | 47 | 102 | 121 |
| Binary | 11101111 | 11011001 | 10110000 | 0 | 1001 | 11010 | 110 | 100111 | 1000010 | 1010001 |
Color Harmonies of #EFD9B0
Complementary color
Monochromatic Colors of #EFD9B0
Black with #EFD9B0
Text Example
Text Example
White with #EFD9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9B0; }
p { color: rgb(239,217,176); }
H1.HeaderClassName
{
color: #EFD9B0;
}
.AnyTagClassName
{
color: #EFD9B0;
}
</style>
background-color css
<style>
a { background-color: #EFD9B0; }
a { background-color: rgb(239,217,176); }
div.DivClassName
{
background-color: #EFD9B0;
}
.BgClassName
{
background-color: #EFD9B0;
}
</style>
border-color css
<style>
span { border-color: #EFD9B0; }
span { border-color: rgb(239,217,176); }
td.TdClassName
{
border-color: #EFD9B0;
}
.TagClassName
{
border-color: #EFD9B0;
}
</style>