Shades of Champagne #EADAB4
Tints of Champagne #EADAB4
RGB
CMYK
RGB Variations
Color information
#EADAB4 (or 0xEADAB4) is known color: Champagne. HEX triplet: EA, DA and B4. RGB value is (234,218,180). Sum of RGB (Red+Green+Blue) = 234+218+180=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 180 (70.70% from 255 or 28.48% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAB4 is #15254B. Grayscale: #DADADA. Windows color (decimal): -1385804 or 11852522. OLE color: 11852522.
HSL color Cylindrical-coordinate representation of color #EADAB4: hue angle of 42.22º degrees, saturation: 0.56, 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 #EADAB4 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 180 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.08 |
| HSL | 42.22º | 0.56% | 0.81% | - |
| HSV(B) | 42.22º | 0.23% | 0.92% | - |
| XYZ | 67.24 | 70.93 | 53.33 | - |
| YUV | 218.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 180 | 0 | 0.07 | 0.23 | 0.08 | 42.22 | 0.56 | 0.81 |
| Hex | EA | DA | B4 | 0 | 7 | 17 | 8 | 2A | 38 | 51 |
| Octal | 352 | 332 | 264 | 0 | 7 | 27 | 10 | 52 | 70 | 121 |
| Binary | 11101010 | 11011010 | 10110100 | 0 | 111 | 10111 | 1000 | 101010 | 111000 | 1010001 |
Color Harmonies of #EADAB4
Complementary color
Monochromatic Colors of #EADAB4
Black with #EADAB4
Text Example
Text Example
White with #EADAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAB4; }
p { color: rgb(234,218,180); }
H1.HeaderClassName
{
color: #EADAB4;
}
.AnyTagClassName
{
color: #EADAB4;
}
</style>
background-color css
<style>
a { background-color: #EADAB4; }
a { background-color: rgb(234,218,180); }
div.DivClassName
{
background-color: #EADAB4;
}
.BgClassName
{
background-color: #EADAB4;
}
</style>
border-color css
<style>
span { border-color: #EADAB4; }
span { border-color: rgb(234,218,180); }
td.TdClassName
{
border-color: #EADAB4;
}
.TagClassName
{
border-color: #EADAB4;
}
</style>