Shades of Khaki #FEED87
Tints of Khaki #FEED87
RGB
CMYK
RGB Variations
Color information
#FEED87 (or 0xFEED87) is known color: Khaki. HEX triplet: FE, ED and 87. RGB value is (254,237,135). Sum of RGB (Red+Green+Blue) = 254+237+135=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 135 (53.12% from 255 or 21.57% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEED87 is #011278. Grayscale: #E6E6E6. Windows color (decimal): -70265 or 8908286. OLE color: 8908286.
HSL color Cylindrical-coordinate representation of color #FEED87: hue angle of 51.43º 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 #FEED87 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 135 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.00 |
| HSL | 51.43º | 0.98% | 0.76% | - |
| HSV(B) | 51.43º | 0.47% | 1% | - |
| XYZ | 75.53 | 83.39 | 35.04 | - |
| YUV | 230.46 | 74.13 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 135 | 0 | 0.07 | 0.47 | 0.00 | 51.43 | 0.98 | 0.76 |
| Hex | FE | ED | 87 | 0 | 7 | 2F | 0 | 33 | 62 | 4C |
| Octal | 376 | 355 | 207 | 0 | 7 | 57 | 0 | 63 | 142 | 114 |
| Binary | 11111110 | 11101101 | 10000111 | 0 | 111 | 101111 | 0 | 110011 | 1100010 | 1001100 |
Color Harmonies of #FEED87
Complementary color
Monochromatic Colors of #FEED87
Black with #FEED87
Text Example
Text Example
White with #FEED87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED87; }
p { color: rgb(254,237,135); }
H1.HeaderClassName
{
color: #FEED87;
}
.AnyTagClassName
{
color: #FEED87;
}
</style>
background-color css
<style>
a { background-color: #FEED87; }
a { background-color: rgb(254,237,135); }
div.DivClassName
{
background-color: #FEED87;
}
.BgClassName
{
background-color: #FEED87;
}
</style>
border-color css
<style>
span { border-color: #FEED87; }
span { border-color: rgb(254,237,135); }
td.TdClassName
{
border-color: #FEED87;
}
.TagClassName
{
border-color: #FEED87;
}
</style>