Shades of Khaki #ECE88B
Tints of Khaki #ECE88B
RGB
CMYK
RGB Variations
Color information
#ECE88B (or 0xECE88B) is known color: Khaki. HEX triplet: EC, E8 and 8B. RGB value is (236,232,139). Sum of RGB (Red+Green+Blue) = 236+232+139=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 139 (54.69% from 255 or 22.90% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE88B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE88B is #131774. Grayscale: #DEDEDE. Windows color (decimal): -1251189 or 9169132. OLE color: 9169132.
HSL color Cylindrical-coordinate representation of color #ECE88B: hue angle of 57.53º 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 #ECE88B is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 139 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.07 |
| HSL | 57.53º | 0.72% | 0.74% | - |
| HSV(B) | 57.53º | 0.41% | 0.93% | - |
| XYZ | 68.11 | 77.41 | 35.78 | - |
| YUV | 222.59 | 80.83 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 139 | 0 | 0.02 | 0.41 | 0.07 | 57.53 | 0.72 | 0.74 |
| Hex | EC | E8 | 8B | 0 | 2 | 29 | 7 | 3A | 48 | 4A |
| Octal | 354 | 350 | 213 | 0 | 2 | 51 | 7 | 72 | 110 | 112 |
| Binary | 11101100 | 11101000 | 10001011 | 0 | 10 | 101001 | 111 | 111010 | 1001000 | 1001010 |
Color Harmonies of #ECE88B
Complementary color
Monochromatic Colors of #ECE88B
Black with #ECE88B
Text Example
Text Example
White with #ECE88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE88B; }
p { color: rgb(236,232,139); }
H1.HeaderClassName
{
color: #ECE88B;
}
.AnyTagClassName
{
color: #ECE88B;
}
</style>
background-color css
<style>
a { background-color: #ECE88B; }
a { background-color: rgb(236,232,139); }
div.DivClassName
{
background-color: #ECE88B;
}
.BgClassName
{
background-color: #ECE88B;
}
</style>
border-color css
<style>
span { border-color: #ECE88B; }
span { border-color: rgb(236,232,139); }
td.TdClassName
{
border-color: #ECE88B;
}
.TagClassName
{
border-color: #ECE88B;
}
</style>