Shades of Khaki #EDE88C
Tints of Khaki #EDE88C
RGB
CMYK
RGB Variations
Color information
#EDE88C (or 0xEDE88C) is known color: Khaki. HEX triplet: ED, E8 and 8C. RGB value is (237,232,140). Sum of RGB (Red+Green+Blue) = 237+232+140=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 140 (55.08% from 255 or 22.99% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE88C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE88C is #121773. Grayscale: #DFDFDF. Windows color (decimal): -1185652 or 9234669. OLE color: 9234669.
HSL color Cylindrical-coordinate representation of color #EDE88C: hue angle of 56.91º 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 #EDE88C is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 140 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.07 |
| HSL | 56.91º | 0.73% | 0.74% | - |
| HSV(B) | 56.91º | 0.41% | 0.93% | - |
| XYZ | 68.52 | 77.61 | 36.18 | - |
| YUV | 223.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 140 | 0 | 0.02 | 0.41 | 0.07 | 56.91 | 0.73 | 0.74 |
| Hex | ED | E8 | 8C | 0 | 2 | 29 | 7 | 39 | 49 | 4A |
| Octal | 355 | 350 | 214 | 0 | 2 | 51 | 7 | 71 | 111 | 112 |
| Binary | 11101101 | 11101000 | 10001100 | 0 | 10 | 101001 | 111 | 111001 | 1001001 | 1001010 |
Color Harmonies of #EDE88C
Complementary color
Monochromatic Colors of #EDE88C
Black with #EDE88C
Text Example
Text Example
White with #EDE88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE88C; }
p { color: rgb(237,232,140); }
H1.HeaderClassName
{
color: #EDE88C;
}
.AnyTagClassName
{
color: #EDE88C;
}
</style>
background-color css
<style>
a { background-color: #EDE88C; }
a { background-color: rgb(237,232,140); }
div.DivClassName
{
background-color: #EDE88C;
}
.BgClassName
{
background-color: #EDE88C;
}
</style>
border-color css
<style>
span { border-color: #EDE88C; }
span { border-color: rgb(237,232,140); }
td.TdClassName
{
border-color: #EDE88C;
}
.TagClassName
{
border-color: #EDE88C;
}
</style>