Shades of Khaki #EDE58D
Tints of Khaki #EDE58D
RGB
CMYK
RGB Variations
Color information
#EDE58D (or 0xEDE58D) is known color: Khaki. HEX triplet: ED, E5 and 8D. RGB value is (237,229,141). Sum of RGB (Red+Green+Blue) = 237+229+141=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE58D is #121A72. Grayscale: #DDDDDD. Windows color (decimal): -1186419 or 9299437. OLE color: 9299437.
HSL color Cylindrical-coordinate representation of color #EDE58D: hue angle of 55º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDE58D is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 141 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.07 |
| HSL | 55º | 0.73% | 0.74% | - |
| HSV(B) | 55º | 0.41% | 0.93% | - |
| XYZ | 67.75 | 75.97 | 36.29 | - |
| YUV | 221.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 141 | 0 | 0.03 | 0.41 | 0.07 | 55 | 0.73 | 0.74 |
| Hex | ED | E5 | 8D | 0 | 3 | 29 | 7 | 37 | 49 | 4A |
| Octal | 355 | 345 | 215 | 0 | 3 | 51 | 7 | 67 | 111 | 112 |
| Binary | 11101101 | 11100101 | 10001101 | 0 | 11 | 101001 | 111 | 110111 | 1001001 | 1001010 |
Color Harmonies of #EDE58D
Complementary color
Monochromatic Colors of #EDE58D
Black with #EDE58D
Text Example
Text Example
White with #EDE58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE58D; }
p { color: rgb(237,229,141); }
H1.HeaderClassName
{
color: #EDE58D;
}
.AnyTagClassName
{
color: #EDE58D;
}
</style>
background-color css
<style>
a { background-color: #EDE58D; }
a { background-color: rgb(237,229,141); }
div.DivClassName
{
background-color: #EDE58D;
}
.BgClassName
{
background-color: #EDE58D;
}
</style>
border-color css
<style>
span { border-color: #EDE58D; }
span { border-color: rgb(237,229,141); }
td.TdClassName
{
border-color: #EDE58D;
}
.TagClassName
{
border-color: #EDE58D;
}
</style>