Shades of Khaki #ECE38F
Tints of Khaki #ECE38F
RGB
CMYK
RGB Variations
Color information
#ECE38F (or 0xECE38F) is known color: Khaki. HEX triplet: EC, E3 and 8F. RGB value is (236,227,143). Sum of RGB (Red+Green+Blue) = 236+227+143=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 143 (56.25% from 255 or 23.60% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE38F is #131C70. Grayscale: #DCDCDC. Windows color (decimal): -1252465 or 9429996. OLE color: 9429996.
HSL color Cylindrical-coordinate representation of color #ECE38F: hue angle of 54.19º 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 #ECE38F is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 143 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.07 |
| HSL | 54.19º | 0.71% | 0.74% | - |
| HSV(B) | 54.19º | 0.39% | 0.93% | - |
| XYZ | 67.02 | 74.75 | 36.88 | - |
| YUV | 220.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 143 | 0 | 0.04 | 0.39 | 0.07 | 54.19 | 0.71 | 0.74 |
| Hex | EC | E3 | 8F | 0 | 4 | 27 | 7 | 36 | 47 | 4A |
| Octal | 354 | 343 | 217 | 0 | 4 | 47 | 7 | 66 | 107 | 112 |
| Binary | 11101100 | 11100011 | 10001111 | 0 | 100 | 100111 | 111 | 110110 | 1000111 | 1001010 |
Color Harmonies of #ECE38F
Complementary color
Monochromatic Colors of #ECE38F
Black with #ECE38F
Text Example
Text Example
White with #ECE38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE38F; }
p { color: rgb(236,227,143); }
H1.HeaderClassName
{
color: #ECE38F;
}
.AnyTagClassName
{
color: #ECE38F;
}
</style>
background-color css
<style>
a { background-color: #ECE38F; }
a { background-color: rgb(236,227,143); }
div.DivClassName
{
background-color: #ECE38F;
}
.BgClassName
{
background-color: #ECE38F;
}
</style>
border-color css
<style>
span { border-color: #ECE38F; }
span { border-color: rgb(236,227,143); }
td.TdClassName
{
border-color: #ECE38F;
}
.TagClassName
{
border-color: #ECE38F;
}
</style>