Shades of Khaki #F1E785
Tints of Khaki #F1E785
RGB
CMYK
RGB Variations
Color information
#F1E785 (or 0xF1E785) is known color: Khaki. HEX triplet: F1, E7 and 85. RGB value is (241,231,133). Sum of RGB (Red+Green+Blue) = 241+231+133=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 133 (52.34% from 255 or 21.98% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E785 is #0E187A. Grayscale: #DFDFDF. Windows color (decimal): -923771 or 8775665. OLE color: 8775665.
HSL color Cylindrical-coordinate representation of color #F1E785: hue angle of 54.44º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1E785 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 231 | 133 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.05 |
| HSL | 54.44º | 0.79% | 0.73% | - |
| HSV(B) | 54.44º | 0.45% | 0.95% | - |
| XYZ | 69.09 | 77.55 | 33.52 | - |
| YUV | 222.82 | 77.31 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 133 | 0 | 0.04 | 0.45 | 0.05 | 54.44 | 0.79 | 0.73 |
| Hex | F1 | E7 | 85 | 0 | 4 | 2D | 5 | 36 | 4F | 49 |
| Octal | 361 | 347 | 205 | 0 | 4 | 55 | 5 | 66 | 117 | 111 |
| Binary | 11110001 | 11100111 | 10000101 | 0 | 100 | 101101 | 101 | 110110 | 1001111 | 1001001 |
Color Harmonies of #F1E785
Complementary color
Monochromatic Colors of #F1E785
Black with #F1E785
Text Example
Text Example
White with #F1E785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E785; }
p { color: rgb(241,231,133); }
H1.HeaderClassName
{
color: #F1E785;
}
.AnyTagClassName
{
color: #F1E785;
}
</style>
background-color css
<style>
a { background-color: #F1E785; }
a { background-color: rgb(241,231,133); }
div.DivClassName
{
background-color: #F1E785;
}
.BgClassName
{
background-color: #F1E785;
}
</style>
border-color css
<style>
span { border-color: #F1E785; }
span { border-color: rgb(241,231,133); }
td.TdClassName
{
border-color: #F1E785;
}
.TagClassName
{
border-color: #F1E785;
}
</style>