Shades of Khaki #ECE58D
Tints of Khaki #ECE58D
RGB
CMYK
RGB Variations
Color information
#ECE58D (or 0xECE58D) is known color: Khaki. HEX triplet: EC, E5 and 8D. RGB value is (236,229,141). Sum of RGB (Red+Green+Blue) = 236+229+141=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 141 (55.47% from 255 or 23.27% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE58D is #131A72. Grayscale: #DDDDDD. Windows color (decimal): -1251955 or 9299436. OLE color: 9299436.
HSL color Cylindrical-coordinate representation of color #ECE58D: hue angle of 55.58º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECE58D is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 141 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.07 |
| HSL | 55.58º | 0.71% | 0.74% | - |
| HSV(B) | 55.58º | 0.4% | 0.93% | - |
| XYZ | 67.42 | 75.79 | 36.28 | - |
| YUV | 221.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 141 | 0 | 0.03 | 0.40 | 0.07 | 55.58 | 0.71 | 0.74 |
| Hex | EC | E5 | 8D | 0 | 3 | 28 | 7 | 38 | 47 | 4A |
| Octal | 354 | 345 | 215 | 0 | 3 | 50 | 7 | 70 | 107 | 112 |
| Binary | 11101100 | 11100101 | 10001101 | 0 | 11 | 101000 | 111 | 111000 | 1000111 | 1001010 |
Color Harmonies of #ECE58D
Complementary color
Monochromatic Colors of #ECE58D
Black with #ECE58D
Text Example
Text Example
White with #ECE58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE58D; }
p { color: rgb(236,229,141); }
H1.HeaderClassName
{
color: #ECE58D;
}
.AnyTagClassName
{
color: #ECE58D;
}
</style>
background-color css
<style>
a { background-color: #ECE58D; }
a { background-color: rgb(236,229,141); }
div.DivClassName
{
background-color: #ECE58D;
}
.BgClassName
{
background-color: #ECE58D;
}
</style>
border-color css
<style>
span { border-color: #ECE58D; }
span { border-color: rgb(236,229,141); }
td.TdClassName
{
border-color: #ECE58D;
}
.TagClassName
{
border-color: #ECE58D;
}
</style>