Shades of Khaki #FEED84
Tints of Khaki #FEED84
RGB
CMYK
RGB Variations
Color information
#FEED84 (or 0xFEED84) is known color: Khaki. HEX triplet: FE, ED and 84. RGB value is (254,237,132). Sum of RGB (Red+Green+Blue) = 254+237+132=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 132 (51.95% from 255 or 21.19% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEED84 is #01127B. Grayscale: #E6E6E6. Windows color (decimal): -70268 or 8711678. OLE color: 8711678.
HSL color Cylindrical-coordinate representation of color #FEED84: hue angle of 51.64º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEED84 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 132 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.00 |
| HSL | 51.64º | 0.98% | 0.76% | - |
| HSV(B) | 51.64º | 0.48% | 1% | - |
| XYZ | 75.32 | 83.31 | 33.94 | - |
| YUV | 230.11 | 72.63 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 132 | 0 | 0.07 | 0.48 | 0.00 | 51.64 | 0.98 | 0.76 |
| Hex | FE | ED | 84 | 0 | 7 | 30 | 0 | 34 | 62 | 4C |
| Octal | 376 | 355 | 204 | 0 | 7 | 60 | 0 | 64 | 142 | 114 |
| Binary | 11111110 | 11101101 | 10000100 | 0 | 111 | 110000 | 0 | 110100 | 1100010 | 1001100 |
Color Harmonies of #FEED84
Complementary color
Monochromatic Colors of #FEED84
Black with #FEED84
Text Example
Text Example
White with #FEED84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED84; }
p { color: rgb(254,237,132); }
H1.HeaderClassName
{
color: #FEED84;
}
.AnyTagClassName
{
color: #FEED84;
}
</style>
background-color css
<style>
a { background-color: #FEED84; }
a { background-color: rgb(254,237,132); }
div.DivClassName
{
background-color: #FEED84;
}
.BgClassName
{
background-color: #FEED84;
}
</style>
border-color css
<style>
span { border-color: #FEED84; }
span { border-color: rgb(254,237,132); }
td.TdClassName
{
border-color: #FEED84;
}
.TagClassName
{
border-color: #FEED84;
}
</style>