Shades of Khaki #EDE092
Tints of Khaki #EDE092
RGB
CMYK
RGB Variations
Color information
#EDE092 (or 0xEDE092) is known color: Khaki. HEX triplet: ED, E0 and 92. RGB value is (237,224,146). Sum of RGB (Red+Green+Blue) = 237+224+146=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 146 (57.42% from 255 or 24.05% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE092 is #121F6D. Grayscale: #DBDBDB. Windows color (decimal): -1187694 or 9625837. OLE color: 9625837.
HSL color Cylindrical-coordinate representation of color #EDE092: hue angle of 51.43º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDE092 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 146 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.07 |
| HSL | 51.43º | 0.72% | 0.75% | - |
| HSV(B) | 51.43º | 0.38% | 0.93% | - |
| XYZ | 66.77 | 73.39 | 37.84 | - |
| YUV | 219 | 86.81 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 146 | 0 | 0.05 | 0.38 | 0.07 | 51.43 | 0.72 | 0.75 |
| Hex | ED | E0 | 92 | 0 | 5 | 26 | 7 | 33 | 48 | 4B |
| Octal | 355 | 340 | 222 | 0 | 5 | 46 | 7 | 63 | 110 | 113 |
| Binary | 11101101 | 11100000 | 10010010 | 0 | 101 | 100110 | 111 | 110011 | 1001000 | 1001011 |
Color Harmonies of #EDE092
Complementary color
Monochromatic Colors of #EDE092
Black with #EDE092
Text Example
Text Example
White with #EDE092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE092; }
p { color: rgb(237,224,146); }
H1.HeaderClassName
{
color: #EDE092;
}
.AnyTagClassName
{
color: #EDE092;
}
</style>
background-color css
<style>
a { background-color: #EDE092; }
a { background-color: rgb(237,224,146); }
div.DivClassName
{
background-color: #EDE092;
}
.BgClassName
{
background-color: #EDE092;
}
</style>
border-color css
<style>
span { border-color: #EDE092; }
span { border-color: rgb(237,224,146); }
td.TdClassName
{
border-color: #EDE092;
}
.TagClassName
{
border-color: #EDE092;
}
</style>