Shades of Champagne #EEDAB8
Tints of Champagne #EEDAB8
RGB
CMYK
RGB Variations
Color information
#EEDAB8 (or 0xEEDAB8) is known color: Champagne. HEX triplet: EE, DA and B8. RGB value is (238,218,184). Sum of RGB (Red+Green+Blue) = 238+218+184=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 184 (72.27% from 255 or 28.75% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAB8 is #112547. Grayscale: #DCDCDC. Windows color (decimal): -1123656 or 12114670. OLE color: 12114670.
HSL color Cylindrical-coordinate representation of color #EEDAB8: hue angle of 37.78º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEDAB8 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 218 | 184 | - |
CMYK | 0 | 0.08 | 0.23 | 0.07 |
HSL | 37.78º | 0.61% | 0.83% | - |
HSV(B) | 37.78º | 0.23% | 0.93% | - |
XYZ | 68.98 | 71.78 | 55.57 | - |
YUV | 220.1 | 107.63 | 140.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 218 | 184 | 0 | 0.08 | 0.23 | 0.07 | 37.78 | 0.61 | 0.83 |
Hex | EE | DA | B8 | 0 | 8 | 17 | 7 | 26 | 3D | 53 |
Octal | 356 | 332 | 270 | 0 | 10 | 27 | 7 | 46 | 75 | 123 |
Binary | 11101110 | 11011010 | 10111000 | 0 | 1000 | 10111 | 111 | 100110 | 111101 | 1010011 |
Color Harmonies of #EEDAB8
Complementary color
Monochromatic Colors of #EEDAB8
Black with #EEDAB8
Text Example
Text Example
White with #EEDAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAB8; }
p { color: rgb(238,218,184); }
H1.HeaderClassName
{
color: #EEDAB8;
}
.AnyTagClassName
{
color: #EEDAB8;
}
</style>
background-color css
<style>
a { background-color: #EEDAB8; }
a { background-color: rgb(238,218,184); }
div.DivClassName
{
background-color: #EEDAB8;
}
.BgClassName
{
background-color: #EEDAB8;
}
</style>
border-color css
<style>
span { border-color: #EEDAB8; }
span { border-color: rgb(238,218,184); }
td.TdClassName
{
border-color: #EEDAB8;
}
.TagClassName
{
border-color: #EEDAB8;
}
</style>