Shades of Khaki #EDE788
Tints of Khaki #EDE788
RGB
CMYK
RGB Variations
Color information
#EDE788 (or 0xEDE788) is known color: Khaki. HEX triplet: ED, E7 and 88. RGB value is (237,231,136). Sum of RGB (Red+Green+Blue) = 237+231+136=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 136 (53.52% from 255 or 22.52% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE788 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE788 is #121877. Grayscale: #DEDEDE. Windows color (decimal): -1185912 or 8972269. OLE color: 8972269.
HSL color Cylindrical-coordinate representation of color #EDE788: hue angle of 56.44º 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 #EDE788 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 136 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.07 |
| HSL | 56.44º | 0.74% | 0.73% | - |
| HSV(B) | 56.44º | 0.43% | 0.93% | - |
| XYZ | 67.94 | 76.93 | 34.56 | - |
| YUV | 221.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 136 | 0 | 0.03 | 0.43 | 0.07 | 56.44 | 0.74 | 0.73 |
| Hex | ED | E7 | 88 | 0 | 3 | 2B | 7 | 38 | 4A | 49 |
| Octal | 355 | 347 | 210 | 0 | 3 | 53 | 7 | 70 | 112 | 111 |
| Binary | 11101101 | 11100111 | 10001000 | 0 | 11 | 101011 | 111 | 111000 | 1001010 | 1001001 |
Color Harmonies of #EDE788
Complementary color
Monochromatic Colors of #EDE788
Black with #EDE788
Text Example
Text Example
White with #EDE788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE788; }
p { color: rgb(237,231,136); }
H1.HeaderClassName
{
color: #EDE788;
}
.AnyTagClassName
{
color: #EDE788;
}
</style>
background-color css
<style>
a { background-color: #EDE788; }
a { background-color: rgb(237,231,136); }
div.DivClassName
{
background-color: #EDE788;
}
.BgClassName
{
background-color: #EDE788;
}
</style>
border-color css
<style>
span { border-color: #EDE788; }
span { border-color: rgb(237,231,136); }
td.TdClassName
{
border-color: #EDE788;
}
.TagClassName
{
border-color: #EDE788;
}
</style>