Shades of Champagne #EDD8BA
Tints of Champagne #EDD8BA
RGB
CMYK
RGB Variations
Color information
#EDD8BA (or 0xEDD8BA) is known color: Champagne. HEX triplet: ED, D8 and BA. RGB value is (237,216,186). Sum of RGB (Red+Green+Blue) = 237+216+186=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8BA is #122745. Grayscale: #DBDBDB. Windows color (decimal): -1189702 or 12245229. OLE color: 12245229.
HSL color Cylindrical-coordinate representation of color #EDD8BA: hue angle of 35.29º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDD8BA is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 186 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.07 |
| HSL | 35.29º | 0.59% | 0.83% | - |
| HSV(B) | 35.29º | 0.22% | 0.93% | - |
| XYZ | 68.34 | 70.66 | 56.49 | - |
| YUV | 218.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 186 | 0 | 0.09 | 0.22 | 0.07 | 35.29 | 0.59 | 0.83 |
| Hex | ED | D8 | BA | 0 | 9 | 16 | 7 | 23 | 3B | 53 |
| Octal | 355 | 330 | 272 | 0 | 11 | 26 | 7 | 43 | 73 | 123 |
| Binary | 11101101 | 11011000 | 10111010 | 0 | 1001 | 10110 | 111 | 100011 | 111011 | 1010011 |
Color Harmonies of #EDD8BA
Complementary color
Monochromatic Colors of #EDD8BA
Black with #EDD8BA
Text Example
Text Example
White with #EDD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8BA; }
p { color: rgb(237,216,186); }
H1.HeaderClassName
{
color: #EDD8BA;
}
.AnyTagClassName
{
color: #EDD8BA;
}
</style>
background-color css
<style>
a { background-color: #EDD8BA; }
a { background-color: rgb(237,216,186); }
div.DivClassName
{
background-color: #EDD8BA;
}
.BgClassName
{
background-color: #EDD8BA;
}
</style>
border-color css
<style>
span { border-color: #EDD8BA; }
span { border-color: rgb(237,216,186); }
td.TdClassName
{
border-color: #EDD8BA;
}
.TagClassName
{
border-color: #EDD8BA;
}
</style>