Shades of Khaki #ECE78F
Tints of Khaki #ECE78F
RGB
CMYK
RGB Variations
Color information
#ECE78F (or 0xECE78F) is known color: Khaki. HEX triplet: EC, E7 and 8F. RGB value is (236,231,143). Sum of RGB (Red+Green+Blue) = 236+231+143=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 143 (56.25% from 255 or 23.44% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE78F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE78F is #131870. Grayscale: #DEDEDE. Windows color (decimal): -1251441 or 9431020. OLE color: 9431020.
HSL color Cylindrical-coordinate representation of color #ECE78F: hue angle of 56.77º 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 #ECE78F is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 143 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.07 |
| HSL | 56.77º | 0.71% | 0.74% | - |
| HSV(B) | 56.77º | 0.39% | 0.93% | - |
| XYZ | 68.13 | 76.97 | 37.25 | - |
| YUV | 222.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 143 | 0 | 0.02 | 0.39 | 0.07 | 56.77 | 0.71 | 0.74 |
| Hex | EC | E7 | 8F | 0 | 2 | 27 | 7 | 39 | 47 | 4A |
| Octal | 354 | 347 | 217 | 0 | 2 | 47 | 7 | 71 | 107 | 112 |
| Binary | 11101100 | 11100111 | 10001111 | 0 | 10 | 100111 | 111 | 111001 | 1000111 | 1001010 |
Color Harmonies of #ECE78F
Complementary color
Monochromatic Colors of #ECE78F
Black with #ECE78F
Text Example
Text Example
White with #ECE78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE78F; }
p { color: rgb(236,231,143); }
H1.HeaderClassName
{
color: #ECE78F;
}
.AnyTagClassName
{
color: #ECE78F;
}
</style>
background-color css
<style>
a { background-color: #ECE78F; }
a { background-color: rgb(236,231,143); }
div.DivClassName
{
background-color: #ECE78F;
}
.BgClassName
{
background-color: #ECE78F;
}
</style>
border-color css
<style>
span { border-color: #ECE78F; }
span { border-color: rgb(236,231,143); }
td.TdClassName
{
border-color: #ECE78F;
}
.TagClassName
{
border-color: #ECE78F;
}
</style>