Shades of Khaki #FEE987
Tints of Khaki #FEE987
RGB
CMYK
RGB Variations
Color information
#FEE987 (or 0xFEE987) is known color: Khaki. HEX triplet: FE, E9 and 87. RGB value is (254,233,135). Sum of RGB (Red+Green+Blue) = 254+233+135=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 135 (53.12% from 255 or 21.70% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE987 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE987 is #011678. Grayscale: #E4E4E4. Windows color (decimal): -71289 or 8907262. OLE color: 8907262.
HSL color Cylindrical-coordinate representation of color #FEE987: hue angle of 49.41º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEE987 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 135 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.00 |
| HSL | 49.41º | 0.98% | 0.76% | - |
| HSV(B) | 49.41º | 0.47% | 1% | - |
| XYZ | 74.39 | 81.1 | 34.65 | - |
| YUV | 228.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 135 | 0 | 0.08 | 0.47 | 0.00 | 49.41 | 0.98 | 0.76 |
| Hex | FE | E9 | 87 | 0 | 8 | 2F | 0 | 31 | 62 | 4C |
| Octal | 376 | 351 | 207 | 0 | 10 | 57 | 0 | 61 | 142 | 114 |
| Binary | 11111110 | 11101001 | 10000111 | 0 | 1000 | 101111 | 0 | 110001 | 1100010 | 1001100 |
Color Harmonies of #FEE987
Complementary color
Monochromatic Colors of #FEE987
Black with #FEE987
Text Example
Text Example
White with #FEE987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE987; }
p { color: rgb(254,233,135); }
H1.HeaderClassName
{
color: #FEE987;
}
.AnyTagClassName
{
color: #FEE987;
}
</style>
background-color css
<style>
a { background-color: #FEE987; }
a { background-color: rgb(254,233,135); }
div.DivClassName
{
background-color: #FEE987;
}
.BgClassName
{
background-color: #FEE987;
}
</style>
border-color css
<style>
span { border-color: #FEE987; }
span { border-color: rgb(254,233,135); }
td.TdClassName
{
border-color: #FEE987;
}
.TagClassName
{
border-color: #FEE987;
}
</style>