Shades of Sazerac #EFDECA
Tints of Sazerac #EFDECA
RGB
CMYK
RGB Variations
Color information
#EFDECA (or 0xEFDECA) is known color: Sazerac. HEX triplet: EF, DE and CA. RGB value is (239,222,202). Sum of RGB (Red+Green+Blue) = 239+222+202=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDECA is #102135. Grayscale: #E0E0E0. Windows color (decimal): -1057078 or 13295343. OLE color: 13295343.
HSL color Cylindrical-coordinate representation of color #EFDECA: hue angle of 32.43º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFDECA is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 202 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.06 |
| HSL | 32.43º | 0.54% | 0.86% | - |
| HSV(B) | 32.43º | 0.15% | 0.94% | - |
| XYZ | 72.38 | 74.86 | 66.51 | - |
| YUV | 224.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 202 | 0 | 0.07 | 0.15 | 0.06 | 32.43 | 0.54 | 0.86 |
| Hex | EF | DE | CA | 0 | 7 | F | 6 | 20 | 36 | 56 |
| Octal | 357 | 336 | 312 | 0 | 7 | 17 | 6 | 40 | 66 | 126 |
| Binary | 11101111 | 11011110 | 11001010 | 0 | 111 | 1111 | 110 | 100000 | 110110 | 1010110 |
Color Harmonies of #EFDECA
Complementary color
Monochromatic Colors of #EFDECA
Black with #EFDECA
Text Example
Text Example
White with #EFDECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDECA; }
p { color: rgb(239,222,202); }
H1.HeaderClassName
{
color: #EFDECA;
}
.AnyTagClassName
{
color: #EFDECA;
}
</style>
background-color css
<style>
a { background-color: #EFDECA; }
a { background-color: rgb(239,222,202); }
div.DivClassName
{
background-color: #EFDECA;
}
.BgClassName
{
background-color: #EFDECA;
}
</style>
border-color css
<style>
span { border-color: #EFDECA; }
span { border-color: rgb(239,222,202); }
td.TdClassName
{
border-color: #EFDECA;
}
.TagClassName
{
border-color: #EFDECA;
}
</style>