Shades of Khaki #EDE18F
Tints of Khaki #EDE18F
RGB
CMYK
RGB Variations
Color information
#EDE18F (or 0xEDE18F) is known color: Khaki. HEX triplet: ED, E1 and 8F. RGB value is (237,225,143). Sum of RGB (Red+Green+Blue) = 237+225+143=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 143 (56.25% from 255 or 23.64% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE18F is #121E70. Grayscale: #DBDBDB. Windows color (decimal): -1187441 or 9429485. OLE color: 9429485.
HSL color Cylindrical-coordinate representation of color #EDE18F: hue angle of 52.34º 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 #EDE18F is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 143 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.07 |
| HSL | 52.34º | 0.72% | 0.75% | - |
| HSV(B) | 52.34º | 0.4% | 0.93% | - |
| XYZ | 66.81 | 73.84 | 36.72 | - |
| YUV | 219.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 143 | 0 | 0.05 | 0.40 | 0.07 | 52.34 | 0.72 | 0.75 |
| Hex | ED | E1 | 8F | 0 | 5 | 28 | 7 | 34 | 48 | 4B |
| Octal | 355 | 341 | 217 | 0 | 5 | 50 | 7 | 64 | 110 | 113 |
| Binary | 11101101 | 11100001 | 10001111 | 0 | 101 | 101000 | 111 | 110100 | 1001000 | 1001011 |
Color Harmonies of #EDE18F
Complementary color
Monochromatic Colors of #EDE18F
Black with #EDE18F
Text Example
Text Example
White with #EDE18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE18F; }
p { color: rgb(237,225,143); }
H1.HeaderClassName
{
color: #EDE18F;
}
.AnyTagClassName
{
color: #EDE18F;
}
</style>
background-color css
<style>
a { background-color: #EDE18F; }
a { background-color: rgb(237,225,143); }
div.DivClassName
{
background-color: #EDE18F;
}
.BgClassName
{
background-color: #EDE18F;
}
</style>
border-color css
<style>
span { border-color: #EDE18F; }
span { border-color: rgb(237,225,143); }
td.TdClassName
{
border-color: #EDE18F;
}
.TagClassName
{
border-color: #EDE18F;
}
</style>