Shades of Khaki #F4E888
Tints of Khaki #F4E888
RGB
CMYK
RGB Variations
Color information
#F4E888 (or 0xF4E888) is known color: Khaki. HEX triplet: F4, E8 and 88. RGB value is (244,232,136). Sum of RGB (Red+Green+Blue) = 244+232+136=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 136 (53.52% from 255 or 22.22% from 612); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E888 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4E888 is #0B1777. Grayscale: #E1E1E1. Windows color (decimal): -726904 or 8972532. OLE color: 8972532.
HSL color Cylindrical-coordinate representation of color #F4E888: hue angle of 53.33º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F4E888 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 232 | 136 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.04 |
| HSL | 53.33º | 0.83% | 0.75% | - |
| HSV(B) | 53.33º | 0.44% | 0.96% | - |
| XYZ | 70.61 | 78.72 | 34.77 | - |
| YUV | 224.64 | 77.98 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 232 | 136 | 0 | 0.05 | 0.44 | 0.04 | 53.33 | 0.83 | 0.75 |
| Hex | F4 | E8 | 88 | 0 | 5 | 2C | 4 | 35 | 53 | 4B |
| Octal | 364 | 350 | 210 | 0 | 5 | 54 | 4 | 65 | 123 | 113 |
| Binary | 11110100 | 11101000 | 10001000 | 0 | 101 | 101100 | 100 | 110101 | 1010011 | 1001011 |
Color Harmonies of #F4E888
Complementary color
Monochromatic Colors of #F4E888
Black with #F4E888
Text Example
Text Example
White with #F4E888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E888; }
p { color: rgb(244,232,136); }
H1.HeaderClassName
{
color: #F4E888;
}
.AnyTagClassName
{
color: #F4E888;
}
</style>
background-color css
<style>
a { background-color: #F4E888; }
a { background-color: rgb(244,232,136); }
div.DivClassName
{
background-color: #F4E888;
}
.BgClassName
{
background-color: #F4E888;
}
</style>
border-color css
<style>
span { border-color: #F4E888; }
span { border-color: rgb(244,232,136); }
td.TdClassName
{
border-color: #F4E888;
}
.TagClassName
{
border-color: #F4E888;
}
</style>