Shades of Khaki #EDE68C
Tints of Khaki #EDE68C
RGB
CMYK
RGB Variations
Color information
#EDE68C (or 0xEDE68C) is known color: Khaki. HEX triplet: ED, E6 and 8C. RGB value is (237,230,140). Sum of RGB (Red+Green+Blue) = 237+230+140=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE68C is #121973. Grayscale: #DEDEDE. Windows color (decimal): -1186164 or 9234157. OLE color: 9234157.
HSL color Cylindrical-coordinate representation of color #EDE68C: hue angle of 55.67º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDE68C is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 140 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.07 |
| HSL | 55.67º | 0.73% | 0.74% | - |
| HSV(B) | 55.67º | 0.41% | 0.93% | - |
| XYZ | 67.96 | 76.49 | 35.99 | - |
| YUV | 221.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 140 | 0 | 0.03 | 0.41 | 0.07 | 55.67 | 0.73 | 0.74 |
| Hex | ED | E6 | 8C | 0 | 3 | 29 | 7 | 38 | 49 | 4A |
| Octal | 355 | 346 | 214 | 0 | 3 | 51 | 7 | 70 | 111 | 112 |
| Binary | 11101101 | 11100110 | 10001100 | 0 | 11 | 101001 | 111 | 111000 | 1001001 | 1001010 |
Color Harmonies of #EDE68C
Complementary color
Monochromatic Colors of #EDE68C
Black with #EDE68C
Text Example
Text Example
White with #EDE68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE68C; }
p { color: rgb(237,230,140); }
H1.HeaderClassName
{
color: #EDE68C;
}
.AnyTagClassName
{
color: #EDE68C;
}
</style>
background-color css
<style>
a { background-color: #EDE68C; }
a { background-color: rgb(237,230,140); }
div.DivClassName
{
background-color: #EDE68C;
}
.BgClassName
{
background-color: #EDE68C;
}
</style>
border-color css
<style>
span { border-color: #EDE68C; }
span { border-color: rgb(237,230,140); }
td.TdClassName
{
border-color: #EDE68C;
}
.TagClassName
{
border-color: #EDE68C;
}
</style>