Shades of Sazerac #F4E0C1
Tints of Sazerac #F4E0C1
RGB
CMYK
RGB Variations
Color information
#F4E0C1 (or 0xF4E0C1) is known color: Sazerac. HEX triplet: F4, E0 and C1. RGB value is (244,224,193). Sum of RGB (Red+Green+Blue) = 244+224+193=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 193 (75.78% from 255 or 29.20% from 661); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E0C1 is #0B1F3E. Grayscale: #E2E2E2. Windows color (decimal): -728895 or 12706036. OLE color: 12706036.
HSL color Cylindrical-coordinate representation of color #F4E0C1: hue angle of 36.47º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4E0C1 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 224 | 193 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.04 |
| HSL | 36.47º | 0.7% | 0.86% | - |
| HSV(B) | 36.47º | 0.21% | 0.96% | - |
| XYZ | 73.59 | 76.39 | 61.32 | - |
| YUV | 226.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 224 | 193 | 0 | 0.08 | 0.21 | 0.04 | 36.47 | 0.7 | 0.86 |
| Hex | F4 | E0 | C1 | 0 | 8 | 15 | 4 | 24 | 46 | 56 |
| Octal | 364 | 340 | 301 | 0 | 10 | 25 | 4 | 44 | 106 | 126 |
| Binary | 11110100 | 11100000 | 11000001 | 0 | 1000 | 10101 | 100 | 100100 | 1000110 | 1010110 |
Color Harmonies of #F4E0C1
Complementary color
Monochromatic Colors of #F4E0C1
Black with #F4E0C1
Text Example
Text Example
White with #F4E0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E0C1; }
p { color: rgb(244,224,193); }
H1.HeaderClassName
{
color: #F4E0C1;
}
.AnyTagClassName
{
color: #F4E0C1;
}
</style>
background-color css
<style>
a { background-color: #F4E0C1; }
a { background-color: rgb(244,224,193); }
div.DivClassName
{
background-color: #F4E0C1;
}
.BgClassName
{
background-color: #F4E0C1;
}
</style>
border-color css
<style>
span { border-color: #F4E0C1; }
span { border-color: rgb(244,224,193); }
td.TdClassName
{
border-color: #F4E0C1;
}
.TagClassName
{
border-color: #F4E0C1;
}
</style>