Shades of Khaki #EDDF90
Tints of Khaki #EDDF90
RGB
CMYK
RGB Variations
Color information
#EDDF90 (or 0xEDDF90) is known color: Khaki. HEX triplet: ED, DF and 90. RGB value is (237,223,144). Sum of RGB (Red+Green+Blue) = 237+223+144=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 144 (56.64% from 255 or 23.84% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF90 is #12206F. Grayscale: #DADADA. Windows color (decimal): -1187952 or 9494509. OLE color: 9494509.
HSL color Cylindrical-coordinate representation of color #EDDF90: hue angle of 50.97º 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 #EDDF90 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 144 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.07 |
| HSL | 50.97º | 0.72% | 0.75% | - |
| HSV(B) | 50.97º | 0.39% | 0.93% | - |
| XYZ | 66.35 | 72.79 | 36.94 | - |
| YUV | 218.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 144 | 0 | 0.06 | 0.39 | 0.07 | 50.97 | 0.72 | 0.75 |
| Hex | ED | DF | 90 | 0 | 6 | 27 | 7 | 33 | 48 | 4B |
| Octal | 355 | 337 | 220 | 0 | 6 | 47 | 7 | 63 | 110 | 113 |
| Binary | 11101101 | 11011111 | 10010000 | 0 | 110 | 100111 | 111 | 110011 | 1001000 | 1001011 |
Color Harmonies of #EDDF90
Complementary color
Monochromatic Colors of #EDDF90
Black with #EDDF90
Text Example
Text Example
White with #EDDF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF90; }
p { color: rgb(237,223,144); }
H1.HeaderClassName
{
color: #EDDF90;
}
.AnyTagClassName
{
color: #EDDF90;
}
</style>
background-color css
<style>
a { background-color: #EDDF90; }
a { background-color: rgb(237,223,144); }
div.DivClassName
{
background-color: #EDDF90;
}
.BgClassName
{
background-color: #EDDF90;
}
</style>
border-color css
<style>
span { border-color: #EDDF90; }
span { border-color: rgb(237,223,144); }
td.TdClassName
{
border-color: #EDDF90;
}
.TagClassName
{
border-color: #EDDF90;
}
</style>