Shades of Khaki #FFED85
Tints of Khaki #FFED85
RGB
CMYK
RGB Variations
Color information
#FFED85 (or 0xFFED85) is known color: Khaki. HEX triplet: FF, ED and 85. RGB value is (255,237,133). Sum of RGB (Red+Green+Blue) = 255+237+133=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 133 (52.34% from 255 or 21.28% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED85 is #00127A. Grayscale: #E6E6E6. Windows color (decimal): -4731 or 8777215. OLE color: 8777215.
HSL color Cylindrical-coordinate representation of color #FFED85: hue angle of 51.15º 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 #FFED85 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 133 | - |
| CMYK | 0 | 0.07 | 0.48 | 0 |
| HSL | 51.15º | 1% | 0.76% | - |
| HSV(B) | 51.15º | 0.48% | 1% | - |
| XYZ | 75.76 | 83.52 | 34.32 | - |
| YUV | 230.53 | 72.96 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 133 | 0 | 0.07 | 0.48 | 0 | 51.15 | 1 | 0.76 |
| Hex | FF | ED | 85 | 0 | 7 | 30 | 0 | 33 | 64 | 4C |
| Octal | 377 | 355 | 205 | 0 | 7 | 60 | 0 | 63 | 144 | 114 |
| Binary | 11111111 | 11101101 | 10000101 | 0 | 111 | 110000 | 0 | 110011 | 1100100 | 1001100 |
Color Harmonies of #FFED85
Complementary color
Monochromatic Colors of #FFED85
Black with #FFED85
Text Example
Text Example
White with #FFED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED85; }
p { color: rgb(255,237,133); }
H1.HeaderClassName
{
color: #FFED85;
}
.AnyTagClassName
{
color: #FFED85;
}
</style>
background-color css
<style>
a { background-color: #FFED85; }
a { background-color: rgb(255,237,133); }
div.DivClassName
{
background-color: #FFED85;
}
.BgClassName
{
background-color: #FFED85;
}
</style>
border-color css
<style>
span { border-color: #FFED85; }
span { border-color: rgb(255,237,133); }
td.TdClassName
{
border-color: #FFED85;
}
.TagClassName
{
border-color: #FFED85;
}
</style>