Shades of Khaki #EDE48B
Tints of Khaki #EDE48B
RGB
CMYK
RGB Variations
Color information
#EDE48B (or 0xEDE48B) is known color: Khaki. HEX triplet: ED, E4 and 8B. RGB value is (237,228,139). Sum of RGB (Red+Green+Blue) = 237+228+139=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 139 (54.69% from 255 or 23.01% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE48B is #121B74. Grayscale: #DCDCDC. Windows color (decimal): -1186677 or 9168109. OLE color: 9168109.
HSL color Cylindrical-coordinate representation of color #EDE48B: hue angle of 54.49º 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 #EDE48B is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 139 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.07 |
| HSL | 54.49º | 0.73% | 0.74% | - |
| HSV(B) | 54.49º | 0.41% | 0.93% | - |
| XYZ | 67.33 | 75.36 | 35.42 | - |
| YUV | 220.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 139 | 0 | 0.04 | 0.41 | 0.07 | 54.49 | 0.73 | 0.74 |
| Hex | ED | E4 | 8B | 0 | 4 | 29 | 7 | 36 | 49 | 4A |
| Octal | 355 | 344 | 213 | 0 | 4 | 51 | 7 | 66 | 111 | 112 |
| Binary | 11101101 | 11100100 | 10001011 | 0 | 100 | 101001 | 111 | 110110 | 1001001 | 1001010 |
Color Harmonies of #EDE48B
Complementary color
Monochromatic Colors of #EDE48B
Black with #EDE48B
Text Example
Text Example
White with #EDE48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE48B; }
p { color: rgb(237,228,139); }
H1.HeaderClassName
{
color: #EDE48B;
}
.AnyTagClassName
{
color: #EDE48B;
}
</style>
background-color css
<style>
a { background-color: #EDE48B; }
a { background-color: rgb(237,228,139); }
div.DivClassName
{
background-color: #EDE48B;
}
.BgClassName
{
background-color: #EDE48B;
}
</style>
border-color css
<style>
span { border-color: #EDE48B; }
span { border-color: rgb(237,228,139); }
td.TdClassName
{
border-color: #EDE48B;
}
.TagClassName
{
border-color: #EDE48B;
}
</style>