Shades of Khaki #F6EA8A
Tints of Khaki #F6EA8A
RGB
CMYK
RGB Variations
Color information
#F6EA8A (or 0xF6EA8A) is known color: Khaki. HEX triplet: F6, EA and 8A. RGB value is (246,234,138). Sum of RGB (Red+Green+Blue) = 246+234+138=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 138 (54.30% from 255 or 22.33% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EA8A is #091575. Grayscale: #E3E3E3. Windows color (decimal): -595318 or 9104118. OLE color: 9104118.
HSL color Cylindrical-coordinate representation of color #F6EA8A: hue angle of 53.33º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F6EA8A is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 234 | 138 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.04 |
| HSL | 53.33º | 0.86% | 0.75% | - |
| HSV(B) | 53.33º | 0.44% | 0.96% | - |
| XYZ | 72.02 | 80.27 | 35.74 | - |
| YUV | 226.64 | 77.98 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 234 | 138 | 0 | 0.05 | 0.44 | 0.04 | 53.33 | 0.86 | 0.75 |
| Hex | F6 | EA | 8A | 0 | 5 | 2C | 4 | 35 | 56 | 4B |
| Octal | 366 | 352 | 212 | 0 | 5 | 54 | 4 | 65 | 126 | 113 |
| Binary | 11110110 | 11101010 | 10001010 | 0 | 101 | 101100 | 100 | 110101 | 1010110 | 1001011 |
Color Harmonies of #F6EA8A
Complementary color
Monochromatic Colors of #F6EA8A
Black with #F6EA8A
Text Example
Text Example
White with #F6EA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EA8A; }
p { color: rgb(246,234,138); }
H1.HeaderClassName
{
color: #F6EA8A;
}
.AnyTagClassName
{
color: #F6EA8A;
}
</style>
background-color css
<style>
a { background-color: #F6EA8A; }
a { background-color: rgb(246,234,138); }
div.DivClassName
{
background-color: #F6EA8A;
}
.BgClassName
{
background-color: #F6EA8A;
}
</style>
border-color css
<style>
span { border-color: #F6EA8A; }
span { border-color: rgb(246,234,138); }
td.TdClassName
{
border-color: #F6EA8A;
}
.TagClassName
{
border-color: #F6EA8A;
}
</style>