Shades of Khaki #FFEE85
Tints of Khaki #FFEE85
RGB
CMYK
RGB Variations
Color information
#FFEE85 (or 0xFFEE85) is known color: Khaki. HEX triplet: FF, EE and 85. RGB value is (255,238,133). Sum of RGB (Red+Green+Blue) = 255+238+133=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 133 (52.34% from 255 or 21.25% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE85 is #00117A. Grayscale: #E7E7E7. Windows color (decimal): -4475 or 8777471. OLE color: 8777471.
HSL color Cylindrical-coordinate representation of color #FFEE85: hue angle of 51.64º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFEE85 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 133 | - |
| CMYK | 0 | 0.07 | 0.48 | 0 |
| HSL | 51.64º | 1% | 0.76% | - |
| HSV(B) | 51.64º | 0.48% | 1% | - |
| XYZ | 76.05 | 84.1 | 34.42 | - |
| YUV | 231.11 | 72.63 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 133 | 0 | 0.07 | 0.48 | 0 | 51.64 | 1 | 0.76 |
| Hex | FF | EE | 85 | 0 | 7 | 30 | 0 | 34 | 64 | 4C |
| Octal | 377 | 356 | 205 | 0 | 7 | 60 | 0 | 64 | 144 | 114 |
| Binary | 11111111 | 11101110 | 10000101 | 0 | 111 | 110000 | 0 | 110100 | 1100100 | 1001100 |
Color Harmonies of #FFEE85
Complementary color
Monochromatic Colors of #FFEE85
Black with #FFEE85
Text Example
Text Example
White with #FFEE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE85; }
p { color: rgb(255,238,133); }
H1.HeaderClassName
{
color: #FFEE85;
}
.AnyTagClassName
{
color: #FFEE85;
}
</style>
background-color css
<style>
a { background-color: #FFEE85; }
a { background-color: rgb(255,238,133); }
div.DivClassName
{
background-color: #FFEE85;
}
.BgClassName
{
background-color: #FFEE85;
}
</style>
border-color css
<style>
span { border-color: #FFEE85; }
span { border-color: rgb(255,238,133); }
td.TdClassName
{
border-color: #FFEE85;
}
.TagClassName
{
border-color: #FFEE85;
}
</style>