Shades of Khaki #F1E794
Tints of Khaki #F1E794
RGB
CMYK
RGB Variations
Color information
#F1E794 (or 0xF1E794) is known color: Khaki. HEX triplet: F1, E7 and 94. RGB value is (241,231,148). Sum of RGB (Red+Green+Blue) = 241+231+148=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E794 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E794 is #0E186B. Grayscale: #E0E0E0. Windows color (decimal): -923756 or 9758705. OLE color: 9758705.
HSL color Cylindrical-coordinate representation of color #F1E794: hue angle of 53.55º 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 #F1E794 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 231 | 148 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.05 |
| HSL | 53.55º | 0.77% | 0.76% | - |
| HSV(B) | 53.55º | 0.39% | 0.95% | - |
| XYZ | 70.2 | 77.99 | 39.37 | - |
| YUV | 224.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 148 | 0 | 0.04 | 0.39 | 0.05 | 53.55 | 0.77 | 0.76 |
| Hex | F1 | E7 | 94 | 0 | 4 | 27 | 5 | 36 | 4D | 4C |
| Octal | 361 | 347 | 224 | 0 | 4 | 47 | 5 | 66 | 115 | 114 |
| Binary | 11110001 | 11100111 | 10010100 | 0 | 100 | 100111 | 101 | 110110 | 1001101 | 1001100 |
Color Harmonies of #F1E794
Complementary color
Monochromatic Colors of #F1E794
Black with #F1E794
Text Example
Text Example
White with #F1E794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E794; }
p { color: rgb(241,231,148); }
H1.HeaderClassName
{
color: #F1E794;
}
.AnyTagClassName
{
color: #F1E794;
}
</style>
background-color css
<style>
a { background-color: #F1E794; }
a { background-color: rgb(241,231,148); }
div.DivClassName
{
background-color: #F1E794;
}
.BgClassName
{
background-color: #F1E794;
}
</style>
border-color css
<style>
span { border-color: #F1E794; }
span { border-color: rgb(241,231,148); }
td.TdClassName
{
border-color: #F1E794;
}
.TagClassName
{
border-color: #F1E794;
}
</style>