Shades of Sazerac #EFDFCB
Tints of Sazerac #EFDFCB
RGB
CMYK
RGB Variations
Color information
#EFDFCB (or 0xEFDFCB) is known color: Sazerac. HEX triplet: EF, DF and CB. RGB value is (239,223,203). Sum of RGB (Red+Green+Blue) = 239+223+203=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFCB is #102034. Grayscale: #E1E1E1. Windows color (decimal): -1056821 or 13361135. OLE color: 13361135.
HSL color Cylindrical-coordinate representation of color #EFDFCB: hue angle of 33.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFDFCB is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 203 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.06 |
| HSL | 33.33º | 0.53% | 0.87% | - |
| HSV(B) | 33.33º | 0.15% | 0.94% | - |
| XYZ | 72.76 | 75.44 | 67.23 | - |
| YUV | 225.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 203 | 0 | 0.07 | 0.15 | 0.06 | 33.33 | 0.53 | 0.87 |
| Hex | EF | DF | CB | 0 | 7 | F | 6 | 21 | 35 | 57 |
| Octal | 357 | 337 | 313 | 0 | 7 | 17 | 6 | 41 | 65 | 127 |
| Binary | 11101111 | 11011111 | 11001011 | 0 | 111 | 1111 | 110 | 100001 | 110101 | 1010111 |
Color Harmonies of #EFDFCB
Complementary color
Monochromatic Colors of #EFDFCB
Black with #EFDFCB
Text Example
Text Example
White with #EFDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFCB; }
p { color: rgb(239,223,203); }
H1.HeaderClassName
{
color: #EFDFCB;
}
.AnyTagClassName
{
color: #EFDFCB;
}
</style>
background-color css
<style>
a { background-color: #EFDFCB; }
a { background-color: rgb(239,223,203); }
div.DivClassName
{
background-color: #EFDFCB;
}
.BgClassName
{
background-color: #EFDFCB;
}
</style>
border-color css
<style>
span { border-color: #EFDFCB; }
span { border-color: rgb(239,223,203); }
td.TdClassName
{
border-color: #EFDFCB;
}
.TagClassName
{
border-color: #EFDFCB;
}
</style>