Shades of Khaki #EDE18E
Tints of Khaki #EDE18E
RGB
CMYK
RGB Variations
Color information
#EDE18E (or 0xEDE18E) is known color: Khaki. HEX triplet: ED, E1 and 8E. RGB value is (237,225,142). Sum of RGB (Red+Green+Blue) = 237+225+142=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 142 (55.86% from 255 or 23.51% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE18E is #121E71. Grayscale: #DBDBDB. Windows color (decimal): -1187442 or 9363949. OLE color: 9363949.
HSL color Cylindrical-coordinate representation of color #EDE18E: hue angle of 52.42º 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 #EDE18E is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 142 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.07 |
| HSL | 52.42º | 0.73% | 0.74% | - |
| HSV(B) | 52.42º | 0.4% | 0.93% | - |
| XYZ | 66.73 | 73.81 | 36.32 | - |
| YUV | 219.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 142 | 0 | 0.05 | 0.40 | 0.07 | 52.42 | 0.73 | 0.74 |
| Hex | ED | E1 | 8E | 0 | 5 | 28 | 7 | 34 | 49 | 4A |
| Octal | 355 | 341 | 216 | 0 | 5 | 50 | 7 | 64 | 111 | 112 |
| Binary | 11101101 | 11100001 | 10001110 | 0 | 101 | 101000 | 111 | 110100 | 1001001 | 1001010 |
Color Harmonies of #EDE18E
Complementary color
Monochromatic Colors of #EDE18E
Black with #EDE18E
Text Example
Text Example
White with #EDE18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE18E; }
p { color: rgb(237,225,142); }
H1.HeaderClassName
{
color: #EDE18E;
}
.AnyTagClassName
{
color: #EDE18E;
}
</style>
background-color css
<style>
a { background-color: #EDE18E; }
a { background-color: rgb(237,225,142); }
div.DivClassName
{
background-color: #EDE18E;
}
.BgClassName
{
background-color: #EDE18E;
}
</style>
border-color css
<style>
span { border-color: #EDE18E; }
span { border-color: rgb(237,225,142); }
td.TdClassName
{
border-color: #EDE18E;
}
.TagClassName
{
border-color: #EDE18E;
}
</style>