Shades of Harvest Gold #ECB96B
Tints of Harvest Gold #ECB96B
RGB
CMYK
RGB Variations
Color information
#ECB96B (or 0xECB96B) is known color: Harvest Gold. HEX triplet: EC, B9 and 6B. RGB value is (236,185,107). Sum of RGB (Red+Green+Blue) = 236+185+107=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB96B is #134694. Grayscale: #BFBFBF. Windows color (decimal): -1263253 or 7059948. OLE color: 7059948.
HSL color Cylindrical-coordinate representation of color #ECB96B: hue angle of 36.28º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECB96B is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 107 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.07 |
| HSL | 36.28º | 0.77% | 0.67% | - |
| HSV(B) | 36.28º | 0.55% | 0.93% | - |
| XYZ | 54.59 | 53.59 | 21.38 | - |
| YUV | 191.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 107 | 0 | 0.22 | 0.55 | 0.07 | 36.28 | 0.77 | 0.67 |
| Hex | EC | B9 | 6B | 0 | 16 | 37 | 7 | 24 | 4D | 43 |
| Octal | 354 | 271 | 153 | 0 | 26 | 67 | 7 | 44 | 115 | 103 |
| Binary | 11101100 | 10111001 | 1101011 | 0 | 10110 | 110111 | 111 | 100100 | 1001101 | 1000011 |
Color Harmonies of #ECB96B
Complementary color
Monochromatic Colors of #ECB96B
Black with #ECB96B
Text Example
Text Example
White with #ECB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB96B; }
p { color: rgb(236,185,107); }
H1.HeaderClassName
{
color: #ECB96B;
}
.AnyTagClassName
{
color: #ECB96B;
}
</style>
background-color css
<style>
a { background-color: #ECB96B; }
a { background-color: rgb(236,185,107); }
div.DivClassName
{
background-color: #ECB96B;
}
.BgClassName
{
background-color: #ECB96B;
}
</style>
border-color css
<style>
span { border-color: #ECB96B; }
span { border-color: rgb(236,185,107); }
td.TdClassName
{
border-color: #ECB96B;
}
.TagClassName
{
border-color: #ECB96B;
}
</style>