Shades of Khaki #ECE58F
Tints of Khaki #ECE58F
RGB
CMYK
RGB Variations
Color information
#ECE58F (or 0xECE58F) is known color: Khaki. HEX triplet: EC, E5 and 8F. RGB value is (236,229,143). Sum of RGB (Red+Green+Blue) = 236+229+143=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 143 (56.25% from 255 or 23.52% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE58F is #131A70. Grayscale: #DDDDDD. Windows color (decimal): -1251953 or 9430508. OLE color: 9430508.
HSL color Cylindrical-coordinate representation of color #ECE58F: hue angle of 55.48º 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 #ECE58F is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 143 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.07 |
| HSL | 55.48º | 0.71% | 0.74% | - |
| HSV(B) | 55.48º | 0.39% | 0.93% | - |
| XYZ | 67.57 | 75.85 | 37.07 | - |
| YUV | 221.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 143 | 0 | 0.03 | 0.39 | 0.07 | 55.48 | 0.71 | 0.74 |
| Hex | EC | E5 | 8F | 0 | 3 | 27 | 7 | 37 | 47 | 4A |
| Octal | 354 | 345 | 217 | 0 | 3 | 47 | 7 | 67 | 107 | 112 |
| Binary | 11101100 | 11100101 | 10001111 | 0 | 11 | 100111 | 111 | 110111 | 1000111 | 1001010 |
Color Harmonies of #ECE58F
Complementary color
Monochromatic Colors of #ECE58F
Black with #ECE58F
Text Example
Text Example
White with #ECE58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE58F; }
p { color: rgb(236,229,143); }
H1.HeaderClassName
{
color: #ECE58F;
}
.AnyTagClassName
{
color: #ECE58F;
}
</style>
background-color css
<style>
a { background-color: #ECE58F; }
a { background-color: rgb(236,229,143); }
div.DivClassName
{
background-color: #ECE58F;
}
.BgClassName
{
background-color: #ECE58F;
}
</style>
border-color css
<style>
span { border-color: #ECE58F; }
span { border-color: rgb(236,229,143); }
td.TdClassName
{
border-color: #ECE58F;
}
.TagClassName
{
border-color: #ECE58F;
}
</style>