Shades of Khaki #EDE08A
Tints of Khaki #EDE08A
RGB
CMYK
RGB Variations
Color information
#EDE08A (or 0xEDE08A) is known color: Khaki. HEX triplet: ED, E0 and 8A. RGB value is (237,224,138). Sum of RGB (Red+Green+Blue) = 237+224+138=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE08A is #121F75. Grayscale: #DADADA. Windows color (decimal): -1187702 or 9101549. OLE color: 9101549.
HSL color Cylindrical-coordinate representation of color #EDE08A: hue angle of 52.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDE08A is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 138 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.07 |
| HSL | 52.12º | 0.73% | 0.74% | - |
| HSV(B) | 52.12º | 0.42% | 0.93% | - |
| XYZ | 66.17 | 73.15 | 34.68 | - |
| YUV | 218.08 | 82.81 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 138 | 0 | 0.05 | 0.42 | 0.07 | 52.12 | 0.73 | 0.74 |
| Hex | ED | E0 | 8A | 0 | 5 | 2A | 7 | 34 | 49 | 4A |
| Octal | 355 | 340 | 212 | 0 | 5 | 52 | 7 | 64 | 111 | 112 |
| Binary | 11101101 | 11100000 | 10001010 | 0 | 101 | 101010 | 111 | 110100 | 1001001 | 1001010 |
Color Harmonies of #EDE08A
Complementary color
Monochromatic Colors of #EDE08A
Black with #EDE08A
Text Example
Text Example
White with #EDE08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE08A; }
p { color: rgb(237,224,138); }
H1.HeaderClassName
{
color: #EDE08A;
}
.AnyTagClassName
{
color: #EDE08A;
}
</style>
background-color css
<style>
a { background-color: #EDE08A; }
a { background-color: rgb(237,224,138); }
div.DivClassName
{
background-color: #EDE08A;
}
.BgClassName
{
background-color: #EDE08A;
}
</style>
border-color css
<style>
span { border-color: #EDE08A; }
span { border-color: rgb(237,224,138); }
td.TdClassName
{
border-color: #EDE08A;
}
.TagClassName
{
border-color: #EDE08A;
}
</style>