Shades of Khaki #ECE98B
Tints of Khaki #ECE98B
RGB
CMYK
RGB Variations
Color information
#ECE98B (or 0xECE98B) is known color: Khaki. HEX triplet: EC, E9 and 8B. RGB value is (236,233,139). Sum of RGB (Red+Green+Blue) = 236+233+139=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 139 (54.69% from 255 or 22.86% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE98B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE98B is #131674. Grayscale: #DFDFDF. Windows color (decimal): -1250933 or 9169388. OLE color: 9169388.
HSL color Cylindrical-coordinate representation of color #ECE98B: hue angle of 58.14º 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 #ECE98B is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 139 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.07 |
| HSL | 58.14º | 0.72% | 0.74% | - |
| HSV(B) | 58.14º | 0.41% | 0.93% | - |
| XYZ | 68.39 | 77.97 | 35.87 | - |
| YUV | 223.18 | 80.49 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 139 | 0 | 0.01 | 0.41 | 0.07 | 58.14 | 0.72 | 0.74 |
| Hex | EC | E9 | 8B | 0 | 1 | 29 | 7 | 3A | 48 | 4A |
| Octal | 354 | 351 | 213 | 0 | 1 | 51 | 7 | 72 | 110 | 112 |
| Binary | 11101100 | 11101001 | 10001011 | 0 | 1 | 101001 | 111 | 111010 | 1001000 | 1001010 |
Color Harmonies of #ECE98B
Complementary color
Monochromatic Colors of #ECE98B
Black with #ECE98B
Text Example
Text Example
White with #ECE98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE98B; }
p { color: rgb(236,233,139); }
H1.HeaderClassName
{
color: #ECE98B;
}
.AnyTagClassName
{
color: #ECE98B;
}
</style>
background-color css
<style>
a { background-color: #ECE98B; }
a { background-color: rgb(236,233,139); }
div.DivClassName
{
background-color: #ECE98B;
}
.BgClassName
{
background-color: #ECE98B;
}
</style>
border-color css
<style>
span { border-color: #ECE98B; }
span { border-color: rgb(236,233,139); }
td.TdClassName
{
border-color: #ECE98B;
}
.TagClassName
{
border-color: #ECE98B;
}
</style>