Shades of Sazerac #EFDFC9
Tints of Sazerac #EFDFC9
RGB
CMYK
RGB Variations
Color information
#EFDFC9 (or 0xEFDFC9) is known color: Sazerac. HEX triplet: EF, DF and C9. RGB value is (239,223,201). Sum of RGB (Red+Green+Blue) = 239+223+201=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 201 (78.91% from 255 or 30.32% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFC9 is #102036. Grayscale: #E1E1E1. Windows color (decimal): -1056823 or 13230063. OLE color: 13230063.
HSL color Cylindrical-coordinate representation of color #EFDFC9: hue angle of 34.74º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFDFC9 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 201 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.06 |
| HSL | 34.74º | 0.54% | 0.86% | - |
| HSV(B) | 34.74º | 0.16% | 0.94% | - |
| XYZ | 72.53 | 75.34 | 65.98 | - |
| YUV | 225.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 201 | 0 | 0.07 | 0.16 | 0.06 | 34.74 | 0.54 | 0.86 |
| Hex | EF | DF | C9 | 0 | 7 | 10 | 6 | 23 | 36 | 56 |
| Octal | 357 | 337 | 311 | 0 | 7 | 20 | 6 | 43 | 66 | 126 |
| Binary | 11101111 | 11011111 | 11001001 | 0 | 111 | 10000 | 110 | 100011 | 110110 | 1010110 |
Color Harmonies of #EFDFC9
Complementary color
Monochromatic Colors of #EFDFC9
Black with #EFDFC9
Text Example
Text Example
White with #EFDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFC9; }
p { color: rgb(239,223,201); }
H1.HeaderClassName
{
color: #EFDFC9;
}
.AnyTagClassName
{
color: #EFDFC9;
}
</style>
background-color css
<style>
a { background-color: #EFDFC9; }
a { background-color: rgb(239,223,201); }
div.DivClassName
{
background-color: #EFDFC9;
}
.BgClassName
{
background-color: #EFDFC9;
}
</style>
border-color css
<style>
span { border-color: #EFDFC9; }
span { border-color: rgb(239,223,201); }
td.TdClassName
{
border-color: #EFDFC9;
}
.TagClassName
{
border-color: #EFDFC9;
}
</style>