Shades of Champagne #EADAB6
Tints of Champagne #EADAB6
RGB
CMYK
RGB Variations
Color information
#EADAB6 (or 0xEADAB6) is known color: Champagne. HEX triplet: EA, DA and B6. RGB value is (234,218,182). Sum of RGB (Red+Green+Blue) = 234+218+182=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 182 (71.48% from 255 or 28.71% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAB6 is #152549. Grayscale: #DADADA. Windows color (decimal): -1385802 or 11983594. OLE color: 11983594.
HSL color Cylindrical-coordinate representation of color #EADAB6: hue angle of 41.54º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EADAB6 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 182 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.08 |
| HSL | 41.54º | 0.55% | 0.82% | - |
| HSV(B) | 41.54º | 0.22% | 0.92% | - |
| XYZ | 67.45 | 71.01 | 54.41 | - |
| YUV | 218.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 182 | 0 | 0.07 | 0.22 | 0.08 | 41.54 | 0.55 | 0.82 |
| Hex | EA | DA | B6 | 0 | 7 | 16 | 8 | 2A | 37 | 52 |
| Octal | 352 | 332 | 266 | 0 | 7 | 26 | 10 | 52 | 67 | 122 |
| Binary | 11101010 | 11011010 | 10110110 | 0 | 111 | 10110 | 1000 | 101010 | 110111 | 1010010 |
Color Harmonies of #EADAB6
Complementary color
Monochromatic Colors of #EADAB6
Black with #EADAB6
Text Example
Text Example
White with #EADAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAB6; }
p { color: rgb(234,218,182); }
H1.HeaderClassName
{
color: #EADAB6;
}
.AnyTagClassName
{
color: #EADAB6;
}
</style>
background-color css
<style>
a { background-color: #EADAB6; }
a { background-color: rgb(234,218,182); }
div.DivClassName
{
background-color: #EADAB6;
}
.BgClassName
{
background-color: #EADAB6;
}
</style>
border-color css
<style>
span { border-color: #EADAB6; }
span { border-color: rgb(234,218,182); }
td.TdClassName
{
border-color: #EADAB6;
}
.TagClassName
{
border-color: #EADAB6;
}
</style>