Shades of Khaki #F4E886
Tints of Khaki #F4E886
RGB
CMYK
RGB Variations
Color information
#F4E886 (or 0xF4E886) is known color: Khaki. HEX triplet: F4, E8 and 86. RGB value is (244,232,134). Sum of RGB (Red+Green+Blue) = 244+232+134=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E886 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4E886 is #0B1779. Grayscale: #E0E0E0. Windows color (decimal): -726906 or 8841460. OLE color: 8841460.
HSL color Cylindrical-coordinate representation of color #F4E886: hue angle of 53.45º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F4E886 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 232 | 134 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.04 |
| HSL | 53.45º | 0.83% | 0.74% | - |
| HSV(B) | 53.45º | 0.45% | 0.96% | - |
| XYZ | 70.47 | 78.67 | 34.02 | - |
| YUV | 224.42 | 76.98 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 232 | 134 | 0 | 0.05 | 0.45 | 0.04 | 53.45 | 0.83 | 0.74 |
| Hex | F4 | E8 | 86 | 0 | 5 | 2D | 4 | 35 | 53 | 4A |
| Octal | 364 | 350 | 206 | 0 | 5 | 55 | 4 | 65 | 123 | 112 |
| Binary | 11110100 | 11101000 | 10000110 | 0 | 101 | 101101 | 100 | 110101 | 1010011 | 1001010 |
Color Harmonies of #F4E886
Complementary color
Monochromatic Colors of #F4E886
Black with #F4E886
Text Example
Text Example
White with #F4E886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E886; }
p { color: rgb(244,232,134); }
H1.HeaderClassName
{
color: #F4E886;
}
.AnyTagClassName
{
color: #F4E886;
}
</style>
background-color css
<style>
a { background-color: #F4E886; }
a { background-color: rgb(244,232,134); }
div.DivClassName
{
background-color: #F4E886;
}
.BgClassName
{
background-color: #F4E886;
}
</style>
border-color css
<style>
span { border-color: #F4E886; }
span { border-color: rgb(244,232,134); }
td.TdClassName
{
border-color: #F4E886;
}
.TagClassName
{
border-color: #F4E886;
}
</style>