Shades of Khaki #EDE892
Tints of Khaki #EDE892
RGB
CMYK
RGB Variations
Color information
#EDE892 (or 0xEDE892) is known color: Khaki. HEX triplet: ED, E8 and 92. RGB value is (237,232,146). Sum of RGB (Red+Green+Blue) = 237+232+146=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 146 (57.42% from 255 or 23.74% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE892 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE892 is #12176D. Grayscale: #E0E0E0. Windows color (decimal): -1185646 or 9627885. OLE color: 9627885.
HSL color Cylindrical-coordinate representation of color #EDE892: hue angle of 56.7º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDE892 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 146 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.07 |
| HSL | 56.7º | 0.72% | 0.75% | - |
| HSV(B) | 56.7º | 0.38% | 0.93% | - |
| XYZ | 68.97 | 77.79 | 38.57 | - |
| YUV | 223.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 146 | 0 | 0.02 | 0.38 | 0.07 | 56.7 | 0.72 | 0.75 |
| Hex | ED | E8 | 92 | 0 | 2 | 26 | 7 | 39 | 48 | 4B |
| Octal | 355 | 350 | 222 | 0 | 2 | 46 | 7 | 71 | 110 | 113 |
| Binary | 11101101 | 11101000 | 10010010 | 0 | 10 | 100110 | 111 | 111001 | 1001000 | 1001011 |
Color Harmonies of #EDE892
Complementary color
Monochromatic Colors of #EDE892
Black with #EDE892
Text Example
Text Example
White with #EDE892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE892; }
p { color: rgb(237,232,146); }
H1.HeaderClassName
{
color: #EDE892;
}
.AnyTagClassName
{
color: #EDE892;
}
</style>
background-color css
<style>
a { background-color: #EDE892; }
a { background-color: rgb(237,232,146); }
div.DivClassName
{
background-color: #EDE892;
}
.BgClassName
{
background-color: #EDE892;
}
</style>
border-color css
<style>
span { border-color: #EDE892; }
span { border-color: rgb(237,232,146); }
td.TdClassName
{
border-color: #EDE892;
}
.TagClassName
{
border-color: #EDE892;
}
</style>