Shades of Champagne #EEDAB5
Tints of Champagne #EEDAB5
RGB
CMYK
RGB Variations
Color information
#EEDAB5 (or 0xEEDAB5) is known color: Champagne. HEX triplet: EE, DA and B5. RGB value is (238,218,181). Sum of RGB (Red+Green+Blue) = 238+218+181=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAB5 is #11254A. Grayscale: #DBDBDB. Windows color (decimal): -1123659 or 11918062. OLE color: 11918062.
HSL color Cylindrical-coordinate representation of color #EEDAB5: hue angle of 38.95º degrees, saturation: 0.63, 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 #EEDAB5 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 181 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.07 |
| HSL | 38.95º | 0.63% | 0.82% | - |
| HSV(B) | 38.95º | 0.24% | 0.93% | - |
| XYZ | 68.67 | 71.66 | 53.93 | - |
| YUV | 219.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 181 | 0 | 0.08 | 0.24 | 0.07 | 38.95 | 0.63 | 0.82 |
| Hex | EE | DA | B5 | 0 | 8 | 18 | 7 | 27 | 3F | 52 |
| Octal | 356 | 332 | 265 | 0 | 10 | 30 | 7 | 47 | 77 | 122 |
| Binary | 11101110 | 11011010 | 10110101 | 0 | 1000 | 11000 | 111 | 100111 | 111111 | 1010010 |
Color Harmonies of #EEDAB5
Complementary color
Monochromatic Colors of #EEDAB5
Black with #EEDAB5
Text Example
Text Example
White with #EEDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAB5; }
p { color: rgb(238,218,181); }
H1.HeaderClassName
{
color: #EEDAB5;
}
.AnyTagClassName
{
color: #EEDAB5;
}
</style>
background-color css
<style>
a { background-color: #EEDAB5; }
a { background-color: rgb(238,218,181); }
div.DivClassName
{
background-color: #EEDAB5;
}
.BgClassName
{
background-color: #EEDAB5;
}
</style>
border-color css
<style>
span { border-color: #EEDAB5; }
span { border-color: rgb(238,218,181); }
td.TdClassName
{
border-color: #EEDAB5;
}
.TagClassName
{
border-color: #EEDAB5;
}
</style>