Shades of Khaki #EDE28E
Tints of Khaki #EDE28E
RGB
CMYK
RGB Variations
Color information
#EDE28E (or 0xEDE28E) is known color: Khaki. HEX triplet: ED, E2 and 8E. RGB value is (237,226,142). Sum of RGB (Red+Green+Blue) = 237+226+142=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 142 (55.86% from 255 or 23.47% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE28E is #121D71. Grayscale: #DCDCDC. Windows color (decimal): -1187186 or 9364205. OLE color: 9364205.
HSL color Cylindrical-coordinate representation of color #EDE28E: hue angle of 53.05º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDE28E is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 142 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.07 |
| HSL | 53.05º | 0.73% | 0.74% | - |
| HSV(B) | 53.05º | 0.4% | 0.93% | - |
| XYZ | 67 | 74.35 | 36.41 | - |
| YUV | 219.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 142 | 0 | 0.05 | 0.40 | 0.07 | 53.05 | 0.73 | 0.74 |
| Hex | ED | E2 | 8E | 0 | 5 | 28 | 7 | 35 | 49 | 4A |
| Octal | 355 | 342 | 216 | 0 | 5 | 50 | 7 | 65 | 111 | 112 |
| Binary | 11101101 | 11100010 | 10001110 | 0 | 101 | 101000 | 111 | 110101 | 1001001 | 1001010 |
Color Harmonies of #EDE28E
Complementary color
Monochromatic Colors of #EDE28E
Black with #EDE28E
Text Example
Text Example
White with #EDE28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE28E; }
p { color: rgb(237,226,142); }
H1.HeaderClassName
{
color: #EDE28E;
}
.AnyTagClassName
{
color: #EDE28E;
}
</style>
background-color css
<style>
a { background-color: #EDE28E; }
a { background-color: rgb(237,226,142); }
div.DivClassName
{
background-color: #EDE28E;
}
.BgClassName
{
background-color: #EDE28E;
}
</style>
border-color css
<style>
span { border-color: #EDE28E; }
span { border-color: rgb(237,226,142); }
td.TdClassName
{
border-color: #EDE28E;
}
.TagClassName
{
border-color: #EDE28E;
}
</style>