Shades of Khaki #F6EA85
Tints of Khaki #F6EA85
RGB
CMYK
RGB Variations
Color information
#F6EA85 (or 0xF6EA85) is known color: Khaki. HEX triplet: F6, EA and 85. RGB value is (246,234,133). Sum of RGB (Red+Green+Blue) = 246+234+133=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 133 (52.34% from 255 or 21.70% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EA85 is #09157A. Grayscale: #E2E2E2. Windows color (decimal): -595323 or 8776438. OLE color: 8776438.
HSL color Cylindrical-coordinate representation of color #F6EA85: hue angle of 53.63º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6EA85 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 234 | 133 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.04 |
| HSL | 53.63º | 0.86% | 0.74% | - |
| HSV(B) | 53.63º | 0.46% | 0.96% | - |
| XYZ | 71.66 | 80.13 | 33.88 | - |
| YUV | 226.07 | 75.48 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 234 | 133 | 0 | 0.05 | 0.46 | 0.04 | 53.63 | 0.86 | 0.74 |
| Hex | F6 | EA | 85 | 0 | 5 | 2E | 4 | 36 | 56 | 4A |
| Octal | 366 | 352 | 205 | 0 | 5 | 56 | 4 | 66 | 126 | 112 |
| Binary | 11110110 | 11101010 | 10000101 | 0 | 101 | 101110 | 100 | 110110 | 1010110 | 1001010 |
Color Harmonies of #F6EA85
Complementary color
Monochromatic Colors of #F6EA85
Black with #F6EA85
Text Example
Text Example
White with #F6EA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EA85; }
p { color: rgb(246,234,133); }
H1.HeaderClassName
{
color: #F6EA85;
}
.AnyTagClassName
{
color: #F6EA85;
}
</style>
background-color css
<style>
a { background-color: #F6EA85; }
a { background-color: rgb(246,234,133); }
div.DivClassName
{
background-color: #F6EA85;
}
.BgClassName
{
background-color: #F6EA85;
}
</style>
border-color css
<style>
span { border-color: #F6EA85; }
span { border-color: rgb(246,234,133); }
td.TdClassName
{
border-color: #F6EA85;
}
.TagClassName
{
border-color: #F6EA85;
}
</style>