Shades of Khaki #EDDD92
Tints of Khaki #EDDD92
RGB
CMYK
RGB Variations
Color information
#EDDD92 (or 0xEDDD92) is known color: Khaki. HEX triplet: ED, DD and 92. RGB value is (237,221,146). Sum of RGB (Red+Green+Blue) = 237+221+146=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 146 (57.42% from 255 or 24.17% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD92 is #12226D. Grayscale: #D9D9D9. Windows color (decimal): -1188462 or 9625069. OLE color: 9625069.
HSL color Cylindrical-coordinate representation of color #EDDD92: hue angle of 49.45º 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 #EDDD92 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 146 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.07 |
| HSL | 49.45º | 0.72% | 0.75% | - |
| HSV(B) | 49.45º | 0.38% | 0.93% | - |
| XYZ | 65.97 | 71.79 | 37.57 | - |
| YUV | 217.23 | 87.8 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 146 | 0 | 0.07 | 0.38 | 0.07 | 49.45 | 0.72 | 0.75 |
| Hex | ED | DD | 92 | 0 | 7 | 26 | 7 | 31 | 48 | 4B |
| Octal | 355 | 335 | 222 | 0 | 7 | 46 | 7 | 61 | 110 | 113 |
| Binary | 11101101 | 11011101 | 10010010 | 0 | 111 | 100110 | 111 | 110001 | 1001000 | 1001011 |
Color Harmonies of #EDDD92
Complementary color
Monochromatic Colors of #EDDD92
Black with #EDDD92
Text Example
Text Example
White with #EDDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD92; }
p { color: rgb(237,221,146); }
H1.HeaderClassName
{
color: #EDDD92;
}
.AnyTagClassName
{
color: #EDDD92;
}
</style>
background-color css
<style>
a { background-color: #EDDD92; }
a { background-color: rgb(237,221,146); }
div.DivClassName
{
background-color: #EDDD92;
}
.BgClassName
{
background-color: #EDDD92;
}
</style>
border-color css
<style>
span { border-color: #EDDD92; }
span { border-color: rgb(237,221,146); }
td.TdClassName
{
border-color: #EDDD92;
}
.TagClassName
{
border-color: #EDDD92;
}
</style>