Shades of Khaki #F2EA8A
Tints of Khaki #F2EA8A
RGB
CMYK
RGB Variations
Color information
#F2EA8A (or 0xF2EA8A) is known color: Khaki. HEX triplet: F2, EA and 8A. RGB value is (242,234,138). Sum of RGB (Red+Green+Blue) = 242+234+138=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 138 (54.30% from 255 or 22.48% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA8A is #0D1575. Grayscale: #E1E1E1. Windows color (decimal): -857462 or 9104114. OLE color: 9104114.
HSL color Cylindrical-coordinate representation of color #F2EA8A: hue angle of 55.38º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2EA8A is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 138 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.05 |
| HSL | 55.38º | 0.8% | 0.75% | - |
| HSV(B) | 55.38º | 0.43% | 0.95% | - |
| XYZ | 70.63 | 79.56 | 35.68 | - |
| YUV | 225.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 138 | 0 | 0.03 | 0.43 | 0.05 | 55.38 | 0.8 | 0.75 |
| Hex | F2 | EA | 8A | 0 | 3 | 2B | 5 | 37 | 50 | 4B |
| Octal | 362 | 352 | 212 | 0 | 3 | 53 | 5 | 67 | 120 | 113 |
| Binary | 11110010 | 11101010 | 10001010 | 0 | 11 | 101011 | 101 | 110111 | 1010000 | 1001011 |
Color Harmonies of #F2EA8A
Complementary color
Monochromatic Colors of #F2EA8A
Black with #F2EA8A
Text Example
Text Example
White with #F2EA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EA8A; }
p { color: rgb(242,234,138); }
H1.HeaderClassName
{
color: #F2EA8A;
}
.AnyTagClassName
{
color: #F2EA8A;
}
</style>
background-color css
<style>
a { background-color: #F2EA8A; }
a { background-color: rgb(242,234,138); }
div.DivClassName
{
background-color: #F2EA8A;
}
.BgClassName
{
background-color: #F2EA8A;
}
</style>
border-color css
<style>
span { border-color: #F2EA8A; }
span { border-color: rgb(242,234,138); }
td.TdClassName
{
border-color: #F2EA8A;
}
.TagClassName
{
border-color: #F2EA8A;
}
</style>