Shades of Khaki #ECE08A
Tints of Khaki #ECE08A
RGB
CMYK
RGB Variations
Color information
#ECE08A (or 0xECE08A) is known color: Khaki. HEX triplet: EC, E0 and 8A. RGB value is (236,224,138). Sum of RGB (Red+Green+Blue) = 236+224+138=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE08A is #131F75. Grayscale: #DADADA. Windows color (decimal): -1253238 or 9101548. OLE color: 9101548.
HSL color Cylindrical-coordinate representation of color #ECE08A: hue angle of 52.65º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECE08A is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 138 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.07 |
| HSL | 52.65º | 0.72% | 0.73% | - |
| HSV(B) | 52.65º | 0.42% | 0.93% | - |
| XYZ | 65.84 | 72.98 | 34.66 | - |
| YUV | 217.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 138 | 0 | 0.05 | 0.42 | 0.07 | 52.65 | 0.72 | 0.73 |
| Hex | EC | E0 | 8A | 0 | 5 | 2A | 7 | 35 | 48 | 49 |
| Octal | 354 | 340 | 212 | 0 | 5 | 52 | 7 | 65 | 110 | 111 |
| Binary | 11101100 | 11100000 | 10001010 | 0 | 101 | 101010 | 111 | 110101 | 1001000 | 1001001 |
Color Harmonies of #ECE08A
Complementary color
Monochromatic Colors of #ECE08A
Black with #ECE08A
Text Example
Text Example
White with #ECE08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE08A; }
p { color: rgb(236,224,138); }
H1.HeaderClassName
{
color: #ECE08A;
}
.AnyTagClassName
{
color: #ECE08A;
}
</style>
background-color css
<style>
a { background-color: #ECE08A; }
a { background-color: rgb(236,224,138); }
div.DivClassName
{
background-color: #ECE08A;
}
.BgClassName
{
background-color: #ECE08A;
}
</style>
border-color css
<style>
span { border-color: #ECE08A; }
span { border-color: rgb(236,224,138); }
td.TdClassName
{
border-color: #ECE08A;
}
.TagClassName
{
border-color: #ECE08A;
}
</style>