Shades of Champagne #EEDAB6
Tints of Champagne #EEDAB6
RGB
CMYK
RGB Variations
Color information
#EEDAB6 (or 0xEEDAB6) is known color: Champagne. HEX triplet: EE, DA and B6. RGB value is (238,218,182). Sum of RGB (Red+Green+Blue) = 238+218+182=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAB6 is #112549. Grayscale: #DCDCDC. Windows color (decimal): -1123658 or 11983598. OLE color: 11983598.
HSL color Cylindrical-coordinate representation of color #EEDAB6: hue angle of 38.57º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEDAB6 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 182 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.07 |
| HSL | 38.57º | 0.62% | 0.82% | - |
| HSV(B) | 38.57º | 0.24% | 0.93% | - |
| XYZ | 68.77 | 71.7 | 54.47 | - |
| YUV | 219.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 182 | 0 | 0.08 | 0.24 | 0.07 | 38.57 | 0.62 | 0.82 |
| Hex | EE | DA | B6 | 0 | 8 | 18 | 7 | 27 | 3E | 52 |
| Octal | 356 | 332 | 266 | 0 | 10 | 30 | 7 | 47 | 76 | 122 |
| Binary | 11101110 | 11011010 | 10110110 | 0 | 1000 | 11000 | 111 | 100111 | 111110 | 1010010 |
Color Harmonies of #EEDAB6
Complementary color
Monochromatic Colors of #EEDAB6
Black with #EEDAB6
Text Example
Text Example
White with #EEDAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAB6; }
p { color: rgb(238,218,182); }
H1.HeaderClassName
{
color: #EEDAB6;
}
.AnyTagClassName
{
color: #EEDAB6;
}
</style>
background-color css
<style>
a { background-color: #EEDAB6; }
a { background-color: rgb(238,218,182); }
div.DivClassName
{
background-color: #EEDAB6;
}
.BgClassName
{
background-color: #EEDAB6;
}
</style>
border-color css
<style>
span { border-color: #EEDAB6; }
span { border-color: rgb(238,218,182); }
td.TdClassName
{
border-color: #EEDAB6;
}
.TagClassName
{
border-color: #EEDAB6;
}
</style>