Shades of Khaki #EDE78D
Tints of Khaki #EDE78D
RGB
CMYK
RGB Variations
Color information
#EDE78D (or 0xEDE78D) is known color: Khaki. HEX triplet: ED, E7 and 8D. RGB value is (237,231,141). Sum of RGB (Red+Green+Blue) = 237+231+141=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE78D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE78D is #121872. Grayscale: #DEDEDE. Windows color (decimal): -1185907 or 9299949. OLE color: 9299949.
HSL color Cylindrical-coordinate representation of color #EDE78D: hue angle of 56.25º 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 #EDE78D is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 141 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.07 |
| HSL | 56.25º | 0.73% | 0.74% | - |
| HSV(B) | 56.25º | 0.41% | 0.93% | - |
| XYZ | 68.31 | 77.08 | 36.48 | - |
| YUV | 222.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 141 | 0 | 0.03 | 0.41 | 0.07 | 56.25 | 0.73 | 0.74 |
| Hex | ED | E7 | 8D | 0 | 3 | 29 | 7 | 38 | 49 | 4A |
| Octal | 355 | 347 | 215 | 0 | 3 | 51 | 7 | 70 | 111 | 112 |
| Binary | 11101101 | 11100111 | 10001101 | 0 | 11 | 101001 | 111 | 111000 | 1001001 | 1001010 |
Color Harmonies of #EDE78D
Complementary color
Monochromatic Colors of #EDE78D
Black with #EDE78D
Text Example
Text Example
White with #EDE78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE78D; }
p { color: rgb(237,231,141); }
H1.HeaderClassName
{
color: #EDE78D;
}
.AnyTagClassName
{
color: #EDE78D;
}
</style>
background-color css
<style>
a { background-color: #EDE78D; }
a { background-color: rgb(237,231,141); }
div.DivClassName
{
background-color: #EDE78D;
}
.BgClassName
{
background-color: #EDE78D;
}
</style>
border-color css
<style>
span { border-color: #EDE78D; }
span { border-color: rgb(237,231,141); }
td.TdClassName
{
border-color: #EDE78D;
}
.TagClassName
{
border-color: #EDE78D;
}
</style>