Shades of Khaki #EDDD90
Tints of Khaki #EDDD90
RGB
CMYK
RGB Variations
Color information
#EDDD90 (or 0xEDDD90) is known color: Khaki. HEX triplet: ED, DD and 90. RGB value is (237,221,144). Sum of RGB (Red+Green+Blue) = 237+221+144=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 144 (56.64% from 255 or 23.92% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD90 is #12226F. Grayscale: #D9D9D9. Windows color (decimal): -1188464 or 9493997. OLE color: 9493997.
HSL color Cylindrical-coordinate representation of color #EDDD90: hue angle of 49.68º 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 #EDDD90 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 144 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.07 |
| HSL | 49.68º | 0.72% | 0.75% | - |
| HSV(B) | 49.68º | 0.39% | 0.93% | - |
| XYZ | 65.82 | 71.73 | 36.76 | - |
| YUV | 217.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 144 | 0 | 0.07 | 0.39 | 0.07 | 49.68 | 0.72 | 0.75 |
| Hex | ED | DD | 90 | 0 | 7 | 27 | 7 | 32 | 48 | 4B |
| Octal | 355 | 335 | 220 | 0 | 7 | 47 | 7 | 62 | 110 | 113 |
| Binary | 11101101 | 11011101 | 10010000 | 0 | 111 | 100111 | 111 | 110010 | 1001000 | 1001011 |
Color Harmonies of #EDDD90
Complementary color
Monochromatic Colors of #EDDD90
Black with #EDDD90
Text Example
Text Example
White with #EDDD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD90; }
p { color: rgb(237,221,144); }
H1.HeaderClassName
{
color: #EDDD90;
}
.AnyTagClassName
{
color: #EDDD90;
}
</style>
background-color css
<style>
a { background-color: #EDDD90; }
a { background-color: rgb(237,221,144); }
div.DivClassName
{
background-color: #EDDD90;
}
.BgClassName
{
background-color: #EDDD90;
}
</style>
border-color css
<style>
span { border-color: #EDDD90; }
span { border-color: rgb(237,221,144); }
td.TdClassName
{
border-color: #EDDD90;
}
.TagClassName
{
border-color: #EDDD90;
}
</style>