Shades of Khaki #EDED88
Tints of Khaki #EDED88
RGB
CMYK
RGB Variations
Color information
#EDED88 (or 0xEDED88) is known color: Khaki. HEX triplet: ED, ED and 88. RGB value is (237,237,136). Sum of RGB (Red+Green+Blue) = 237+237+136=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 136 (53.52% from 255 or 22.30% from 610); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED88 is #121277. Grayscale: #E1E1E1. Windows color (decimal): -1184376 or 8973805. OLE color: 8973805.
HSL color Cylindrical-coordinate representation of color #EDED88: hue angle of 60º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDED88 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 136 | - |
| CMYK | 0 | 0 | 0.43 | 0.07 |
| HSL | 60º | 0.74% | 0.73% | - |
| HSV(B) | 60º | 0.43% | 0.93% | - |
| XYZ | 69.65 | 80.35 | 35.13 | - |
| YUV | 225.49 | 77.5 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 136 | 0 | 0 | 0.43 | 0.07 | 60 | 0.74 | 0.73 |
| Hex | ED | ED | 88 | 0 | 0 | 2B | 7 | 3C | 4A | 49 |
| Octal | 355 | 355 | 210 | 0 | 0 | 53 | 7 | 74 | 112 | 111 |
| Binary | 11101101 | 11101101 | 10001000 | 0 | 0 | 101011 | 111 | 111100 | 1001010 | 1001001 |
Color Harmonies of #EDED88
Complementary color
Monochromatic Colors of #EDED88
Black with #EDED88
Text Example
Text Example
White with #EDED88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDED88; }
p { color: rgb(237,237,136); }
H1.HeaderClassName
{
color: #EDED88;
}
.AnyTagClassName
{
color: #EDED88;
}
</style>
background-color css
<style>
a { background-color: #EDED88; }
a { background-color: rgb(237,237,136); }
div.DivClassName
{
background-color: #EDED88;
}
.BgClassName
{
background-color: #EDED88;
}
</style>
border-color css
<style>
span { border-color: #EDED88; }
span { border-color: rgb(237,237,136); }
td.TdClassName
{
border-color: #EDED88;
}
.TagClassName
{
border-color: #EDED88;
}
</style>