Shades of Khaki #EDE68F
Tints of Khaki #EDE68F
RGB
CMYK
RGB Variations
Color information
#EDE68F (or 0xEDE68F) is known color: Khaki. HEX triplet: ED, E6 and 8F. RGB value is (237,230,143). Sum of RGB (Red+Green+Blue) = 237+230+143=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 143 (56.25% from 255 or 23.44% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE68F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE68F is #121970. Grayscale: #DEDEDE. Windows color (decimal): -1186161 or 9430765. OLE color: 9430765.
HSL color Cylindrical-coordinate representation of color #EDE68F: hue angle of 55.53º 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 #EDE68F is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 143 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.07 |
| HSL | 55.53º | 0.72% | 0.75% | - |
| HSV(B) | 55.53º | 0.4% | 0.93% | - |
| XYZ | 68.18 | 76.58 | 37.17 | - |
| YUV | 222.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 143 | 0 | 0.03 | 0.40 | 0.07 | 55.53 | 0.72 | 0.75 |
| Hex | ED | E6 | 8F | 0 | 3 | 28 | 7 | 38 | 48 | 4B |
| Octal | 355 | 346 | 217 | 0 | 3 | 50 | 7 | 70 | 110 | 113 |
| Binary | 11101101 | 11100110 | 10001111 | 0 | 11 | 101000 | 111 | 111000 | 1001000 | 1001011 |
Color Harmonies of #EDE68F
Complementary color
Monochromatic Colors of #EDE68F
Black with #EDE68F
Text Example
Text Example
White with #EDE68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE68F; }
p { color: rgb(237,230,143); }
H1.HeaderClassName
{
color: #EDE68F;
}
.AnyTagClassName
{
color: #EDE68F;
}
</style>
background-color css
<style>
a { background-color: #EDE68F; }
a { background-color: rgb(237,230,143); }
div.DivClassName
{
background-color: #EDE68F;
}
.BgClassName
{
background-color: #EDE68F;
}
</style>
border-color css
<style>
span { border-color: #EDE68F; }
span { border-color: rgb(237,230,143); }
td.TdClassName
{
border-color: #EDE68F;
}
.TagClassName
{
border-color: #EDE68F;
}
</style>