Shades of Khaki #EDE58F
Tints of Khaki #EDE58F
RGB
CMYK
RGB Variations
Color information
#EDE58F (or 0xEDE58F) is known color: Khaki. HEX triplet: ED, E5 and 8F. RGB value is (237,229,143). Sum of RGB (Red+Green+Blue) = 237+229+143=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 143 (56.25% from 255 or 23.48% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE58F is #121A70. Grayscale: #DDDDDD. Windows color (decimal): -1186417 or 9430509. OLE color: 9430509.
HSL color Cylindrical-coordinate representation of color #EDE58F: hue angle of 54.89º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDE58F is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 143 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.07 |
| HSL | 54.89º | 0.72% | 0.75% | - |
| HSV(B) | 54.89º | 0.4% | 0.93% | - |
| XYZ | 67.9 | 76.03 | 37.08 | - |
| YUV | 221.59 | 83.65 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 143 | 0 | 0.03 | 0.40 | 0.07 | 54.89 | 0.72 | 0.75 |
| Hex | ED | E5 | 8F | 0 | 3 | 28 | 7 | 37 | 48 | 4B |
| Octal | 355 | 345 | 217 | 0 | 3 | 50 | 7 | 67 | 110 | 113 |
| Binary | 11101101 | 11100101 | 10001111 | 0 | 11 | 101000 | 111 | 110111 | 1001000 | 1001011 |
Color Harmonies of #EDE58F
Complementary color
Monochromatic Colors of #EDE58F
Black with #EDE58F
Text Example
Text Example
White with #EDE58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE58F; }
p { color: rgb(237,229,143); }
H1.HeaderClassName
{
color: #EDE58F;
}
.AnyTagClassName
{
color: #EDE58F;
}
</style>
background-color css
<style>
a { background-color: #EDE58F; }
a { background-color: rgb(237,229,143); }
div.DivClassName
{
background-color: #EDE58F;
}
.BgClassName
{
background-color: #EDE58F;
}
</style>
border-color css
<style>
span { border-color: #EDE58F; }
span { border-color: rgb(237,229,143); }
td.TdClassName
{
border-color: #EDE58F;
}
.TagClassName
{
border-color: #EDE58F;
}
</style>