Shades of Khaki #F0E28D
Tints of Khaki #F0E28D
RGB
CMYK
RGB Variations
Color information
#F0E28D (or 0xF0E28D) is known color: Khaki. HEX triplet: F0, E2 and 8D. RGB value is (240,226,141). Sum of RGB (Red+Green+Blue) = 240+226+141=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E28D is #0F1D72. Grayscale: #DCDCDC. Windows color (decimal): -990579 or 9298672. OLE color: 9298672.
HSL color Cylindrical-coordinate representation of color #F0E28D: hue angle of 51.52º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0E28D is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 141 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.06 |
| HSL | 51.52º | 0.77% | 0.75% | - |
| HSV(B) | 51.52º | 0.41% | 0.94% | - |
| XYZ | 67.94 | 74.84 | 36.06 | - |
| YUV | 220.5 | 83.14 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 141 | 0 | 0.06 | 0.41 | 0.06 | 51.52 | 0.77 | 0.75 |
| Hex | F0 | E2 | 8D | 0 | 6 | 29 | 6 | 34 | 4D | 4B |
| Octal | 360 | 342 | 215 | 0 | 6 | 51 | 6 | 64 | 115 | 113 |
| Binary | 11110000 | 11100010 | 10001101 | 0 | 110 | 101001 | 110 | 110100 | 1001101 | 1001011 |
Color Harmonies of #F0E28D
Complementary color
Monochromatic Colors of #F0E28D
Black with #F0E28D
Text Example
Text Example
White with #F0E28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E28D; }
p { color: rgb(240,226,141); }
H1.HeaderClassName
{
color: #F0E28D;
}
.AnyTagClassName
{
color: #F0E28D;
}
</style>
background-color css
<style>
a { background-color: #F0E28D; }
a { background-color: rgb(240,226,141); }
div.DivClassName
{
background-color: #F0E28D;
}
.BgClassName
{
background-color: #F0E28D;
}
</style>
border-color css
<style>
span { border-color: #F0E28D; }
span { border-color: rgb(240,226,141); }
td.TdClassName
{
border-color: #F0E28D;
}
.TagClassName
{
border-color: #F0E28D;
}
</style>