Shades of Champagne #EBDAB5
Tints of Champagne #EBDAB5
RGB
CMYK
RGB Variations
Color information
#EBDAB5 (or 0xEBDAB5) is known color: Champagne. HEX triplet: EB, DA and B5. RGB value is (235,218,181). Sum of RGB (Red+Green+Blue) = 235+218+181=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 181 (71.09% from 255 or 28.55% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAB5 is #14254A. Grayscale: #DBDBDB. Windows color (decimal): -1320267 or 11918059. OLE color: 11918059.
HSL color Cylindrical-coordinate representation of color #EBDAB5: hue angle of 41.11º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBDAB5 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 181 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.08 |
| HSL | 41.11º | 0.57% | 0.82% | - |
| HSV(B) | 41.11º | 0.23% | 0.92% | - |
| XYZ | 67.67 | 71.14 | 53.88 | - |
| YUV | 218.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 181 | 0 | 0.07 | 0.23 | 0.08 | 41.11 | 0.57 | 0.82 |
| Hex | EB | DA | B5 | 0 | 7 | 17 | 8 | 29 | 39 | 52 |
| Octal | 353 | 332 | 265 | 0 | 7 | 27 | 10 | 51 | 71 | 122 |
| Binary | 11101011 | 11011010 | 10110101 | 0 | 111 | 10111 | 1000 | 101001 | 111001 | 1010010 |
Color Harmonies of #EBDAB5
Complementary color
Monochromatic Colors of #EBDAB5
Black with #EBDAB5
Text Example
Text Example
White with #EBDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDAB5; }
p { color: rgb(235,218,181); }
H1.HeaderClassName
{
color: #EBDAB5;
}
.AnyTagClassName
{
color: #EBDAB5;
}
</style>
background-color css
<style>
a { background-color: #EBDAB5; }
a { background-color: rgb(235,218,181); }
div.DivClassName
{
background-color: #EBDAB5;
}
.BgClassName
{
background-color: #EBDAB5;
}
</style>
border-color css
<style>
span { border-color: #EBDAB5; }
span { border-color: rgb(235,218,181); }
td.TdClassName
{
border-color: #EBDAB5;
}
.TagClassName
{
border-color: #EBDAB5;
}
</style>