Shades of Champagne #EEDAB1
Tints of Champagne #EEDAB1
RGB
CMYK
RGB Variations
Color information
#EEDAB1 (or 0xEEDAB1) is known color: Champagne. HEX triplet: EE, DA and B1. RGB value is (238,218,177). Sum of RGB (Red+Green+Blue) = 238+218+177=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDAB1 is #11254E. Grayscale: #DBDBDB. Windows color (decimal): -1123663 or 11655918. OLE color: 11655918.
HSL color Cylindrical-coordinate representation of color #EEDAB1: hue angle of 40.33º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEDAB1 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 177 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.07 |
| HSL | 40.33º | 0.64% | 0.81% | - |
| HSV(B) | 40.33º | 0.26% | 0.93% | - |
| XYZ | 68.27 | 71.49 | 51.8 | - |
| YUV | 219.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 177 | 0 | 0.08 | 0.26 | 0.07 | 40.33 | 0.64 | 0.81 |
| Hex | EE | DA | B1 | 0 | 8 | 1A | 7 | 28 | 40 | 51 |
| Octal | 356 | 332 | 261 | 0 | 10 | 32 | 7 | 50 | 100 | 121 |
| Binary | 11101110 | 11011010 | 10110001 | 0 | 1000 | 11010 | 111 | 101000 | 1000000 | 1010001 |
Color Harmonies of #EEDAB1
Complementary color
Monochromatic Colors of #EEDAB1
Black with #EEDAB1
Text Example
Text Example
White with #EEDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAB1; }
p { color: rgb(238,218,177); }
H1.HeaderClassName
{
color: #EEDAB1;
}
.AnyTagClassName
{
color: #EEDAB1;
}
</style>
background-color css
<style>
a { background-color: #EEDAB1; }
a { background-color: rgb(238,218,177); }
div.DivClassName
{
background-color: #EEDAB1;
}
.BgClassName
{
background-color: #EEDAB1;
}
</style>
border-color css
<style>
span { border-color: #EEDAB1; }
span { border-color: rgb(238,218,177); }
td.TdClassName
{
border-color: #EEDAB1;
}
.TagClassName
{
border-color: #EEDAB1;
}
</style>