Shades of Khaki #EDE693
Tints of Khaki #EDE693
RGB
CMYK
RGB Variations
Color information
#EDE693 (or 0xEDE693) is known color: Khaki. HEX triplet: ED, E6 and 93. RGB value is (237,230,147). Sum of RGB (Red+Green+Blue) = 237+230+147=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 147 (57.81% from 255 or 23.94% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE693 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE693 is #12196C. Grayscale: #DEDEDE. Windows color (decimal): -1186157 or 9692909. OLE color: 9692909.
HSL color Cylindrical-coordinate representation of color #EDE693: hue angle of 55.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDE693 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 147 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.07 |
| HSL | 55.33º | 0.71% | 0.75% | - |
| HSV(B) | 55.33º | 0.38% | 0.93% | - |
| XYZ | 68.49 | 76.7 | 38.8 | - |
| YUV | 222.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 147 | 0 | 0.03 | 0.38 | 0.07 | 55.33 | 0.71 | 0.75 |
| Hex | ED | E6 | 93 | 0 | 3 | 26 | 7 | 37 | 47 | 4B |
| Octal | 355 | 346 | 223 | 0 | 3 | 46 | 7 | 67 | 107 | 113 |
| Binary | 11101101 | 11100110 | 10010011 | 0 | 11 | 100110 | 111 | 110111 | 1000111 | 1001011 |
Color Harmonies of #EDE693
Complementary color
Monochromatic Colors of #EDE693
Black with #EDE693
Text Example
Text Example
White with #EDE693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE693; }
p { color: rgb(237,230,147); }
H1.HeaderClassName
{
color: #EDE693;
}
.AnyTagClassName
{
color: #EDE693;
}
</style>
background-color css
<style>
a { background-color: #EDE693; }
a { background-color: rgb(237,230,147); }
div.DivClassName
{
background-color: #EDE693;
}
.BgClassName
{
background-color: #EDE693;
}
</style>
border-color css
<style>
span { border-color: #EDE693; }
span { border-color: rgb(237,230,147); }
td.TdClassName
{
border-color: #EDE693;
}
.TagClassName
{
border-color: #EDE693;
}
</style>