Shades of Khaki #ECE198
Tints of Khaki #ECE198
RGB
CMYK
RGB Variations
Color information
#ECE198 (or 0xECE198) is known color: Khaki. HEX triplet: EC, E1 and 98. RGB value is (236,225,152). Sum of RGB (Red+Green+Blue) = 236+225+152=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 152 (59.77% from 255 or 24.80% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE198 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE198 is #131E67. Grayscale: #DCDCDC. Windows color (decimal): -1252968 or 10019308. OLE color: 10019308.
HSL color Cylindrical-coordinate representation of color #ECE198: hue angle of 52.14º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECE198 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 152 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.07 |
| HSL | 52.14º | 0.69% | 0.76% | - |
| HSV(B) | 52.14º | 0.36% | 0.93% | - |
| XYZ | 67.18 | 73.95 | 40.44 | - |
| YUV | 219.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 152 | 0 | 0.05 | 0.36 | 0.07 | 52.14 | 0.69 | 0.76 |
| Hex | EC | E1 | 98 | 0 | 5 | 24 | 7 | 34 | 45 | 4C |
| Octal | 354 | 341 | 230 | 0 | 5 | 44 | 7 | 64 | 105 | 114 |
| Binary | 11101100 | 11100001 | 10011000 | 0 | 101 | 100100 | 111 | 110100 | 1000101 | 1001100 |
Color Harmonies of #ECE198
Complementary color
Monochromatic Colors of #ECE198
Black with #ECE198
Text Example
Text Example
White with #ECE198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE198; }
p { color: rgb(236,225,152); }
H1.HeaderClassName
{
color: #ECE198;
}
.AnyTagClassName
{
color: #ECE198;
}
</style>
background-color css
<style>
a { background-color: #ECE198; }
a { background-color: rgb(236,225,152); }
div.DivClassName
{
background-color: #ECE198;
}
.BgClassName
{
background-color: #ECE198;
}
</style>
border-color css
<style>
span { border-color: #ECE198; }
span { border-color: rgb(236,225,152); }
td.TdClassName
{
border-color: #ECE198;
}
.TagClassName
{
border-color: #ECE198;
}
</style>