Shades of Champagne #EADAB8
Tints of Champagne #EADAB8
RGB
CMYK
RGB Variations
Color information
#EADAB8 (or 0xEADAB8) is known color: Champagne. HEX triplet: EA, DA and B8. RGB value is (234,218,184). Sum of RGB (Red+Green+Blue) = 234+218+184=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 184 (72.27% from 255 or 28.93% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAB8 is #152547. Grayscale: #DBDBDB. Windows color (decimal): -1385800 or 12114666. OLE color: 12114666.
HSL color Cylindrical-coordinate representation of color #EADAB8: hue angle of 40.8º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EADAB8 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 184 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.08 |
| HSL | 40.8º | 0.54% | 0.82% | - |
| HSV(B) | 40.8º | 0.21% | 0.92% | - |
| XYZ | 67.65 | 71.1 | 55.5 | - |
| YUV | 218.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 184 | 0 | 0.07 | 0.21 | 0.08 | 40.8 | 0.54 | 0.82 |
| Hex | EA | DA | B8 | 0 | 7 | 15 | 8 | 29 | 36 | 52 |
| Octal | 352 | 332 | 270 | 0 | 7 | 25 | 10 | 51 | 66 | 122 |
| Binary | 11101010 | 11011010 | 10111000 | 0 | 111 | 10101 | 1000 | 101001 | 110110 | 1010010 |
Color Harmonies of #EADAB8
Complementary color
Monochromatic Colors of #EADAB8
Black with #EADAB8
Text Example
Text Example
White with #EADAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAB8; }
p { color: rgb(234,218,184); }
H1.HeaderClassName
{
color: #EADAB8;
}
.AnyTagClassName
{
color: #EADAB8;
}
</style>
background-color css
<style>
a { background-color: #EADAB8; }
a { background-color: rgb(234,218,184); }
div.DivClassName
{
background-color: #EADAB8;
}
.BgClassName
{
background-color: #EADAB8;
}
</style>
border-color css
<style>
span { border-color: #EADAB8; }
span { border-color: rgb(234,218,184); }
td.TdClassName
{
border-color: #EADAB8;
}
.TagClassName
{
border-color: #EADAB8;
}
</style>