Shades of Khaki #F5EF89
Tints of Khaki #F5EF89
RGB
CMYK
RGB Variations
Color information
#F5EF89 (or 0xF5EF89) is known color: Khaki. HEX triplet: F5, EF and 89. RGB value is (245,239,137). Sum of RGB (Red+Green+Blue) = 245+239+137=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 137 (53.91% from 255 or 22.06% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EF89 is #0A1076. Grayscale: #E5E5E5. Windows color (decimal): -659575 or 9039861. OLE color: 9039861.
HSL color Cylindrical-coordinate representation of color #F5EF89: hue angle of 56.67º 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 #F5EF89 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 137 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.04 |
| HSL | 56.67º | 0.84% | 0.75% | - |
| HSV(B) | 56.67º | 0.44% | 0.96% | - |
| XYZ | 73.04 | 82.95 | 35.83 | - |
| YUV | 229.17 | 75.99 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 137 | 0 | 0.02 | 0.44 | 0.04 | 56.67 | 0.84 | 0.75 |
| Hex | F5 | EF | 89 | 0 | 2 | 2C | 4 | 39 | 54 | 4B |
| Octal | 365 | 357 | 211 | 0 | 2 | 54 | 4 | 71 | 124 | 113 |
| Binary | 11110101 | 11101111 | 10001001 | 0 | 10 | 101100 | 100 | 111001 | 1010100 | 1001011 |
Color Harmonies of #F5EF89
Complementary color
Monochromatic Colors of #F5EF89
Black with #F5EF89
Text Example
Text Example
White with #F5EF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EF89; }
p { color: rgb(245,239,137); }
H1.HeaderClassName
{
color: #F5EF89;
}
.AnyTagClassName
{
color: #F5EF89;
}
</style>
background-color css
<style>
a { background-color: #F5EF89; }
a { background-color: rgb(245,239,137); }
div.DivClassName
{
background-color: #F5EF89;
}
.BgClassName
{
background-color: #F5EF89;
}
</style>
border-color css
<style>
span { border-color: #F5EF89; }
span { border-color: rgb(245,239,137); }
td.TdClassName
{
border-color: #F5EF89;
}
.TagClassName
{
border-color: #F5EF89;
}
</style>