Shades of Khaki #ECE98F
Tints of Khaki #ECE98F
RGB
CMYK
RGB Variations
Color information
#ECE98F (or 0xECE98F) is known color: Khaki. HEX triplet: EC, E9 and 8F. RGB value is (236,233,143). Sum of RGB (Red+Green+Blue) = 236+233+143=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 143 (56.25% from 255 or 23.37% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE98F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE98F is #131670. Grayscale: #DFDFDF. Windows color (decimal): -1250929 or 9431532. OLE color: 9431532.
HSL color Cylindrical-coordinate representation of color #ECE98F: hue angle of 58.06º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECE98F is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 143 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.07 |
| HSL | 58.06º | 0.71% | 0.74% | - |
| HSV(B) | 58.06º | 0.39% | 0.93% | - |
| XYZ | 68.69 | 78.09 | 37.44 | - |
| YUV | 223.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 143 | 0 | 0.01 | 0.39 | 0.07 | 58.06 | 0.71 | 0.74 |
| Hex | EC | E9 | 8F | 0 | 1 | 27 | 7 | 3A | 47 | 4A |
| Octal | 354 | 351 | 217 | 0 | 1 | 47 | 7 | 72 | 107 | 112 |
| Binary | 11101100 | 11101001 | 10001111 | 0 | 1 | 100111 | 111 | 111010 | 1000111 | 1001010 |
Color Harmonies of #ECE98F
Complementary color
Monochromatic Colors of #ECE98F
Black with #ECE98F
Text Example
Text Example
White with #ECE98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE98F; }
p { color: rgb(236,233,143); }
H1.HeaderClassName
{
color: #ECE98F;
}
.AnyTagClassName
{
color: #ECE98F;
}
</style>
background-color css
<style>
a { background-color: #ECE98F; }
a { background-color: rgb(236,233,143); }
div.DivClassName
{
background-color: #ECE98F;
}
.BgClassName
{
background-color: #ECE98F;
}
</style>
border-color css
<style>
span { border-color: #ECE98F; }
span { border-color: rgb(236,233,143); }
td.TdClassName
{
border-color: #ECE98F;
}
.TagClassName
{
border-color: #ECE98F;
}
</style>