Shades of Khaki #EDE090
Tints of Khaki #EDE090
RGB
CMYK
RGB Variations
Color information
#EDE090 (or 0xEDE090) is known color: Khaki. HEX triplet: ED, E0 and 90. RGB value is (237,224,144). Sum of RGB (Red+Green+Blue) = 237+224+144=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 144 (56.64% from 255 or 23.80% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE090 is #121F6F. Grayscale: #DBDBDB. Windows color (decimal): -1187696 or 9494765. OLE color: 9494765.
HSL color Cylindrical-coordinate representation of color #EDE090: hue angle of 51.61º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDE090 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 144 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.07 |
| HSL | 51.61º | 0.72% | 0.75% | - |
| HSV(B) | 51.61º | 0.39% | 0.93% | - |
| XYZ | 66.61 | 73.33 | 37.03 | - |
| YUV | 218.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 144 | 0 | 0.05 | 0.39 | 0.07 | 51.61 | 0.72 | 0.75 |
| Hex | ED | E0 | 90 | 0 | 5 | 27 | 7 | 34 | 48 | 4B |
| Octal | 355 | 340 | 220 | 0 | 5 | 47 | 7 | 64 | 110 | 113 |
| Binary | 11101101 | 11100000 | 10010000 | 0 | 101 | 100111 | 111 | 110100 | 1001000 | 1001011 |
Color Harmonies of #EDE090
Complementary color
Monochromatic Colors of #EDE090
Black with #EDE090
Text Example
Text Example
White with #EDE090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE090; }
p { color: rgb(237,224,144); }
H1.HeaderClassName
{
color: #EDE090;
}
.AnyTagClassName
{
color: #EDE090;
}
</style>
background-color css
<style>
a { background-color: #EDE090; }
a { background-color: rgb(237,224,144); }
div.DivClassName
{
background-color: #EDE090;
}
.BgClassName
{
background-color: #EDE090;
}
</style>
border-color css
<style>
span { border-color: #EDE090; }
span { border-color: rgb(237,224,144); }
td.TdClassName
{
border-color: #EDE090;
}
.TagClassName
{
border-color: #EDE090;
}
</style>