Shades of Khaki #EDE094
Tints of Khaki #EDE094
RGB
CMYK
RGB Variations
Color information
#EDE094 (or 0xEDE094) is known color: Khaki. HEX triplet: ED, E0 and 94. RGB value is (237,224,148). Sum of RGB (Red+Green+Blue) = 237+224+148=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 148 (58.20% from 255 or 24.30% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE094 is #121F6B. Grayscale: #DBDBDB. Windows color (decimal): -1187692 or 9756909. OLE color: 9756909.
HSL color Cylindrical-coordinate representation of color #EDE094: hue angle of 51.24º 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 #EDE094 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 148 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.07 |
| HSL | 51.24º | 0.71% | 0.75% | - |
| HSV(B) | 51.24º | 0.38% | 0.93% | - |
| XYZ | 66.93 | 73.45 | 38.67 | - |
| YUV | 219.22 | 87.81 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 148 | 0 | 0.05 | 0.38 | 0.07 | 51.24 | 0.71 | 0.75 |
| Hex | ED | E0 | 94 | 0 | 5 | 26 | 7 | 33 | 47 | 4B |
| Octal | 355 | 340 | 224 | 0 | 5 | 46 | 7 | 63 | 107 | 113 |
| Binary | 11101101 | 11100000 | 10010100 | 0 | 101 | 100110 | 111 | 110011 | 1000111 | 1001011 |
Color Harmonies of #EDE094
Complementary color
Monochromatic Colors of #EDE094
Black with #EDE094
Text Example
Text Example
White with #EDE094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE094; }
p { color: rgb(237,224,148); }
H1.HeaderClassName
{
color: #EDE094;
}
.AnyTagClassName
{
color: #EDE094;
}
</style>
background-color css
<style>
a { background-color: #EDE094; }
a { background-color: rgb(237,224,148); }
div.DivClassName
{
background-color: #EDE094;
}
.BgClassName
{
background-color: #EDE094;
}
</style>
border-color css
<style>
span { border-color: #EDE094; }
span { border-color: rgb(237,224,148); }
td.TdClassName
{
border-color: #EDE094;
}
.TagClassName
{
border-color: #EDE094;
}
</style>