Shades of Khaki #ECE68D
Tints of Khaki #ECE68D
RGB
CMYK
RGB Variations
Color information
#ECE68D (or 0xECE68D) is known color: Khaki. HEX triplet: EC, E6 and 8D. RGB value is (236,230,141). Sum of RGB (Red+Green+Blue) = 236+230+141=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE68D is #131972. Grayscale: #DEDEDE. Windows color (decimal): -1251699 or 9299692. OLE color: 9299692.
HSL color Cylindrical-coordinate representation of color #ECE68D: hue angle of 56.21º 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 #ECE68D is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 141 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.07 |
| HSL | 56.21º | 0.71% | 0.74% | - |
| HSV(B) | 56.21º | 0.4% | 0.93% | - |
| XYZ | 67.7 | 76.35 | 36.37 | - |
| YUV | 221.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 141 | 0 | 0.03 | 0.40 | 0.07 | 56.21 | 0.71 | 0.74 |
| Hex | EC | E6 | 8D | 0 | 3 | 28 | 7 | 38 | 47 | 4A |
| Octal | 354 | 346 | 215 | 0 | 3 | 50 | 7 | 70 | 107 | 112 |
| Binary | 11101100 | 11100110 | 10001101 | 0 | 11 | 101000 | 111 | 111000 | 1000111 | 1001010 |
Color Harmonies of #ECE68D
Complementary color
Monochromatic Colors of #ECE68D
Black with #ECE68D
Text Example
Text Example
White with #ECE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE68D; }
p { color: rgb(236,230,141); }
H1.HeaderClassName
{
color: #ECE68D;
}
.AnyTagClassName
{
color: #ECE68D;
}
</style>
background-color css
<style>
a { background-color: #ECE68D; }
a { background-color: rgb(236,230,141); }
div.DivClassName
{
background-color: #ECE68D;
}
.BgClassName
{
background-color: #ECE68D;
}
</style>
border-color css
<style>
span { border-color: #ECE68D; }
span { border-color: rgb(236,230,141); }
td.TdClassName
{
border-color: #ECE68D;
}
.TagClassName
{
border-color: #ECE68D;
}
</style>