Shades of Khaki #F5ED87
Tints of Khaki #F5ED87
RGB
CMYK
RGB Variations
Color information
#F5ED87 (or 0xF5ED87) is known color: Khaki. HEX triplet: F5, ED and 87. RGB value is (245,237,135). Sum of RGB (Red+Green+Blue) = 245+237+135=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 135 (53.12% from 255 or 21.88% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5ED87 is #0A1278. Grayscale: #E4E4E4. Windows color (decimal): -660089 or 8908277. OLE color: 8908277.
HSL color Cylindrical-coordinate representation of color #F5ED87: hue angle of 55.64º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5ED87 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 135 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.04 |
| HSL | 55.64º | 0.85% | 0.75% | - |
| HSV(B) | 55.64º | 0.45% | 0.96% | - |
| XYZ | 72.31 | 81.73 | 34.89 | - |
| YUV | 227.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 135 | 0 | 0.03 | 0.45 | 0.04 | 55.64 | 0.85 | 0.75 |
| Hex | F5 | ED | 87 | 0 | 3 | 2D | 4 | 38 | 55 | 4B |
| Octal | 365 | 355 | 207 | 0 | 3 | 55 | 4 | 70 | 125 | 113 |
| Binary | 11110101 | 11101101 | 10000111 | 0 | 11 | 101101 | 100 | 111000 | 1010101 | 1001011 |
Color Harmonies of #F5ED87
Complementary color
Monochromatic Colors of #F5ED87
Black with #F5ED87
Text Example
Text Example
White with #F5ED87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ED87; }
p { color: rgb(245,237,135); }
H1.HeaderClassName
{
color: #F5ED87;
}
.AnyTagClassName
{
color: #F5ED87;
}
</style>
background-color css
<style>
a { background-color: #F5ED87; }
a { background-color: rgb(245,237,135); }
div.DivClassName
{
background-color: #F5ED87;
}
.BgClassName
{
background-color: #F5ED87;
}
</style>
border-color css
<style>
span { border-color: #F5ED87; }
span { border-color: rgb(245,237,135); }
td.TdClassName
{
border-color: #F5ED87;
}
.TagClassName
{
border-color: #F5ED87;
}
</style>