Shades of Khaki #ECE497
Tints of Khaki #ECE497
RGB
CMYK
RGB Variations
Color information
#ECE497 (or 0xECE497) is known color: Khaki. HEX triplet: EC, E4 and 97. RGB value is (236,228,151). Sum of RGB (Red+Green+Blue) = 236+228+151=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 151 (59.38% from 255 or 24.55% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE497 is #131B68. Grayscale: #DDDDDD. Windows color (decimal): -1252201 or 9954540. OLE color: 9954540.
HSL color Cylindrical-coordinate representation of color #ECE497: hue angle of 54.35º 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 #ECE497 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 151 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.07 |
| HSL | 54.35º | 0.69% | 0.76% | - |
| HSV(B) | 54.35º | 0.36% | 0.93% | - |
| XYZ | 67.92 | 75.55 | 40.28 | - |
| YUV | 221.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 151 | 0 | 0.03 | 0.36 | 0.07 | 54.35 | 0.69 | 0.76 |
| Hex | EC | E4 | 97 | 0 | 3 | 24 | 7 | 36 | 45 | 4C |
| Octal | 354 | 344 | 227 | 0 | 3 | 44 | 7 | 66 | 105 | 114 |
| Binary | 11101100 | 11100100 | 10010111 | 0 | 11 | 100100 | 111 | 110110 | 1000101 | 1001100 |
Color Harmonies of #ECE497
Complementary color
Monochromatic Colors of #ECE497
Black with #ECE497
Text Example
Text Example
White with #ECE497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE497; }
p { color: rgb(236,228,151); }
H1.HeaderClassName
{
color: #ECE497;
}
.AnyTagClassName
{
color: #ECE497;
}
</style>
background-color css
<style>
a { background-color: #ECE497; }
a { background-color: rgb(236,228,151); }
div.DivClassName
{
background-color: #ECE497;
}
.BgClassName
{
background-color: #ECE497;
}
</style>
border-color css
<style>
span { border-color: #ECE497; }
span { border-color: rgb(236,228,151); }
td.TdClassName
{
border-color: #ECE497;
}
.TagClassName
{
border-color: #ECE497;
}
</style>