Shades of Champagne #EBD8BA
Tints of Champagne #EBD8BA
RGB
CMYK
RGB Variations
Color information
#EBD8BA (or 0xEBD8BA) is known color: Champagne. HEX triplet: EB, D8 and BA. RGB value is (235,216,186). Sum of RGB (Red+Green+Blue) = 235+216+186=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8BA is #142745. Grayscale: #DADADA. Windows color (decimal): -1320774 or 12245227. OLE color: 12245227.
HSL color Cylindrical-coordinate representation of color #EBD8BA: hue angle of 36.73º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBD8BA is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 216 | 186 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.08 |
| HSL | 36.73º | 0.55% | 0.83% | - |
| HSV(B) | 36.73º | 0.21% | 0.92% | - |
| XYZ | 67.68 | 70.32 | 56.46 | - |
| YUV | 218.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 216 | 186 | 0 | 0.08 | 0.21 | 0.08 | 36.73 | 0.55 | 0.83 |
| Hex | EB | D8 | BA | 0 | 8 | 15 | 8 | 25 | 37 | 53 |
| Octal | 353 | 330 | 272 | 0 | 10 | 25 | 10 | 45 | 67 | 123 |
| Binary | 11101011 | 11011000 | 10111010 | 0 | 1000 | 10101 | 1000 | 100101 | 110111 | 1010011 |
Color Harmonies of #EBD8BA
Complementary color
Monochromatic Colors of #EBD8BA
Black with #EBD8BA
Text Example
Text Example
White with #EBD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD8BA; }
p { color: rgb(235,216,186); }
H1.HeaderClassName
{
color: #EBD8BA;
}
.AnyTagClassName
{
color: #EBD8BA;
}
</style>
background-color css
<style>
a { background-color: #EBD8BA; }
a { background-color: rgb(235,216,186); }
div.DivClassName
{
background-color: #EBD8BA;
}
.BgClassName
{
background-color: #EBD8BA;
}
</style>
border-color css
<style>
span { border-color: #EBD8BA; }
span { border-color: rgb(235,216,186); }
td.TdClassName
{
border-color: #EBD8BA;
}
.TagClassName
{
border-color: #EBD8BA;
}
</style>