Shades of Sazerac #EFDFCC
Tints of Sazerac #EFDFCC
RGB
CMYK
RGB Variations
Color information
#EFDFCC (or 0xEFDFCC) is known color: Sazerac. HEX triplet: EF, DF and CC. RGB value is (239,223,204). Sum of RGB (Red+Green+Blue) = 239+223+204=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFCC is #102033. Grayscale: #E1E1E1. Windows color (decimal): -1056820 or 13426671. OLE color: 13426671.
HSL color Cylindrical-coordinate representation of color #EFDFCC: hue angle of 32.57º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFDFCC is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 204 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.06 |
| HSL | 32.57º | 0.52% | 0.87% | - |
| HSV(B) | 32.57º | 0.15% | 0.94% | - |
| XYZ | 72.88 | 75.49 | 67.86 | - |
| YUV | 225.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 204 | 0 | 0.07 | 0.15 | 0.06 | 32.57 | 0.52 | 0.87 |
| Hex | EF | DF | CC | 0 | 7 | F | 6 | 21 | 34 | 57 |
| Octal | 357 | 337 | 314 | 0 | 7 | 17 | 6 | 41 | 64 | 127 |
| Binary | 11101111 | 11011111 | 11001100 | 0 | 111 | 1111 | 110 | 100001 | 110100 | 1010111 |
Color Harmonies of #EFDFCC
Complementary color
Monochromatic Colors of #EFDFCC
Black with #EFDFCC
Text Example
Text Example
White with #EFDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFCC; }
p { color: rgb(239,223,204); }
H1.HeaderClassName
{
color: #EFDFCC;
}
.AnyTagClassName
{
color: #EFDFCC;
}
</style>
background-color css
<style>
a { background-color: #EFDFCC; }
a { background-color: rgb(239,223,204); }
div.DivClassName
{
background-color: #EFDFCC;
}
.BgClassName
{
background-color: #EFDFCC;
}
</style>
border-color css
<style>
span { border-color: #EFDFCC; }
span { border-color: rgb(239,223,204); }
td.TdClassName
{
border-color: #EFDFCC;
}
.TagClassName
{
border-color: #EFDFCC;
}
</style>