Shades of Khaki #EDDC91
Tints of Khaki #EDDC91
RGB
CMYK
RGB Variations
Color information
#EDDC91 (or 0xEDDC91) is known color: Khaki. HEX triplet: ED, DC and 91. RGB value is (237,220,145). Sum of RGB (Red+Green+Blue) = 237+220+145=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 145 (57.03% from 255 or 24.09% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC91 is #12236E. Grayscale: #D8D8D8. Windows color (decimal): -1188719 or 9559277. OLE color: 9559277.
HSL color Cylindrical-coordinate representation of color #EDDC91: hue angle of 48.91º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDDC91 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 145 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.07 |
| HSL | 48.91º | 0.72% | 0.75% | - |
| HSV(B) | 48.91º | 0.39% | 0.93% | - |
| XYZ | 65.63 | 71.24 | 37.08 | - |
| YUV | 216.53 | 87.63 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 145 | 0 | 0.07 | 0.39 | 0.07 | 48.91 | 0.72 | 0.75 |
| Hex | ED | DC | 91 | 0 | 7 | 27 | 7 | 31 | 48 | 4B |
| Octal | 355 | 334 | 221 | 0 | 7 | 47 | 7 | 61 | 110 | 113 |
| Binary | 11101101 | 11011100 | 10010001 | 0 | 111 | 100111 | 111 | 110001 | 1001000 | 1001011 |
Color Harmonies of #EDDC91
Complementary color
Monochromatic Colors of #EDDC91
Black with #EDDC91
Text Example
Text Example
White with #EDDC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC91; }
p { color: rgb(237,220,145); }
H1.HeaderClassName
{
color: #EDDC91;
}
.AnyTagClassName
{
color: #EDDC91;
}
</style>
background-color css
<style>
a { background-color: #EDDC91; }
a { background-color: rgb(237,220,145); }
div.DivClassName
{
background-color: #EDDC91;
}
.BgClassName
{
background-color: #EDDC91;
}
</style>
border-color css
<style>
span { border-color: #EDDC91; }
span { border-color: rgb(237,220,145); }
td.TdClassName
{
border-color: #EDDC91;
}
.TagClassName
{
border-color: #EDDC91;
}
</style>