Shades of Khaki #ECE68B
Tints of Khaki #ECE68B
RGB
CMYK
RGB Variations
Color information
#ECE68B (or 0xECE68B) is known color: Khaki. HEX triplet: EC, E6 and 8B. RGB value is (236,230,139). Sum of RGB (Red+Green+Blue) = 236+230+139=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 139 (54.69% from 255 or 22.98% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE68B is #131974. Grayscale: #DDDDDD. Windows color (decimal): -1251701 or 9168620. OLE color: 9168620.
HSL color Cylindrical-coordinate representation of color #ECE68B: hue angle of 56.29º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECE68B is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 139 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.07 |
| HSL | 56.29º | 0.72% | 0.74% | - |
| HSV(B) | 56.29º | 0.41% | 0.93% | - |
| XYZ | 67.55 | 76.29 | 35.59 | - |
| YUV | 221.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 139 | 0 | 0.03 | 0.41 | 0.07 | 56.29 | 0.72 | 0.74 |
| Hex | EC | E6 | 8B | 0 | 3 | 29 | 7 | 38 | 48 | 4A |
| Octal | 354 | 346 | 213 | 0 | 3 | 51 | 7 | 70 | 110 | 112 |
| Binary | 11101100 | 11100110 | 10001011 | 0 | 11 | 101001 | 111 | 111000 | 1001000 | 1001010 |
Color Harmonies of #ECE68B
Complementary color
Monochromatic Colors of #ECE68B
Black with #ECE68B
Text Example
Text Example
White with #ECE68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE68B; }
p { color: rgb(236,230,139); }
H1.HeaderClassName
{
color: #ECE68B;
}
.AnyTagClassName
{
color: #ECE68B;
}
</style>
background-color css
<style>
a { background-color: #ECE68B; }
a { background-color: rgb(236,230,139); }
div.DivClassName
{
background-color: #ECE68B;
}
.BgClassName
{
background-color: #ECE68B;
}
</style>
border-color css
<style>
span { border-color: #ECE68B; }
span { border-color: rgb(236,230,139); }
td.TdClassName
{
border-color: #ECE68B;
}
.TagClassName
{
border-color: #ECE68B;
}
</style>