Shades of Champagne #EED7B4
Tints of Champagne #EED7B4
RGB
CMYK
RGB Variations
Color information
#EED7B4 (or 0xEED7B4) is known color: Champagne. HEX triplet: EE, D7 and B4. RGB value is (238,215,180). Sum of RGB (Red+Green+Blue) = 238+215+180=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7B4 is #11284B. Grayscale: #DADADA. Windows color (decimal): -1124428 or 11851758. OLE color: 11851758.
HSL color Cylindrical-coordinate representation of color #EED7B4: hue angle of 36.21º 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 #EED7B4 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 180 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.07 |
| HSL | 36.21º | 0.63% | 0.82% | - |
| HSV(B) | 36.21º | 0.24% | 0.93% | - |
| XYZ | 67.8 | 70.07 | 53.13 | - |
| YUV | 217.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 180 | 0 | 0.10 | 0.24 | 0.07 | 36.21 | 0.63 | 0.82 |
| Hex | EE | D7 | B4 | 0 | A | 18 | 7 | 24 | 3F | 52 |
| Octal | 356 | 327 | 264 | 0 | 12 | 30 | 7 | 44 | 77 | 122 |
| Binary | 11101110 | 11010111 | 10110100 | 0 | 1010 | 11000 | 111 | 100100 | 111111 | 1010010 |
Color Harmonies of #EED7B4
Complementary color
Monochromatic Colors of #EED7B4
Black with #EED7B4
Text Example
Text Example
White with #EED7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED7B4; }
p { color: rgb(238,215,180); }
H1.HeaderClassName
{
color: #EED7B4;
}
.AnyTagClassName
{
color: #EED7B4;
}
</style>
background-color css
<style>
a { background-color: #EED7B4; }
a { background-color: rgb(238,215,180); }
div.DivClassName
{
background-color: #EED7B4;
}
.BgClassName
{
background-color: #EED7B4;
}
</style>
border-color css
<style>
span { border-color: #EED7B4; }
span { border-color: rgb(238,215,180); }
td.TdClassName
{
border-color: #EED7B4;
}
.TagClassName
{
border-color: #EED7B4;
}
</style>