Shades of Khaki #ECE68E
Tints of Khaki #ECE68E
RGB
CMYK
RGB Variations
Color information
#ECE68E (or 0xECE68E) is known color: Khaki. HEX triplet: EC, E6 and 8E. RGB value is (236,230,142). Sum of RGB (Red+Green+Blue) = 236+230+142=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 142 (55.86% from 255 or 23.36% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE68E is #131971. Grayscale: #DEDEDE. Windows color (decimal): -1251698 or 9365228. OLE color: 9365228.
HSL color Cylindrical-coordinate representation of color #ECE68E: hue angle of 56.17º 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 #ECE68E is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 142 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.07 |
| HSL | 56.17º | 0.71% | 0.74% | - |
| HSV(B) | 56.17º | 0.4% | 0.93% | - |
| XYZ | 67.77 | 76.38 | 36.76 | - |
| YUV | 221.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 142 | 0 | 0.03 | 0.40 | 0.07 | 56.17 | 0.71 | 0.74 |
| Hex | EC | E6 | 8E | 0 | 3 | 28 | 7 | 38 | 47 | 4A |
| Octal | 354 | 346 | 216 | 0 | 3 | 50 | 7 | 70 | 107 | 112 |
| Binary | 11101100 | 11100110 | 10001110 | 0 | 11 | 101000 | 111 | 111000 | 1000111 | 1001010 |
Color Harmonies of #ECE68E
Complementary color
Monochromatic Colors of #ECE68E
Black with #ECE68E
Text Example
Text Example
White with #ECE68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE68E; }
p { color: rgb(236,230,142); }
H1.HeaderClassName
{
color: #ECE68E;
}
.AnyTagClassName
{
color: #ECE68E;
}
</style>
background-color css
<style>
a { background-color: #ECE68E; }
a { background-color: rgb(236,230,142); }
div.DivClassName
{
background-color: #ECE68E;
}
.BgClassName
{
background-color: #ECE68E;
}
</style>
border-color css
<style>
span { border-color: #ECE68E; }
span { border-color: rgb(236,230,142); }
td.TdClassName
{
border-color: #ECE68E;
}
.TagClassName
{
border-color: #ECE68E;
}
</style>