Shades of Khaki #ECE78A
Tints of Khaki #ECE78A
RGB
CMYK
RGB Variations
Color information
#ECE78A (or 0xECE78A) is known color: Khaki. HEX triplet: EC, E7 and 8A. RGB value is (236,231,138). Sum of RGB (Red+Green+Blue) = 236+231+138=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE78A is #131875. Grayscale: #DEDEDE. Windows color (decimal): -1251446 or 9103340. OLE color: 9103340.
HSL color Cylindrical-coordinate representation of color #ECE78A: hue angle of 56.94º 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 #ECE78A is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 138 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.07 |
| HSL | 56.94º | 0.72% | 0.73% | - |
| HSV(B) | 56.94º | 0.42% | 0.93% | - |
| XYZ | 67.76 | 76.82 | 35.3 | - |
| YUV | 221.89 | 80.66 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 138 | 0 | 0.02 | 0.42 | 0.07 | 56.94 | 0.72 | 0.73 |
| Hex | EC | E7 | 8A | 0 | 2 | 2A | 7 | 39 | 48 | 49 |
| Octal | 354 | 347 | 212 | 0 | 2 | 52 | 7 | 71 | 110 | 111 |
| Binary | 11101100 | 11100111 | 10001010 | 0 | 10 | 101010 | 111 | 111001 | 1001000 | 1001001 |
Color Harmonies of #ECE78A
Complementary color
Monochromatic Colors of #ECE78A
Black with #ECE78A
Text Example
Text Example
White with #ECE78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE78A; }
p { color: rgb(236,231,138); }
H1.HeaderClassName
{
color: #ECE78A;
}
.AnyTagClassName
{
color: #ECE78A;
}
</style>
background-color css
<style>
a { background-color: #ECE78A; }
a { background-color: rgb(236,231,138); }
div.DivClassName
{
background-color: #ECE78A;
}
.BgClassName
{
background-color: #ECE78A;
}
</style>
border-color css
<style>
span { border-color: #ECE78A; }
span { border-color: rgb(236,231,138); }
td.TdClassName
{
border-color: #ECE78A;
}
.TagClassName
{
border-color: #ECE78A;
}
</style>