Shades of Khaki #ECE78D
Tints of Khaki #ECE78D
RGB
CMYK
RGB Variations
Color information
#ECE78D (or 0xECE78D) is known color: Khaki. HEX triplet: EC, E7 and 8D. RGB value is (236,231,141). Sum of RGB (Red+Green+Blue) = 236+231+141=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE78D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE78D is #131872. Grayscale: #DEDEDE. Windows color (decimal): -1251443 or 9299948. OLE color: 9299948.
HSL color Cylindrical-coordinate representation of color #ECE78D: hue angle of 56.84º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECE78D is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 141 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.07 |
| HSL | 56.84º | 0.71% | 0.74% | - |
| HSV(B) | 56.84º | 0.4% | 0.93% | - |
| XYZ | 67.98 | 76.91 | 36.46 | - |
| YUV | 222.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 141 | 0 | 0.02 | 0.40 | 0.07 | 56.84 | 0.71 | 0.74 |
| Hex | EC | E7 | 8D | 0 | 2 | 28 | 7 | 39 | 47 | 4A |
| Octal | 354 | 347 | 215 | 0 | 2 | 50 | 7 | 71 | 107 | 112 |
| Binary | 11101100 | 11100111 | 10001101 | 0 | 10 | 101000 | 111 | 111001 | 1000111 | 1001010 |
Color Harmonies of #ECE78D
Complementary color
Monochromatic Colors of #ECE78D
Black with #ECE78D
Text Example
Text Example
White with #ECE78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE78D; }
p { color: rgb(236,231,141); }
H1.HeaderClassName
{
color: #ECE78D;
}
.AnyTagClassName
{
color: #ECE78D;
}
</style>
background-color css
<style>
a { background-color: #ECE78D; }
a { background-color: rgb(236,231,141); }
div.DivClassName
{
background-color: #ECE78D;
}
.BgClassName
{
background-color: #ECE78D;
}
</style>
border-color css
<style>
span { border-color: #ECE78D; }
span { border-color: rgb(236,231,141); }
td.TdClassName
{
border-color: #ECE78D;
}
.TagClassName
{
border-color: #ECE78D;
}
</style>