Shades of Khaki #ECE98C
Tints of Khaki #ECE98C
RGB
CMYK
RGB Variations
Color information
#ECE98C (or 0xECE98C) is known color: Khaki. HEX triplet: EC, E9 and 8C. RGB value is (236,233,140). Sum of RGB (Red+Green+Blue) = 236+233+140=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 140 (55.08% from 255 or 22.99% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE98C is #131673. Grayscale: #DFDFDF. Windows color (decimal): -1250932 or 9234924. OLE color: 9234924.
HSL color Cylindrical-coordinate representation of color #ECE98C: hue angle of 58.12º degrees, saturation: 0.72, 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 #ECE98C is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 140 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.07 |
| HSL | 58.13º | 0.72% | 0.74% | - |
| HSV(B) | 58.13º | 0.41% | 0.93% | - |
| XYZ | 68.46 | 78 | 36.26 | - |
| YUV | 223.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 140 | 0 | 0.01 | 0.41 | 0.07 | 58.13 | 0.72 | 0.74 |
| Hex | EC | E9 | 8C | 0 | 1 | 29 | 7 | 3A | 48 | 4A |
| Octal | 354 | 351 | 214 | 0 | 1 | 51 | 7 | 72 | 110 | 112 |
| Binary | 11101100 | 11101001 | 10001100 | 0 | 1 | 101001 | 111 | 111010 | 1001000 | 1001010 |
Color Harmonies of #ECE98C
Complementary color
Monochromatic Colors of #ECE98C
Black with #ECE98C
Text Example
Text Example
White with #ECE98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE98C; }
p { color: rgb(236,233,140); }
H1.HeaderClassName
{
color: #ECE98C;
}
.AnyTagClassName
{
color: #ECE98C;
}
</style>
background-color css
<style>
a { background-color: #ECE98C; }
a { background-color: rgb(236,233,140); }
div.DivClassName
{
background-color: #ECE98C;
}
.BgClassName
{
background-color: #ECE98C;
}
</style>
border-color css
<style>
span { border-color: #ECE98C; }
span { border-color: rgb(236,233,140); }
td.TdClassName
{
border-color: #ECE98C;
}
.TagClassName
{
border-color: #ECE98C;
}
</style>