Shades of Khaki #F6EA8B
Tints of Khaki #F6EA8B
RGB
CMYK
RGB Variations
Color information
#F6EA8B (or 0xF6EA8B) is known color: Khaki. HEX triplet: F6, EA and 8B. RGB value is (246,234,139). Sum of RGB (Red+Green+Blue) = 246+234+139=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 139 (54.69% from 255 or 22.46% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EA8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EA8B is #091574. Grayscale: #E3E3E3. Windows color (decimal): -595317 or 9169654. OLE color: 9169654.
HSL color Cylindrical-coordinate representation of color #F6EA8B: hue angle of 53.27º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6EA8B is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 234 | 139 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.04 |
| HSL | 53.27º | 0.86% | 0.75% | - |
| HSV(B) | 53.27º | 0.43% | 0.96% | - |
| XYZ | 72.09 | 80.3 | 36.13 | - |
| YUV | 226.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 234 | 139 | 0 | 0.05 | 0.43 | 0.04 | 53.27 | 0.86 | 0.75 |
| Hex | F6 | EA | 8B | 0 | 5 | 2B | 4 | 35 | 56 | 4B |
| Octal | 366 | 352 | 213 | 0 | 5 | 53 | 4 | 65 | 126 | 113 |
| Binary | 11110110 | 11101010 | 10001011 | 0 | 101 | 101011 | 100 | 110101 | 1010110 | 1001011 |
Color Harmonies of #F6EA8B
Complementary color
Monochromatic Colors of #F6EA8B
Black with #F6EA8B
Text Example
Text Example
White with #F6EA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EA8B; }
p { color: rgb(246,234,139); }
H1.HeaderClassName
{
color: #F6EA8B;
}
.AnyTagClassName
{
color: #F6EA8B;
}
</style>
background-color css
<style>
a { background-color: #F6EA8B; }
a { background-color: rgb(246,234,139); }
div.DivClassName
{
background-color: #F6EA8B;
}
.BgClassName
{
background-color: #F6EA8B;
}
</style>
border-color css
<style>
span { border-color: #F6EA8B; }
span { border-color: rgb(246,234,139); }
td.TdClassName
{
border-color: #F6EA8B;
}
.TagClassName
{
border-color: #F6EA8B;
}
</style>