Shades of Khaki #ECE48C
Tints of Khaki #ECE48C
RGB
CMYK
RGB Variations
Color information
#ECE48C (or 0xECE48C) is known color: Khaki. HEX triplet: EC, E4 and 8C. RGB value is (236,228,140). Sum of RGB (Red+Green+Blue) = 236+228+140=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE48C is #131B73. Grayscale: #DCDCDC. Windows color (decimal): -1252212 or 9233644. OLE color: 9233644.
HSL color Cylindrical-coordinate representation of color #ECE48C: hue angle of 55º 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 #ECE48C is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 140 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.07 |
| HSL | 55º | 0.72% | 0.74% | - |
| HSV(B) | 55º | 0.41% | 0.93% | - |
| XYZ | 67.07 | 75.21 | 35.79 | - |
| YUV | 220.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 140 | 0 | 0.03 | 0.41 | 0.07 | 55 | 0.72 | 0.74 |
| Hex | EC | E4 | 8C | 0 | 3 | 29 | 7 | 37 | 48 | 4A |
| Octal | 354 | 344 | 214 | 0 | 3 | 51 | 7 | 67 | 110 | 112 |
| Binary | 11101100 | 11100100 | 10001100 | 0 | 11 | 101001 | 111 | 110111 | 1001000 | 1001010 |
Color Harmonies of #ECE48C
Complementary color
Monochromatic Colors of #ECE48C
Black with #ECE48C
Text Example
Text Example
White with #ECE48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE48C; }
p { color: rgb(236,228,140); }
H1.HeaderClassName
{
color: #ECE48C;
}
.AnyTagClassName
{
color: #ECE48C;
}
</style>
background-color css
<style>
a { background-color: #ECE48C; }
a { background-color: rgb(236,228,140); }
div.DivClassName
{
background-color: #ECE48C;
}
.BgClassName
{
background-color: #ECE48C;
}
</style>
border-color css
<style>
span { border-color: #ECE48C; }
span { border-color: rgb(236,228,140); }
td.TdClassName
{
border-color: #ECE48C;
}
.TagClassName
{
border-color: #ECE48C;
}
</style>