Shades of Khaki #EDE192
Tints of Khaki #EDE192
RGB
CMYK
RGB Variations
Color information
#EDE192 (or 0xEDE192) is known color: Khaki. HEX triplet: ED, E1 and 92. RGB value is (237,225,146). Sum of RGB (Red+Green+Blue) = 237+225+146=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 146 (57.42% from 255 or 24.01% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE192 is #121E6D. Grayscale: #DBDBDB. Windows color (decimal): -1187438 or 9626093. OLE color: 9626093.
HSL color Cylindrical-coordinate representation of color #EDE192: hue angle of 52.09º 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 #EDE192 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 146 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.07 |
| HSL | 52.09º | 0.72% | 0.75% | - |
| HSV(B) | 52.09º | 0.38% | 0.93% | - |
| XYZ | 67.04 | 73.93 | 37.93 | - |
| YUV | 219.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 146 | 0 | 0.05 | 0.38 | 0.07 | 52.09 | 0.72 | 0.75 |
| Hex | ED | E1 | 92 | 0 | 5 | 26 | 7 | 34 | 48 | 4B |
| Octal | 355 | 341 | 222 | 0 | 5 | 46 | 7 | 64 | 110 | 113 |
| Binary | 11101101 | 11100001 | 10010010 | 0 | 101 | 100110 | 111 | 110100 | 1001000 | 1001011 |
Color Harmonies of #EDE192
Complementary color
Monochromatic Colors of #EDE192
Black with #EDE192
Text Example
Text Example
White with #EDE192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE192; }
p { color: rgb(237,225,146); }
H1.HeaderClassName
{
color: #EDE192;
}
.AnyTagClassName
{
color: #EDE192;
}
</style>
background-color css
<style>
a { background-color: #EDE192; }
a { background-color: rgb(237,225,146); }
div.DivClassName
{
background-color: #EDE192;
}
.BgClassName
{
background-color: #EDE192;
}
</style>
border-color css
<style>
span { border-color: #EDE192; }
span { border-color: rgb(237,225,146); }
td.TdClassName
{
border-color: #EDE192;
}
.TagClassName
{
border-color: #EDE192;
}
</style>