Shades of Khaki #EDE98E
Tints of Khaki #EDE98E
RGB
CMYK
RGB Variations
Color information
#EDE98E (or 0xEDE98E) is known color: Khaki. HEX triplet: ED, E9 and 8E. RGB value is (237,233,142). Sum of RGB (Red+Green+Blue) = 237+233+142=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE98E is #121671. Grayscale: #E0E0E0. Windows color (decimal): -1185394 or 9365997. OLE color: 9365997.
HSL color Cylindrical-coordinate representation of color #EDE98E: hue angle of 57.47º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDE98E is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 142 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.07 |
| HSL | 57.47º | 0.73% | 0.74% | - |
| HSV(B) | 57.47º | 0.4% | 0.93% | - |
| XYZ | 68.95 | 78.24 | 37.06 | - |
| YUV | 223.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 142 | 0 | 0.02 | 0.40 | 0.07 | 57.47 | 0.73 | 0.74 |
| Hex | ED | E9 | 8E | 0 | 2 | 28 | 7 | 39 | 49 | 4A |
| Octal | 355 | 351 | 216 | 0 | 2 | 50 | 7 | 71 | 111 | 112 |
| Binary | 11101101 | 11101001 | 10001110 | 0 | 10 | 101000 | 111 | 111001 | 1001001 | 1001010 |
Color Harmonies of #EDE98E
Complementary color
Monochromatic Colors of #EDE98E
Black with #EDE98E
Text Example
Text Example
White with #EDE98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE98E; }
p { color: rgb(237,233,142); }
H1.HeaderClassName
{
color: #EDE98E;
}
.AnyTagClassName
{
color: #EDE98E;
}
</style>
background-color css
<style>
a { background-color: #EDE98E; }
a { background-color: rgb(237,233,142); }
div.DivClassName
{
background-color: #EDE98E;
}
.BgClassName
{
background-color: #EDE98E;
}
</style>
border-color css
<style>
span { border-color: #EDE98E; }
span { border-color: rgb(237,233,142); }
td.TdClassName
{
border-color: #EDE98E;
}
.TagClassName
{
border-color: #EDE98E;
}
</style>