Shades of Wheat #F4E1AE
Tints of Wheat #F4E1AE
RGB
CMYK
RGB Variations
Color information
#F4E1AE (or 0xF4E1AE) is known color: Wheat. HEX triplet: F4, E1 and AE. RGB value is (244,225,174). Sum of RGB (Red+Green+Blue) = 244+225+174=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E1AE is #0B1E51. Grayscale: #E1E1E1. Windows color (decimal): -728658 or 11461108. OLE color: 11461108.
HSL color Cylindrical-coordinate representation of color #F4E1AE: hue angle of 43.71º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4E1AE is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 225 | 174 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.04 |
| HSL | 43.71º | 0.76% | 0.82% | - |
| HSV(B) | 43.71º | 0.29% | 0.96% | - |
| XYZ | 71.87 | 76.14 | 50.95 | - |
| YUV | 224.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 225 | 174 | 0 | 0.08 | 0.29 | 0.04 | 43.71 | 0.76 | 0.82 |
| Hex | F4 | E1 | AE | 0 | 8 | 1D | 4 | 2C | 4C | 52 |
| Octal | 364 | 341 | 256 | 0 | 10 | 35 | 4 | 54 | 114 | 122 |
| Binary | 11110100 | 11100001 | 10101110 | 0 | 1000 | 11101 | 100 | 101100 | 1001100 | 1010010 |
Color Harmonies of #F4E1AE
Complementary color
Monochromatic Colors of #F4E1AE
Black with #F4E1AE
Text Example
Text Example
White with #F4E1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E1AE; }
p { color: rgb(244,225,174); }
H1.HeaderClassName
{
color: #F4E1AE;
}
.AnyTagClassName
{
color: #F4E1AE;
}
</style>
background-color css
<style>
a { background-color: #F4E1AE; }
a { background-color: rgb(244,225,174); }
div.DivClassName
{
background-color: #F4E1AE;
}
.BgClassName
{
background-color: #F4E1AE;
}
</style>
border-color css
<style>
span { border-color: #F4E1AE; }
span { border-color: rgb(244,225,174); }
td.TdClassName
{
border-color: #F4E1AE;
}
.TagClassName
{
border-color: #F4E1AE;
}
</style>