Shades of Khaki #ECE48B
Tints of Khaki #ECE48B
RGB
CMYK
RGB Variations
Color information
#ECE48B (or 0xECE48B) is known color: Khaki. HEX triplet: EC, E4 and 8B. RGB value is (236,228,139). Sum of RGB (Red+Green+Blue) = 236+228+139=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 139 (54.69% from 255 or 23.05% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE48B is #131B74. Grayscale: #DCDCDC. Windows color (decimal): -1252213 or 9168108. OLE color: 9168108.
HSL color Cylindrical-coordinate representation of color #ECE48B: hue angle of 55.05º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECE48B is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 139 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.07 |
| HSL | 55.05º | 0.72% | 0.74% | - |
| HSV(B) | 55.05º | 0.41% | 0.93% | - |
| XYZ | 67 | 75.18 | 35.41 | - |
| YUV | 220.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 139 | 0 | 0.03 | 0.41 | 0.07 | 55.05 | 0.72 | 0.74 |
| Hex | EC | E4 | 8B | 0 | 3 | 29 | 7 | 37 | 48 | 4A |
| Octal | 354 | 344 | 213 | 0 | 3 | 51 | 7 | 67 | 110 | 112 |
| Binary | 11101100 | 11100100 | 10001011 | 0 | 11 | 101001 | 111 | 110111 | 1001000 | 1001010 |
Color Harmonies of #ECE48B
Complementary color
Monochromatic Colors of #ECE48B
Black with #ECE48B
Text Example
Text Example
White with #ECE48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE48B; }
p { color: rgb(236,228,139); }
H1.HeaderClassName
{
color: #ECE48B;
}
.AnyTagClassName
{
color: #ECE48B;
}
</style>
background-color css
<style>
a { background-color: #ECE48B; }
a { background-color: rgb(236,228,139); }
div.DivClassName
{
background-color: #ECE48B;
}
.BgClassName
{
background-color: #ECE48B;
}
</style>
border-color css
<style>
span { border-color: #ECE48B; }
span { border-color: rgb(236,228,139); }
td.TdClassName
{
border-color: #ECE48B;
}
.TagClassName
{
border-color: #ECE48B;
}
</style>