Shades of Champagne #EFDCB5
Tints of Champagne #EFDCB5
RGB
CMYK
RGB Variations
Color information
#EFDCB5 (or 0xEFDCB5) is known color: Champagne. HEX triplet: EF, DC and B5. RGB value is (239,220,181). Sum of RGB (Red+Green+Blue) = 239+220+181=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCB5 is #10234A. Grayscale: #DDDDDD. Windows color (decimal): -1057611 or 11918575. OLE color: 11918575.
HSL color Cylindrical-coordinate representation of color #EFDCB5: hue angle of 40.34º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFDCB5 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 220 | 181 | - |
CMYK | 0 | 0.08 | 0.24 | 0.06 |
HSL | 40.34º | 0.64% | 0.82% | - |
HSV(B) | 40.34º | 0.24% | 0.94% | - |
XYZ | 69.53 | 72.87 | 54.12 | - |
YUV | 221.24 | 105.29 | 140.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 220 | 181 | 0 | 0.08 | 0.24 | 0.06 | 40.34 | 0.64 | 0.82 |
Hex | EF | DC | B5 | 0 | 8 | 18 | 6 | 28 | 40 | 52 |
Octal | 357 | 334 | 265 | 0 | 10 | 30 | 6 | 50 | 100 | 122 |
Binary | 11101111 | 11011100 | 10110101 | 0 | 1000 | 11000 | 110 | 101000 | 1000000 | 1010010 |
Color Harmonies of #EFDCB5
Complementary color
Monochromatic Colors of #EFDCB5
Black with #EFDCB5
Text Example
Text Example
White with #EFDCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCB5; }
p { color: rgb(239,220,181); }
H1.HeaderClassName
{
color: #EFDCB5;
}
.AnyTagClassName
{
color: #EFDCB5;
}
</style>
background-color css
<style>
a { background-color: #EFDCB5; }
a { background-color: rgb(239,220,181); }
div.DivClassName
{
background-color: #EFDCB5;
}
.BgClassName
{
background-color: #EFDCB5;
}
</style>
border-color css
<style>
span { border-color: #EFDCB5; }
span { border-color: rgb(239,220,181); }
td.TdClassName
{
border-color: #EFDCB5;
}
.TagClassName
{
border-color: #EFDCB5;
}
</style>