Shades of Khaki #FEE985
Tints of Khaki #FEE985
RGB
CMYK
RGB Variations
Color information
#FEE985 (or 0xFEE985) is known color: Khaki. HEX triplet: FE, E9 and 85. RGB value is (254,233,133). Sum of RGB (Red+Green+Blue) = 254+233+133=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 133 (52.34% from 255 or 21.45% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE985 is #01167A. Grayscale: #E4E4E4. Windows color (decimal): -71291 or 8776190. OLE color: 8776190.
HSL color Cylindrical-coordinate representation of color #FEE985: hue angle of 49.59º 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 #FEE985 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 133 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.00 |
| HSL | 49.59º | 0.98% | 0.76% | - |
| HSV(B) | 49.59º | 0.48% | 1% | - |
| XYZ | 74.25 | 81.04 | 33.92 | - |
| YUV | 227.88 | 74.46 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 133 | 0 | 0.08 | 0.48 | 0.00 | 49.59 | 0.98 | 0.76 |
| Hex | FE | E9 | 85 | 0 | 8 | 30 | 0 | 32 | 62 | 4C |
| Octal | 376 | 351 | 205 | 0 | 10 | 60 | 0 | 62 | 142 | 114 |
| Binary | 11111110 | 11101001 | 10000101 | 0 | 1000 | 110000 | 0 | 110010 | 1100010 | 1001100 |
Color Harmonies of #FEE985
Complementary color
Monochromatic Colors of #FEE985
Black with #FEE985
Text Example
Text Example
White with #FEE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE985; }
p { color: rgb(254,233,133); }
H1.HeaderClassName
{
color: #FEE985;
}
.AnyTagClassName
{
color: #FEE985;
}
</style>
background-color css
<style>
a { background-color: #FEE985; }
a { background-color: rgb(254,233,133); }
div.DivClassName
{
background-color: #FEE985;
}
.BgClassName
{
background-color: #FEE985;
}
</style>
border-color css
<style>
span { border-color: #FEE985; }
span { border-color: rgb(254,233,133); }
td.TdClassName
{
border-color: #FEE985;
}
.TagClassName
{
border-color: #FEE985;
}
</style>