Shades of Khaki #F5ED89
Tints of Khaki #F5ED89
RGB
CMYK
RGB Variations
Color information
#F5ED89 (or 0xF5ED89) is known color: Khaki. HEX triplet: F5, ED and 89. RGB value is (245,237,137). Sum of RGB (Red+Green+Blue) = 245+237+137=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 137 (53.91% from 255 or 22.13% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5ED89 is #0A1276. Grayscale: #E4E4E4. Windows color (decimal): -660087 or 9039349. OLE color: 9039349.
HSL color Cylindrical-coordinate representation of color #F5ED89: hue angle of 55.56º degrees, saturation: 0.84, 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 #F5ED89 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 137 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.04 |
| HSL | 55.56º | 0.84% | 0.75% | - |
| HSV(B) | 55.56º | 0.44% | 0.96% | - |
| XYZ | 72.46 | 81.79 | 35.63 | - |
| YUV | 227.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 137 | 0 | 0.03 | 0.44 | 0.04 | 55.56 | 0.84 | 0.75 |
| Hex | F5 | ED | 89 | 0 | 3 | 2C | 4 | 38 | 54 | 4B |
| Octal | 365 | 355 | 211 | 0 | 3 | 54 | 4 | 70 | 124 | 113 |
| Binary | 11110101 | 11101101 | 10001001 | 0 | 11 | 101100 | 100 | 111000 | 1010100 | 1001011 |
Color Harmonies of #F5ED89
Complementary color
Monochromatic Colors of #F5ED89
Black with #F5ED89
Text Example
Text Example
White with #F5ED89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ED89; }
p { color: rgb(245,237,137); }
H1.HeaderClassName
{
color: #F5ED89;
}
.AnyTagClassName
{
color: #F5ED89;
}
</style>
background-color css
<style>
a { background-color: #F5ED89; }
a { background-color: rgb(245,237,137); }
div.DivClassName
{
background-color: #F5ED89;
}
.BgClassName
{
background-color: #F5ED89;
}
</style>
border-color css
<style>
span { border-color: #F5ED89; }
span { border-color: rgb(245,237,137); }
td.TdClassName
{
border-color: #F5ED89;
}
.TagClassName
{
border-color: #F5ED89;
}
</style>