Shades of Khaki #ECE78E
Tints of Khaki #ECE78E
RGB
CMYK
RGB Variations
Color information
#ECE78E (or 0xECE78E) is known color: Khaki. HEX triplet: EC, E7 and 8E. RGB value is (236,231,142). Sum of RGB (Red+Green+Blue) = 236+231+142=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 142 (55.86% from 255 or 23.32% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE78E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE78E is #131871. Grayscale: #DEDEDE. Windows color (decimal): -1251442 or 9365484. OLE color: 9365484.
HSL color Cylindrical-coordinate representation of color #ECE78E: hue angle of 56.81º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECE78E is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 142 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.07 |
| HSL | 56.81º | 0.71% | 0.74% | - |
| HSV(B) | 56.81º | 0.4% | 0.93% | - |
| XYZ | 68.05 | 76.94 | 36.86 | - |
| YUV | 222.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 142 | 0 | 0.02 | 0.40 | 0.07 | 56.81 | 0.71 | 0.74 |
| Hex | EC | E7 | 8E | 0 | 2 | 28 | 7 | 39 | 47 | 4A |
| Octal | 354 | 347 | 216 | 0 | 2 | 50 | 7 | 71 | 107 | 112 |
| Binary | 11101100 | 11100111 | 10001110 | 0 | 10 | 101000 | 111 | 111001 | 1000111 | 1001010 |
Color Harmonies of #ECE78E
Complementary color
Monochromatic Colors of #ECE78E
Black with #ECE78E
Text Example
Text Example
White with #ECE78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE78E; }
p { color: rgb(236,231,142); }
H1.HeaderClassName
{
color: #ECE78E;
}
.AnyTagClassName
{
color: #ECE78E;
}
</style>
background-color css
<style>
a { background-color: #ECE78E; }
a { background-color: rgb(236,231,142); }
div.DivClassName
{
background-color: #ECE78E;
}
.BgClassName
{
background-color: #ECE78E;
}
</style>
border-color css
<style>
span { border-color: #ECE78E; }
span { border-color: rgb(236,231,142); }
td.TdClassName
{
border-color: #ECE78E;
}
.TagClassName
{
border-color: #ECE78E;
}
</style>