Shades of Khaki #F1E393
Tints of Khaki #F1E393
RGB
CMYK
RGB Variations
Color information
#F1E393 (or 0xF1E393) is known color: Khaki. HEX triplet: F1, E3 and 93. RGB value is (241,227,147). Sum of RGB (Red+Green+Blue) = 241+227+147=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 147 (57.81% from 255 or 23.90% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E393 is #0E1C6C. Grayscale: #DEDEDE. Windows color (decimal): -924781 or 9692145. OLE color: 9692145.
HSL color Cylindrical-coordinate representation of color #F1E393: hue angle of 51.06º 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 #F1E393 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 147 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.05 |
| HSL | 51.06º | 0.77% | 0.76% | - |
| HSV(B) | 51.06º | 0.39% | 0.95% | - |
| XYZ | 69.01 | 75.75 | 38.59 | - |
| YUV | 222.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 147 | 0 | 0.06 | 0.39 | 0.05 | 51.06 | 0.77 | 0.76 |
| Hex | F1 | E3 | 93 | 0 | 6 | 27 | 5 | 33 | 4D | 4C |
| Octal | 361 | 343 | 223 | 0 | 6 | 47 | 5 | 63 | 115 | 114 |
| Binary | 11110001 | 11100011 | 10010011 | 0 | 110 | 100111 | 101 | 110011 | 1001101 | 1001100 |
Color Harmonies of #F1E393
Complementary color
Monochromatic Colors of #F1E393
Black with #F1E393
Text Example
Text Example
White with #F1E393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E393; }
p { color: rgb(241,227,147); }
H1.HeaderClassName
{
color: #F1E393;
}
.AnyTagClassName
{
color: #F1E393;
}
</style>
background-color css
<style>
a { background-color: #F1E393; }
a { background-color: rgb(241,227,147); }
div.DivClassName
{
background-color: #F1E393;
}
.BgClassName
{
background-color: #F1E393;
}
</style>
border-color css
<style>
span { border-color: #F1E393; }
span { border-color: rgb(241,227,147); }
td.TdClassName
{
border-color: #F1E393;
}
.TagClassName
{
border-color: #F1E393;
}
</style>