Shades of Wheat #F0E0AF
Tints of Wheat #F0E0AF
RGB
CMYK
RGB Variations
Color information
#F0E0AF (or 0xF0E0AF) is known color: Wheat. HEX triplet: F0, E0 and AF. RGB value is (240,224,175). Sum of RGB (Red+Green+Blue) = 240+224+175=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E0AF is #0F1F50. Grayscale: #DFDFDF. Windows color (decimal): -991057 or 11526384. OLE color: 11526384.
HSL color Cylindrical-coordinate representation of color #F0E0AF: hue angle of 45.23º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0E0AF is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 175 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.06 |
| HSL | 45.23º | 0.68% | 0.81% | - |
| HSV(B) | 45.23º | 0.27% | 0.94% | - |
| XYZ | 70.33 | 74.93 | 51.31 | - |
| YUV | 223.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 175 | 0 | 0.07 | 0.27 | 0.06 | 45.23 | 0.68 | 0.81 |
| Hex | F0 | E0 | AF | 0 | 7 | 1B | 6 | 2D | 44 | 51 |
| Octal | 360 | 340 | 257 | 0 | 7 | 33 | 6 | 55 | 104 | 121 |
| Binary | 11110000 | 11100000 | 10101111 | 0 | 111 | 11011 | 110 | 101101 | 1000100 | 1010001 |
Color Harmonies of #F0E0AF
Complementary color
Monochromatic Colors of #F0E0AF
Black with #F0E0AF
Text Example
Text Example
White with #F0E0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0AF; }
p { color: rgb(240,224,175); }
H1.HeaderClassName
{
color: #F0E0AF;
}
.AnyTagClassName
{
color: #F0E0AF;
}
</style>
background-color css
<style>
a { background-color: #F0E0AF; }
a { background-color: rgb(240,224,175); }
div.DivClassName
{
background-color: #F0E0AF;
}
.BgClassName
{
background-color: #F0E0AF;
}
</style>
border-color css
<style>
span { border-color: #F0E0AF; }
span { border-color: rgb(240,224,175); }
td.TdClassName
{
border-color: #F0E0AF;
}
.TagClassName
{
border-color: #F0E0AF;
}
</style>