Shades of Khaki #EDE886
Tints of Khaki #EDE886
RGB
CMYK
RGB Variations
Color information
#EDE886 (or 0xEDE886) is known color: Khaki. HEX triplet: ED, E8 and 86. RGB value is (237,232,134). Sum of RGB (Red+Green+Blue) = 237+232+134=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 134 (52.73% from 255 or 22.22% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE886 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE886 is #121779. Grayscale: #DEDEDE. Windows color (decimal): -1185658 or 8841453. OLE color: 8841453.
HSL color Cylindrical-coordinate representation of color #EDE886: hue angle of 57.09º 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 #EDE886 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 134 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.07 |
| HSL | 57.09º | 0.74% | 0.73% | - |
| HSV(B) | 57.09º | 0.43% | 0.93% | - |
| XYZ | 68.08 | 77.44 | 33.91 | - |
| YUV | 222.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 134 | 0 | 0.02 | 0.43 | 0.07 | 57.09 | 0.74 | 0.73 |
| Hex | ED | E8 | 86 | 0 | 2 | 2B | 7 | 39 | 4A | 49 |
| Octal | 355 | 350 | 206 | 0 | 2 | 53 | 7 | 71 | 112 | 111 |
| Binary | 11101101 | 11101000 | 10000110 | 0 | 10 | 101011 | 111 | 111001 | 1001010 | 1001001 |
Color Harmonies of #EDE886
Complementary color
Monochromatic Colors of #EDE886
Black with #EDE886
Text Example
Text Example
White with #EDE886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE886; }
p { color: rgb(237,232,134); }
H1.HeaderClassName
{
color: #EDE886;
}
.AnyTagClassName
{
color: #EDE886;
}
</style>
background-color css
<style>
a { background-color: #EDE886; }
a { background-color: rgb(237,232,134); }
div.DivClassName
{
background-color: #EDE886;
}
.BgClassName
{
background-color: #EDE886;
}
</style>
border-color css
<style>
span { border-color: #EDE886; }
span { border-color: rgb(237,232,134); }
td.TdClassName
{
border-color: #EDE886;
}
.TagClassName
{
border-color: #EDE886;
}
</style>