Shades of Khaki #F1E494
Tints of Khaki #F1E494
RGB
CMYK
RGB Variations
Color information
#F1E494 (or 0xF1E494) is known color: Khaki. HEX triplet: F1, E4 and 94. RGB value is (241,228,148). Sum of RGB (Red+Green+Blue) = 241+228+148=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E494 is #0E1B6B. Grayscale: #DFDFDF. Windows color (decimal): -924524 or 9757937. OLE color: 9757937.
HSL color Cylindrical-coordinate representation of color #F1E494: hue angle of 51.61º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1E494 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 148 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.05 |
| HSL | 51.61º | 0.77% | 0.76% | - |
| HSV(B) | 51.61º | 0.39% | 0.95% | - |
| XYZ | 69.36 | 76.33 | 39.09 | - |
| YUV | 222.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 148 | 0 | 0.05 | 0.39 | 0.05 | 51.61 | 0.77 | 0.76 |
| Hex | F1 | E4 | 94 | 0 | 5 | 27 | 5 | 34 | 4D | 4C |
| Octal | 361 | 344 | 224 | 0 | 5 | 47 | 5 | 64 | 115 | 114 |
| Binary | 11110001 | 11100100 | 10010100 | 0 | 101 | 100111 | 101 | 110100 | 1001101 | 1001100 |
Color Harmonies of #F1E494
Complementary color
Monochromatic Colors of #F1E494
Black with #F1E494
Text Example
Text Example
White with #F1E494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E494; }
p { color: rgb(241,228,148); }
H1.HeaderClassName
{
color: #F1E494;
}
.AnyTagClassName
{
color: #F1E494;
}
</style>
background-color css
<style>
a { background-color: #F1E494; }
a { background-color: rgb(241,228,148); }
div.DivClassName
{
background-color: #F1E494;
}
.BgClassName
{
background-color: #F1E494;
}
</style>
border-color css
<style>
span { border-color: #F1E494; }
span { border-color: rgb(241,228,148); }
td.TdClassName
{
border-color: #F1E494;
}
.TagClassName
{
border-color: #F1E494;
}
</style>