Shades of Khaki #EDE28D
Tints of Khaki #EDE28D
RGB
CMYK
RGB Variations
Color information
#EDE28D (or 0xEDE28D) is known color: Khaki. HEX triplet: ED, E2 and 8D. RGB value is (237,226,141). Sum of RGB (Red+Green+Blue) = 237+226+141=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE28D is #121D72. Grayscale: #DBDBDB. Windows color (decimal): -1187187 or 9298669. OLE color: 9298669.
HSL color Cylindrical-coordinate representation of color #EDE28D: hue angle of 53.12º 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 #EDE28D is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 141 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.07 |
| HSL | 53.13º | 0.73% | 0.74% | - |
| HSV(B) | 53.13º | 0.41% | 0.93% | - |
| XYZ | 66.93 | 74.32 | 36.02 | - |
| YUV | 219.6 | 83.64 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 141 | 0 | 0.05 | 0.41 | 0.07 | 53.13 | 0.73 | 0.74 |
| Hex | ED | E2 | 8D | 0 | 5 | 29 | 7 | 35 | 49 | 4A |
| Octal | 355 | 342 | 215 | 0 | 5 | 51 | 7 | 65 | 111 | 112 |
| Binary | 11101101 | 11100010 | 10001101 | 0 | 101 | 101001 | 111 | 110101 | 1001001 | 1001010 |
Color Harmonies of #EDE28D
Complementary color
Monochromatic Colors of #EDE28D
Black with #EDE28D
Text Example
Text Example
White with #EDE28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE28D; }
p { color: rgb(237,226,141); }
H1.HeaderClassName
{
color: #EDE28D;
}
.AnyTagClassName
{
color: #EDE28D;
}
</style>
background-color css
<style>
a { background-color: #EDE28D; }
a { background-color: rgb(237,226,141); }
div.DivClassName
{
background-color: #EDE28D;
}
.BgClassName
{
background-color: #EDE28D;
}
</style>
border-color css
<style>
span { border-color: #EDE28D; }
span { border-color: rgb(237,226,141); }
td.TdClassName
{
border-color: #EDE28D;
}
.TagClassName
{
border-color: #EDE28D;
}
</style>