Shades of Khaki #EDE688
Tints of Khaki #EDE688
RGB
CMYK
RGB Variations
Color information
#EDE688 (or 0xEDE688) is known color: Khaki. HEX triplet: ED, E6 and 88. RGB value is (237,230,136). Sum of RGB (Red+Green+Blue) = 237+230+136=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 136 (53.52% from 255 or 22.55% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE688 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE688 is #121977. Grayscale: #DDDDDD. Windows color (decimal): -1186168 or 8972013. OLE color: 8972013.
HSL color Cylindrical-coordinate representation of color #EDE688: hue angle of 55.84º 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 #EDE688 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 136 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.07 |
| HSL | 55.84º | 0.74% | 0.73% | - |
| HSV(B) | 55.84º | 0.43% | 0.93% | - |
| XYZ | 67.67 | 76.38 | 34.47 | - |
| YUV | 221.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 136 | 0 | 0.03 | 0.43 | 0.07 | 55.84 | 0.74 | 0.73 |
| Hex | ED | E6 | 88 | 0 | 3 | 2B | 7 | 38 | 4A | 49 |
| Octal | 355 | 346 | 210 | 0 | 3 | 53 | 7 | 70 | 112 | 111 |
| Binary | 11101101 | 11100110 | 10001000 | 0 | 11 | 101011 | 111 | 111000 | 1001010 | 1001001 |
Color Harmonies of #EDE688
Complementary color
Monochromatic Colors of #EDE688
Black with #EDE688
Text Example
Text Example
White with #EDE688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE688; }
p { color: rgb(237,230,136); }
H1.HeaderClassName
{
color: #EDE688;
}
.AnyTagClassName
{
color: #EDE688;
}
</style>
background-color css
<style>
a { background-color: #EDE688; }
a { background-color: rgb(237,230,136); }
div.DivClassName
{
background-color: #EDE688;
}
.BgClassName
{
background-color: #EDE688;
}
</style>
border-color css
<style>
span { border-color: #EDE688; }
span { border-color: rgb(237,230,136); }
td.TdClassName
{
border-color: #EDE688;
}
.TagClassName
{
border-color: #EDE688;
}
</style>