Shades of Champagne #EFDCB4
Tints of Champagne #EFDCB4
RGB
CMYK
RGB Variations
Color information
#EFDCB4 (or 0xEFDCB4) is known color: Champagne. HEX triplet: EF, DC and B4. RGB value is (239,220,180). Sum of RGB (Red+Green+Blue) = 239+220+180=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 180 (70.70% from 255 or 28.17% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCB4 is #10234B. Grayscale: #DDDDDD. Windows color (decimal): -1057612 or 11853039. OLE color: 11853039.
HSL color Cylindrical-coordinate representation of color #EFDCB4: hue angle of 40.68º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFDCB4 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 180 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.06 |
| HSL | 40.68º | 0.65% | 0.82% | - |
| HSV(B) | 40.68º | 0.25% | 0.94% | - |
| XYZ | 69.43 | 72.83 | 53.58 | - |
| YUV | 221.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 180 | 0 | 0.08 | 0.25 | 0.06 | 40.68 | 0.65 | 0.82 |
| Hex | EF | DC | B4 | 0 | 8 | 19 | 6 | 29 | 41 | 52 |
| Octal | 357 | 334 | 264 | 0 | 10 | 31 | 6 | 51 | 101 | 122 |
| Binary | 11101111 | 11011100 | 10110100 | 0 | 1000 | 11001 | 110 | 101001 | 1000001 | 1010010 |
Color Harmonies of #EFDCB4
Complementary color
Monochromatic Colors of #EFDCB4
Black with #EFDCB4
Text Example
Text Example
White with #EFDCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCB4; }
p { color: rgb(239,220,180); }
H1.HeaderClassName
{
color: #EFDCB4;
}
.AnyTagClassName
{
color: #EFDCB4;
}
</style>
background-color css
<style>
a { background-color: #EFDCB4; }
a { background-color: rgb(239,220,180); }
div.DivClassName
{
background-color: #EFDCB4;
}
.BgClassName
{
background-color: #EFDCB4;
}
</style>
border-color css
<style>
span { border-color: #EFDCB4; }
span { border-color: rgb(239,220,180); }
td.TdClassName
{
border-color: #EFDCB4;
}
.TagClassName
{
border-color: #EFDCB4;
}
</style>