Shades of Khaki #ECE298
Tints of Khaki #ECE298
RGB
CMYK
RGB Variations
Color information
#ECE298 (or 0xECE298) is known color: Khaki. HEX triplet: EC, E2 and 98. RGB value is (236,226,152). Sum of RGB (Red+Green+Blue) = 236+226+152=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 152 (59.77% from 255 or 24.76% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE298 is #131D67. Grayscale: #DCDCDC. Windows color (decimal): -1252712 or 10019564. OLE color: 10019564.
HSL color Cylindrical-coordinate representation of color #ECE298: hue angle of 52.86º 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 #ECE298 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 152 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.07 |
| HSL | 52.86º | 0.69% | 0.76% | - |
| HSV(B) | 52.86º | 0.36% | 0.93% | - |
| XYZ | 67.46 | 74.49 | 40.53 | - |
| YUV | 220.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 152 | 0 | 0.04 | 0.36 | 0.07 | 52.86 | 0.69 | 0.76 |
| Hex | EC | E2 | 98 | 0 | 4 | 24 | 7 | 35 | 45 | 4C |
| Octal | 354 | 342 | 230 | 0 | 4 | 44 | 7 | 65 | 105 | 114 |
| Binary | 11101100 | 11100010 | 10011000 | 0 | 100 | 100100 | 111 | 110101 | 1000101 | 1001100 |
Color Harmonies of #ECE298
Complementary color
Monochromatic Colors of #ECE298
Black with #ECE298
Text Example
Text Example
White with #ECE298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE298; }
p { color: rgb(236,226,152); }
H1.HeaderClassName
{
color: #ECE298;
}
.AnyTagClassName
{
color: #ECE298;
}
</style>
background-color css
<style>
a { background-color: #ECE298; }
a { background-color: rgb(236,226,152); }
div.DivClassName
{
background-color: #ECE298;
}
.BgClassName
{
background-color: #ECE298;
}
</style>
border-color css
<style>
span { border-color: #ECE298; }
span { border-color: rgb(236,226,152); }
td.TdClassName
{
border-color: #ECE298;
}
.TagClassName
{
border-color: #ECE298;
}
</style>