Shades of Khaki #ECE788
Tints of Khaki #ECE788
RGB
CMYK
RGB Variations
Color information
#ECE788 (or 0xECE788) is known color: Khaki. HEX triplet: EC, E7 and 88. RGB value is (236,231,136). Sum of RGB (Red+Green+Blue) = 236+231+136=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 136 (53.52% from 255 or 22.55% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE788 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE788 is #131877. Grayscale: #DEDEDE. Windows color (decimal): -1251448 or 8972268. OLE color: 8972268.
HSL color Cylindrical-coordinate representation of color #ECE788: hue angle of 57º 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 #ECE788 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 136 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.07 |
| HSL | 57º | 0.72% | 0.73% | - |
| HSV(B) | 57º | 0.42% | 0.93% | - |
| XYZ | 67.61 | 76.76 | 34.55 | - |
| YUV | 221.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 136 | 0 | 0.02 | 0.42 | 0.07 | 57 | 0.72 | 0.73 |
| Hex | EC | E7 | 88 | 0 | 2 | 2A | 7 | 39 | 48 | 49 |
| Octal | 354 | 347 | 210 | 0 | 2 | 52 | 7 | 71 | 110 | 111 |
| Binary | 11101100 | 11100111 | 10001000 | 0 | 10 | 101010 | 111 | 111001 | 1001000 | 1001001 |
Color Harmonies of #ECE788
Complementary color
Monochromatic Colors of #ECE788
Black with #ECE788
Text Example
Text Example
White with #ECE788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE788; }
p { color: rgb(236,231,136); }
H1.HeaderClassName
{
color: #ECE788;
}
.AnyTagClassName
{
color: #ECE788;
}
</style>
background-color css
<style>
a { background-color: #ECE788; }
a { background-color: rgb(236,231,136); }
div.DivClassName
{
background-color: #ECE788;
}
.BgClassName
{
background-color: #ECE788;
}
</style>
border-color css
<style>
span { border-color: #ECE788; }
span { border-color: rgb(236,231,136); }
td.TdClassName
{
border-color: #ECE788;
}
.TagClassName
{
border-color: #ECE788;
}
</style>