Shades of Wheat #F4E1AF
Tints of Wheat #F4E1AF
RGB
CMYK
RGB Variations
Color information
#F4E1AF (or 0xF4E1AF) is known color: Wheat. HEX triplet: F4, E1 and AF. RGB value is (244,225,175). Sum of RGB (Red+Green+Blue) = 244+225+175=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E1AF is #0B1E50. Grayscale: #E1E1E1. Windows color (decimal): -728657 or 11526644. OLE color: 11526644.
HSL color Cylindrical-coordinate representation of color #F4E1AF: hue angle of 43.48º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4E1AF is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 225 | 175 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.04 |
| HSL | 43.48º | 0.76% | 0.82% | - |
| HSV(B) | 43.48º | 0.28% | 0.96% | - |
| XYZ | 71.97 | 76.18 | 51.47 | - |
| YUV | 224.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 225 | 175 | 0 | 0.08 | 0.28 | 0.04 | 43.48 | 0.76 | 0.82 |
| Hex | F4 | E1 | AF | 0 | 8 | 1C | 4 | 2B | 4C | 52 |
| Octal | 364 | 341 | 257 | 0 | 10 | 34 | 4 | 53 | 114 | 122 |
| Binary | 11110100 | 11100001 | 10101111 | 0 | 1000 | 11100 | 100 | 101011 | 1001100 | 1010010 |
Color Harmonies of #F4E1AF
Complementary color
Monochromatic Colors of #F4E1AF
Black with #F4E1AF
Text Example
Text Example
White with #F4E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E1AF; }
p { color: rgb(244,225,175); }
H1.HeaderClassName
{
color: #F4E1AF;
}
.AnyTagClassName
{
color: #F4E1AF;
}
</style>
background-color css
<style>
a { background-color: #F4E1AF; }
a { background-color: rgb(244,225,175); }
div.DivClassName
{
background-color: #F4E1AF;
}
.BgClassName
{
background-color: #F4E1AF;
}
</style>
border-color css
<style>
span { border-color: #F4E1AF; }
span { border-color: rgb(244,225,175); }
td.TdClassName
{
border-color: #F4E1AF;
}
.TagClassName
{
border-color: #F4E1AF;
}
</style>