Shades of Sazerac #EFDEC9
Tints of Sazerac #EFDEC9
RGB
CMYK
RGB Variations
Color information
#EFDEC9 (or 0xEFDEC9) is known color: Sazerac. HEX triplet: EF, DE and C9. RGB value is (239,222,201). Sum of RGB (Red+Green+Blue) = 239+222+201=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEC9 is #102136. Grayscale: #E0E0E0. Windows color (decimal): -1057079 or 13229807. OLE color: 13229807.
HSL color Cylindrical-coordinate representation of color #EFDEC9: hue angle of 33.16º 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 #EFDEC9 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 222 | 201 | - |
CMYK | 0 | 0.07 | 0.16 | 0.06 |
HSL | 33.16º | 0.54% | 0.86% | - |
HSV(B) | 33.16º | 0.16% | 0.94% | - |
XYZ | 72.26 | 74.81 | 65.89 | - |
YUV | 224.69 | 114.63 | 138.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 222 | 201 | 0 | 0.07 | 0.16 | 0.06 | 33.16 | 0.54 | 0.86 |
Hex | EF | DE | C9 | 0 | 7 | 10 | 6 | 21 | 36 | 56 |
Octal | 357 | 336 | 311 | 0 | 7 | 20 | 6 | 41 | 66 | 126 |
Binary | 11101111 | 11011110 | 11001001 | 0 | 111 | 10000 | 110 | 100001 | 110110 | 1010110 |
Color Harmonies of #EFDEC9
Complementary color
Monochromatic Colors of #EFDEC9
Black with #EFDEC9
Text Example
Text Example
White with #EFDEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEC9; }
p { color: rgb(239,222,201); }
H1.HeaderClassName
{
color: #EFDEC9;
}
.AnyTagClassName
{
color: #EFDEC9;
}
</style>
background-color css
<style>
a { background-color: #EFDEC9; }
a { background-color: rgb(239,222,201); }
div.DivClassName
{
background-color: #EFDEC9;
}
.BgClassName
{
background-color: #EFDEC9;
}
</style>
border-color css
<style>
span { border-color: #EFDEC9; }
span { border-color: rgb(239,222,201); }
td.TdClassName
{
border-color: #EFDEC9;
}
.TagClassName
{
border-color: #EFDEC9;
}
</style>