Shades of Champagne #EAD7BB
Tints of Champagne #EAD7BB
RGB
CMYK
RGB Variations
Color information
#EAD7BB (or 0xEAD7BB) is known color: Champagne. HEX triplet: EA, D7 and BB. RGB value is (234,215,187). Sum of RGB (Red+Green+Blue) = 234+215+187=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7BB is #152844. Grayscale: #D9D9D9. Windows color (decimal): -1386565 or 12310506. OLE color: 12310506.
HSL color Cylindrical-coordinate representation of color #EAD7BB: hue angle of 35.74º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAD7BB is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 215 | 187 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.08 |
| HSL | 35.74º | 0.53% | 0.83% | - |
| HSV(B) | 35.74º | 0.2% | 0.92% | - |
| XYZ | 67.2 | 69.68 | 56.92 | - |
| YUV | 217.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 215 | 187 | 0 | 0.08 | 0.20 | 0.08 | 35.74 | 0.53 | 0.83 |
| Hex | EA | D7 | BB | 0 | 8 | 14 | 8 | 24 | 35 | 53 |
| Octal | 352 | 327 | 273 | 0 | 10 | 24 | 10 | 44 | 65 | 123 |
| Binary | 11101010 | 11010111 | 10111011 | 0 | 1000 | 10100 | 1000 | 100100 | 110101 | 1010011 |
Color Harmonies of #EAD7BB
Complementary color
Monochromatic Colors of #EAD7BB
Black with #EAD7BB
Text Example
Text Example
White with #EAD7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD7BB; }
p { color: rgb(234,215,187); }
H1.HeaderClassName
{
color: #EAD7BB;
}
.AnyTagClassName
{
color: #EAD7BB;
}
</style>
background-color css
<style>
a { background-color: #EAD7BB; }
a { background-color: rgb(234,215,187); }
div.DivClassName
{
background-color: #EAD7BB;
}
.BgClassName
{
background-color: #EAD7BB;
}
</style>
border-color css
<style>
span { border-color: #EAD7BB; }
span { border-color: rgb(234,215,187); }
td.TdClassName
{
border-color: #EAD7BB;
}
.TagClassName
{
border-color: #EAD7BB;
}
</style>