Shades of Khaki #ECE28A
Tints of Khaki #ECE28A
RGB
CMYK
RGB Variations
Color information
#ECE28A (or 0xECE28A) is known color: Khaki. HEX triplet: EC, E2 and 8A. RGB value is (236,226,138). Sum of RGB (Red+Green+Blue) = 236+226+138=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE28A is #131D75. Grayscale: #DBDBDB. Windows color (decimal): -1252726 or 9102060. OLE color: 9102060.
HSL color Cylindrical-coordinate representation of color #ECE28A: hue angle of 53.88º 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 #ECE28A is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 138 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.07 |
| HSL | 53.88º | 0.72% | 0.73% | - |
| HSV(B) | 53.88º | 0.42% | 0.93% | - |
| XYZ | 66.38 | 74.06 | 34.84 | - |
| YUV | 218.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 138 | 0 | 0.04 | 0.42 | 0.07 | 53.88 | 0.72 | 0.73 |
| Hex | EC | E2 | 8A | 0 | 4 | 2A | 7 | 36 | 48 | 49 |
| Octal | 354 | 342 | 212 | 0 | 4 | 52 | 7 | 66 | 110 | 111 |
| Binary | 11101100 | 11100010 | 10001010 | 0 | 100 | 101010 | 111 | 110110 | 1001000 | 1001001 |
Color Harmonies of #ECE28A
Complementary color
Monochromatic Colors of #ECE28A
Black with #ECE28A
Text Example
Text Example
White with #ECE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE28A; }
p { color: rgb(236,226,138); }
H1.HeaderClassName
{
color: #ECE28A;
}
.AnyTagClassName
{
color: #ECE28A;
}
</style>
background-color css
<style>
a { background-color: #ECE28A; }
a { background-color: rgb(236,226,138); }
div.DivClassName
{
background-color: #ECE28A;
}
.BgClassName
{
background-color: #ECE28A;
}
</style>
border-color css
<style>
span { border-color: #ECE28A; }
span { border-color: rgb(236,226,138); }
td.TdClassName
{
border-color: #ECE28A;
}
.TagClassName
{
border-color: #ECE28A;
}
</style>