Shades of Khaki #EDDF8F
Tints of Khaki #EDDF8F
RGB
CMYK
RGB Variations
Color information
#EDDF8F (or 0xEDDF8F) is known color: Khaki. HEX triplet: ED, DF and 8F. RGB value is (237,223,143). Sum of RGB (Red+Green+Blue) = 237+223+143=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 143 (56.25% from 255 or 23.71% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF8F is #122070. Grayscale: #DADADA. Windows color (decimal): -1187953 or 9428973. OLE color: 9428973.
HSL color Cylindrical-coordinate representation of color #EDDF8F: hue angle of 51.06º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDDF8F is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 143 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.07 |
| HSL | 51.06º | 0.72% | 0.75% | - |
| HSV(B) | 51.06º | 0.4% | 0.93% | - |
| XYZ | 66.27 | 72.76 | 36.54 | - |
| YUV | 218.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 143 | 0 | 0.06 | 0.40 | 0.07 | 51.06 | 0.72 | 0.75 |
| Hex | ED | DF | 8F | 0 | 6 | 28 | 7 | 33 | 48 | 4B |
| Octal | 355 | 337 | 217 | 0 | 6 | 50 | 7 | 63 | 110 | 113 |
| Binary | 11101101 | 11011111 | 10001111 | 0 | 110 | 101000 | 111 | 110011 | 1001000 | 1001011 |
Color Harmonies of #EDDF8F
Complementary color
Monochromatic Colors of #EDDF8F
Black with #EDDF8F
Text Example
Text Example
White with #EDDF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF8F; }
p { color: rgb(237,223,143); }
H1.HeaderClassName
{
color: #EDDF8F;
}
.AnyTagClassName
{
color: #EDDF8F;
}
</style>
background-color css
<style>
a { background-color: #EDDF8F; }
a { background-color: rgb(237,223,143); }
div.DivClassName
{
background-color: #EDDF8F;
}
.BgClassName
{
background-color: #EDDF8F;
}
</style>
border-color css
<style>
span { border-color: #EDDF8F; }
span { border-color: rgb(237,223,143); }
td.TdClassName
{
border-color: #EDDF8F;
}
.TagClassName
{
border-color: #EDDF8F;
}
</style>