Shades of Champagne #EBD5B4
Tints of Champagne #EBD5B4
RGB
CMYK
RGB Variations
Color information
#EBD5B4 (or 0xEBD5B4) is known color: Champagne. HEX triplet: EB, D5 and B4. RGB value is (235,213,180). Sum of RGB (Red+Green+Blue) = 235+213+180=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 180 (70.70% from 255 or 28.66% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5B4 is #142A4B. Grayscale: #D7D7D7. Windows color (decimal): -1321548 or 11851243. OLE color: 11851243.
HSL color Cylindrical-coordinate representation of color #EBD5B4: hue angle of 36º 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 #EBD5B4 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 213 | 180 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.08 |
| HSL | 36º | 0.58% | 0.81% | - |
| HSV(B) | 36º | 0.23% | 0.92% | - |
| XYZ | 66.29 | 68.55 | 52.92 | - |
| YUV | 215.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 213 | 180 | 0 | 0.09 | 0.23 | 0.08 | 36 | 0.58 | 0.81 |
| Hex | EB | D5 | B4 | 0 | 9 | 17 | 8 | 24 | 3A | 51 |
| Octal | 353 | 325 | 264 | 0 | 11 | 27 | 10 | 44 | 72 | 121 |
| Binary | 11101011 | 11010101 | 10110100 | 0 | 1001 | 10111 | 1000 | 100100 | 111010 | 1010001 |
Color Harmonies of #EBD5B4
Complementary color
Monochromatic Colors of #EBD5B4
Black with #EBD5B4
Text Example
Text Example
White with #EBD5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD5B4; }
p { color: rgb(235,213,180); }
H1.HeaderClassName
{
color: #EBD5B4;
}
.AnyTagClassName
{
color: #EBD5B4;
}
</style>
background-color css
<style>
a { background-color: #EBD5B4; }
a { background-color: rgb(235,213,180); }
div.DivClassName
{
background-color: #EBD5B4;
}
.BgClassName
{
background-color: #EBD5B4;
}
</style>
border-color css
<style>
span { border-color: #EBD5B4; }
span { border-color: rgb(235,213,180); }
td.TdClassName
{
border-color: #EBD5B4;
}
.TagClassName
{
border-color: #EBD5B4;
}
</style>