Shades of Khaki #ECE48F
Tints of Khaki #ECE48F
RGB
CMYK
RGB Variations
Color information
#ECE48F (or 0xECE48F) is known color: Khaki. HEX triplet: EC, E4 and 8F. RGB value is (236,228,143). Sum of RGB (Red+Green+Blue) = 236+228+143=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 143 (56.25% from 255 or 23.56% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE48F is #131B70. Grayscale: #DDDDDD. Windows color (decimal): -1252209 or 9430252. OLE color: 9430252.
HSL color Cylindrical-coordinate representation of color #ECE48F: hue angle of 54.84º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECE48F is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 143 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.07 |
| HSL | 54.84º | 0.71% | 0.74% | - |
| HSV(B) | 54.84º | 0.39% | 0.93% | - |
| XYZ | 67.29 | 75.3 | 36.97 | - |
| YUV | 220.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 143 | 0 | 0.03 | 0.39 | 0.07 | 54.84 | 0.71 | 0.74 |
| Hex | EC | E4 | 8F | 0 | 3 | 27 | 7 | 37 | 47 | 4A |
| Octal | 354 | 344 | 217 | 0 | 3 | 47 | 7 | 67 | 107 | 112 |
| Binary | 11101100 | 11100100 | 10001111 | 0 | 11 | 100111 | 111 | 110111 | 1000111 | 1001010 |
Color Harmonies of #ECE48F
Complementary color
Monochromatic Colors of #ECE48F
Black with #ECE48F
Text Example
Text Example
White with #ECE48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE48F; }
p { color: rgb(236,228,143); }
H1.HeaderClassName
{
color: #ECE48F;
}
.AnyTagClassName
{
color: #ECE48F;
}
</style>
background-color css
<style>
a { background-color: #ECE48F; }
a { background-color: rgb(236,228,143); }
div.DivClassName
{
background-color: #ECE48F;
}
.BgClassName
{
background-color: #ECE48F;
}
</style>
border-color css
<style>
span { border-color: #ECE48F; }
span { border-color: rgb(236,228,143); }
td.TdClassName
{
border-color: #ECE48F;
}
.TagClassName
{
border-color: #ECE48F;
}
</style>