Shades of Sazerac #EFDEC8
Tints of Sazerac #EFDEC8
RGB
CMYK
RGB Variations
Color information
#EFDEC8 (or 0xEFDEC8) is known color: Sazerac. HEX triplet: EF, DE and C8. RGB value is (239,222,200). Sum of RGB (Red+Green+Blue) = 239+222+200=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 200 (78.52% from 255 or 30.26% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEC8 is #102137. Grayscale: #E0E0E0. Windows color (decimal): -1057080 or 13164271. OLE color: 13164271.
HSL color Cylindrical-coordinate representation of color #EFDEC8: hue angle of 33.85º degrees, saturation: 0.55, 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 #EFDEC8 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 200 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.06 |
| HSL | 33.85º | 0.55% | 0.86% | - |
| HSV(B) | 33.85º | 0.16% | 0.94% | - |
| XYZ | 72.14 | 74.76 | 65.27 | - |
| YUV | 224.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 200 | 0 | 0.07 | 0.16 | 0.06 | 33.85 | 0.55 | 0.86 |
| Hex | EF | DE | C8 | 0 | 7 | 10 | 6 | 22 | 37 | 56 |
| Octal | 357 | 336 | 310 | 0 | 7 | 20 | 6 | 42 | 67 | 126 |
| Binary | 11101111 | 11011110 | 11001000 | 0 | 111 | 10000 | 110 | 100010 | 110111 | 1010110 |
Color Harmonies of #EFDEC8
Complementary color
Monochromatic Colors of #EFDEC8
Black with #EFDEC8
Text Example
Text Example
White with #EFDEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEC8; }
p { color: rgb(239,222,200); }
H1.HeaderClassName
{
color: #EFDEC8;
}
.AnyTagClassName
{
color: #EFDEC8;
}
</style>
background-color css
<style>
a { background-color: #EFDEC8; }
a { background-color: rgb(239,222,200); }
div.DivClassName
{
background-color: #EFDEC8;
}
.BgClassName
{
background-color: #EFDEC8;
}
</style>
border-color css
<style>
span { border-color: #EFDEC8; }
span { border-color: rgb(239,222,200); }
td.TdClassName
{
border-color: #EFDEC8;
}
.TagClassName
{
border-color: #EFDEC8;
}
</style>