Shades of Champagne #EBDAB4
Tints of Champagne #EBDAB4
RGB
CMYK
RGB Variations
Color information
#EBDAB4 (or 0xEBDAB4) is known color: Champagne. HEX triplet: EB, DA and B4. RGB value is (235,218,180). Sum of RGB (Red+Green+Blue) = 235+218+180=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAB4 is #14254B. Grayscale: #DADADA. Windows color (decimal): -1320268 or 11852523. OLE color: 11852523.
HSL color Cylindrical-coordinate representation of color #EBDAB4: hue angle of 41.45º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBDAB4 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 180 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.08 |
| HSL | 41.45º | 0.58% | 0.81% | - |
| HSV(B) | 41.45º | 0.23% | 0.92% | - |
| XYZ | 67.57 | 71.1 | 53.34 | - |
| YUV | 218.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 180 | 0 | 0.07 | 0.23 | 0.08 | 41.45 | 0.58 | 0.81 |
| Hex | EB | DA | B4 | 0 | 7 | 17 | 8 | 29 | 3A | 51 |
| Octal | 353 | 332 | 264 | 0 | 7 | 27 | 10 | 51 | 72 | 121 |
| Binary | 11101011 | 11011010 | 10110100 | 0 | 111 | 10111 | 1000 | 101001 | 111010 | 1010001 |
Color Harmonies of #EBDAB4
Complementary color
Monochromatic Colors of #EBDAB4
Black with #EBDAB4
Text Example
Text Example
White with #EBDAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDAB4; }
p { color: rgb(235,218,180); }
H1.HeaderClassName
{
color: #EBDAB4;
}
.AnyTagClassName
{
color: #EBDAB4;
}
</style>
background-color css
<style>
a { background-color: #EBDAB4; }
a { background-color: rgb(235,218,180); }
div.DivClassName
{
background-color: #EBDAB4;
}
.BgClassName
{
background-color: #EBDAB4;
}
</style>
border-color css
<style>
span { border-color: #EBDAB4; }
span { border-color: rgb(235,218,180); }
td.TdClassName
{
border-color: #EBDAB4;
}
.TagClassName
{
border-color: #EBDAB4;
}
</style>