Shades of Khaki #EDE48D
Tints of Khaki #EDE48D
RGB
CMYK
RGB Variations
Color information
#EDE48D (or 0xEDE48D) is known color: Khaki. HEX triplet: ED, E4 and 8D. RGB value is (237,228,141). Sum of RGB (Red+Green+Blue) = 237+228+141=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 141 (55.47% from 255 or 23.27% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE48D is #121B72. Grayscale: #DDDDDD. Windows color (decimal): -1186675 or 9299181. OLE color: 9299181.
HSL color Cylindrical-coordinate representation of color #EDE48D: hue angle of 54.38º 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 #EDE48D is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 141 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.07 |
| HSL | 54.38º | 0.73% | 0.74% | - |
| HSV(B) | 54.38º | 0.41% | 0.93% | - |
| XYZ | 67.48 | 75.41 | 36.2 | - |
| YUV | 220.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 141 | 0 | 0.04 | 0.41 | 0.07 | 54.38 | 0.73 | 0.74 |
| Hex | ED | E4 | 8D | 0 | 4 | 29 | 7 | 36 | 49 | 4A |
| Octal | 355 | 344 | 215 | 0 | 4 | 51 | 7 | 66 | 111 | 112 |
| Binary | 11101101 | 11100100 | 10001101 | 0 | 100 | 101001 | 111 | 110110 | 1001001 | 1001010 |
Color Harmonies of #EDE48D
Complementary color
Monochromatic Colors of #EDE48D
Black with #EDE48D
Text Example
Text Example
White with #EDE48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE48D; }
p { color: rgb(237,228,141); }
H1.HeaderClassName
{
color: #EDE48D;
}
.AnyTagClassName
{
color: #EDE48D;
}
</style>
background-color css
<style>
a { background-color: #EDE48D; }
a { background-color: rgb(237,228,141); }
div.DivClassName
{
background-color: #EDE48D;
}
.BgClassName
{
background-color: #EDE48D;
}
</style>
border-color css
<style>
span { border-color: #EDE48D; }
span { border-color: rgb(237,228,141); }
td.TdClassName
{
border-color: #EDE48D;
}
.TagClassName
{
border-color: #EDE48D;
}
</style>