Shades of Khaki #FFEA85
Tints of Khaki #FFEA85
RGB
CMYK
RGB Variations
Color information
#FFEA85 (or 0xFFEA85) is known color: Khaki. HEX triplet: FF, EA and 85. RGB value is (255,234,133). Sum of RGB (Red+Green+Blue) = 255+234+133=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 133 (52.34% from 255 or 21.38% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA85 is #00157A. Grayscale: #E5E5E5. Windows color (decimal): -5499 or 8776447. OLE color: 8776447.
HSL color Cylindrical-coordinate representation of color #FFEA85: hue angle of 49.67º 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 #FFEA85 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 133 | - |
| CMYK | 0 | 0.08 | 0.48 | 0 |
| HSL | 49.67º | 1% | 0.76% | - |
| HSV(B) | 49.67º | 0.48% | 1% | - |
| XYZ | 74.9 | 81.8 | 34.03 | - |
| YUV | 228.77 | 73.96 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 133 | 0 | 0.08 | 0.48 | 0 | 49.67 | 1 | 0.76 |
| Hex | FF | EA | 85 | 0 | 8 | 30 | 0 | 32 | 64 | 4C |
| Octal | 377 | 352 | 205 | 0 | 10 | 60 | 0 | 62 | 144 | 114 |
| Binary | 11111111 | 11101010 | 10000101 | 0 | 1000 | 110000 | 0 | 110010 | 1100100 | 1001100 |
Color Harmonies of #FFEA85
Complementary color
Monochromatic Colors of #FFEA85
Black with #FFEA85
Text Example
Text Example
White with #FFEA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA85; }
p { color: rgb(255,234,133); }
H1.HeaderClassName
{
color: #FFEA85;
}
.AnyTagClassName
{
color: #FFEA85;
}
</style>
background-color css
<style>
a { background-color: #FFEA85; }
a { background-color: rgb(255,234,133); }
div.DivClassName
{
background-color: #FFEA85;
}
.BgClassName
{
background-color: #FFEA85;
}
</style>
border-color css
<style>
span { border-color: #FFEA85; }
span { border-color: rgb(255,234,133); }
td.TdClassName
{
border-color: #FFEA85;
}
.TagClassName
{
border-color: #FFEA85;
}
</style>