Shades of Khaki #ECE989
Tints of Khaki #ECE989
RGB
CMYK
RGB Variations
Color information
#ECE989 (or 0xECE989) is known color: Khaki. HEX triplet: EC, E9 and 89. RGB value is (236,233,137). Sum of RGB (Red+Green+Blue) = 236+233+137=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 137 (53.91% from 255 or 22.61% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE989 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE989 is #131676. Grayscale: #DFDFDF. Windows color (decimal): -1250935 or 9038316. OLE color: 9038316.
HSL color Cylindrical-coordinate representation of color #ECE989: hue angle of 58.18º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECE989 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 137 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.07 |
| HSL | 58.18º | 0.72% | 0.73% | - |
| HSV(B) | 58.18º | 0.42% | 0.93% | - |
| XYZ | 68.25 | 77.92 | 35.11 | - |
| YUV | 222.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 137 | 0 | 0.01 | 0.42 | 0.07 | 58.18 | 0.72 | 0.73 |
| Hex | EC | E9 | 89 | 0 | 1 | 2A | 7 | 3A | 48 | 49 |
| Octal | 354 | 351 | 211 | 0 | 1 | 52 | 7 | 72 | 110 | 111 |
| Binary | 11101100 | 11101001 | 10001001 | 0 | 1 | 101010 | 111 | 111010 | 1001000 | 1001001 |
Color Harmonies of #ECE989
Complementary color
Monochromatic Colors of #ECE989
Black with #ECE989
Text Example
Text Example
White with #ECE989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE989; }
p { color: rgb(236,233,137); }
H1.HeaderClassName
{
color: #ECE989;
}
.AnyTagClassName
{
color: #ECE989;
}
</style>
background-color css
<style>
a { background-color: #ECE989; }
a { background-color: rgb(236,233,137); }
div.DivClassName
{
background-color: #ECE989;
}
.BgClassName
{
background-color: #ECE989;
}
</style>
border-color css
<style>
span { border-color: #ECE989; }
span { border-color: rgb(236,233,137); }
td.TdClassName
{
border-color: #ECE989;
}
.TagClassName
{
border-color: #ECE989;
}
</style>