Shades of Khaki #F2ED87
Tints of Khaki #F2ED87
RGB
CMYK
RGB Variations
Color information
#F2ED87 (or 0xF2ED87) is known color: Khaki. HEX triplet: F2, ED and 87. RGB value is (242,237,135). Sum of RGB (Red+Green+Blue) = 242+237+135=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 135 (53.12% from 255 or 21.99% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ED87 is #0D1278. Grayscale: #E3E3E3. Windows color (decimal): -856697 or 8908274. OLE color: 8908274.
HSL color Cylindrical-coordinate representation of color #F2ED87: hue angle of 57.2º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2ED87 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 135 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.05 |
| HSL | 57.2º | 0.8% | 0.74% | - |
| HSV(B) | 57.2º | 0.44% | 0.95% | - |
| XYZ | 71.28 | 81.19 | 34.84 | - |
| YUV | 226.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 135 | 0 | 0.02 | 0.44 | 0.05 | 57.2 | 0.8 | 0.74 |
| Hex | F2 | ED | 87 | 0 | 2 | 2C | 5 | 39 | 50 | 4A |
| Octal | 362 | 355 | 207 | 0 | 2 | 54 | 5 | 71 | 120 | 112 |
| Binary | 11110010 | 11101101 | 10000111 | 0 | 10 | 101100 | 101 | 111001 | 1010000 | 1001010 |
Color Harmonies of #F2ED87
Complementary color
Monochromatic Colors of #F2ED87
Black with #F2ED87
Text Example
Text Example
White with #F2ED87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED87; }
p { color: rgb(242,237,135); }
H1.HeaderClassName
{
color: #F2ED87;
}
.AnyTagClassName
{
color: #F2ED87;
}
</style>
background-color css
<style>
a { background-color: #F2ED87; }
a { background-color: rgb(242,237,135); }
div.DivClassName
{
background-color: #F2ED87;
}
.BgClassName
{
background-color: #F2ED87;
}
</style>
border-color css
<style>
span { border-color: #F2ED87; }
span { border-color: rgb(242,237,135); }
td.TdClassName
{
border-color: #F2ED87;
}
.TagClassName
{
border-color: #F2ED87;
}
</style>