Shades of Khaki #ECE98A
Tints of Khaki #ECE98A
RGB
CMYK
RGB Variations
Color information
#ECE98A (or 0xECE98A) is known color: Khaki. HEX triplet: EC, E9 and 8A. RGB value is (236,233,138). Sum of RGB (Red+Green+Blue) = 236+233+138=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE98A is #131675. Grayscale: #DFDFDF. Windows color (decimal): -1250934 or 9103852. OLE color: 9103852.
HSL color Cylindrical-coordinate representation of color #ECE98A: hue angle of 58.16º 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 #ECE98A is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 138 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.07 |
| HSL | 58.16º | 0.72% | 0.73% | - |
| HSV(B) | 58.16º | 0.42% | 0.93% | - |
| XYZ | 68.32 | 77.95 | 35.49 | - |
| YUV | 223.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 138 | 0 | 0.01 | 0.42 | 0.07 | 58.16 | 0.72 | 0.73 |
| Hex | EC | E9 | 8A | 0 | 1 | 2A | 7 | 3A | 48 | 49 |
| Octal | 354 | 351 | 212 | 0 | 1 | 52 | 7 | 72 | 110 | 111 |
| Binary | 11101100 | 11101001 | 10001010 | 0 | 1 | 101010 | 111 | 111010 | 1001000 | 1001001 |
Color Harmonies of #ECE98A
Complementary color
Monochromatic Colors of #ECE98A
Black with #ECE98A
Text Example
Text Example
White with #ECE98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE98A; }
p { color: rgb(236,233,138); }
H1.HeaderClassName
{
color: #ECE98A;
}
.AnyTagClassName
{
color: #ECE98A;
}
</style>
background-color css
<style>
a { background-color: #ECE98A; }
a { background-color: rgb(236,233,138); }
div.DivClassName
{
background-color: #ECE98A;
}
.BgClassName
{
background-color: #ECE98A;
}
</style>
border-color css
<style>
span { border-color: #ECE98A; }
span { border-color: rgb(236,233,138); }
td.TdClassName
{
border-color: #ECE98A;
}
.TagClassName
{
border-color: #ECE98A;
}
</style>