Shades of Sazerac #EFDFCD
Tints of Sazerac #EFDFCD
RGB
CMYK
RGB Variations
Color information
#EFDFCD (or 0xEFDFCD) is known color: Sazerac. HEX triplet: EF, DF and CD. RGB value is (239,223,205). Sum of RGB (Red+Green+Blue) = 239+223+205=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFCD is #102032. Grayscale: #E1E1E1. Windows color (decimal): -1056819 or 13492207. OLE color: 13492207.
HSL color Cylindrical-coordinate representation of color #EFDFCD: hue angle of 31.76º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFDFCD is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 205 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.06 |
| HSL | 31.76º | 0.52% | 0.87% | - |
| HSV(B) | 31.76º | 0.14% | 0.94% | - |
| XYZ | 73 | 75.53 | 68.49 | - |
| YUV | 225.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 205 | 0 | 0.07 | 0.14 | 0.06 | 31.76 | 0.52 | 0.87 |
| Hex | EF | DF | CD | 0 | 7 | E | 6 | 20 | 34 | 57 |
| Octal | 357 | 337 | 315 | 0 | 7 | 16 | 6 | 40 | 64 | 127 |
| Binary | 11101111 | 11011111 | 11001101 | 0 | 111 | 1110 | 110 | 100000 | 110100 | 1010111 |
Color Harmonies of #EFDFCD
Complementary color
Monochromatic Colors of #EFDFCD
Black with #EFDFCD
Text Example
Text Example
White with #EFDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFCD; }
p { color: rgb(239,223,205); }
H1.HeaderClassName
{
color: #EFDFCD;
}
.AnyTagClassName
{
color: #EFDFCD;
}
</style>
background-color css
<style>
a { background-color: #EFDFCD; }
a { background-color: rgb(239,223,205); }
div.DivClassName
{
background-color: #EFDFCD;
}
.BgClassName
{
background-color: #EFDFCD;
}
</style>
border-color css
<style>
span { border-color: #EFDFCD; }
span { border-color: rgb(239,223,205); }
td.TdClassName
{
border-color: #EFDFCD;
}
.TagClassName
{
border-color: #EFDFCD;
}
</style>