Shades of Wheat #F4E0AE
Tints of Wheat #F4E0AE
RGB
CMYK
RGB Variations
Color information
#F4E0AE (or 0xF4E0AE) is known color: Wheat. HEX triplet: F4, E0 and AE. RGB value is (244,224,174). Sum of RGB (Red+Green+Blue) = 244+224+174=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 174 (68.36% from 255 or 27.10% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E0AE is #0B1F51. Grayscale: #E0E0E0. Windows color (decimal): -728914 or 11460852. OLE color: 11460852.
HSL color Cylindrical-coordinate representation of color #F4E0AE: hue angle of 42.86º 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 #F4E0AE is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 224 | 174 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.04 |
| HSL | 42.86º | 0.76% | 0.82% | - |
| HSV(B) | 42.86º | 0.29% | 0.96% | - |
| XYZ | 71.6 | 75.6 | 50.86 | - |
| YUV | 224.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 224 | 174 | 0 | 0.08 | 0.29 | 0.04 | 42.86 | 0.76 | 0.82 |
| Hex | F4 | E0 | AE | 0 | 8 | 1D | 4 | 2B | 4C | 52 |
| Octal | 364 | 340 | 256 | 0 | 10 | 35 | 4 | 53 | 114 | 122 |
| Binary | 11110100 | 11100000 | 10101110 | 0 | 1000 | 11101 | 100 | 101011 | 1001100 | 1010010 |
Color Harmonies of #F4E0AE
Complementary color
Monochromatic Colors of #F4E0AE
Black with #F4E0AE
Text Example
Text Example
White with #F4E0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E0AE; }
p { color: rgb(244,224,174); }
H1.HeaderClassName
{
color: #F4E0AE;
}
.AnyTagClassName
{
color: #F4E0AE;
}
</style>
background-color css
<style>
a { background-color: #F4E0AE; }
a { background-color: rgb(244,224,174); }
div.DivClassName
{
background-color: #F4E0AE;
}
.BgClassName
{
background-color: #F4E0AE;
}
</style>
border-color css
<style>
span { border-color: #F4E0AE; }
span { border-color: rgb(244,224,174); }
td.TdClassName
{
border-color: #F4E0AE;
}
.TagClassName
{
border-color: #F4E0AE;
}
</style>