Shades of Harvest Gold #ECB76B
Tints of Harvest Gold #ECB76B
RGB
CMYK
RGB Variations
Color information
#ECB76B (or 0xECB76B) is known color: Harvest Gold. HEX triplet: EC, B7 and 6B. RGB value is (236,183,107). Sum of RGB (Red+Green+Blue) = 236+183+107=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB76B is #134894. Grayscale: #BEBEBE. Windows color (decimal): -1263765 or 7059436. OLE color: 7059436.
HSL color Cylindrical-coordinate representation of color #ECB76B: hue angle of 35.35º 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 #ECB76B is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 107 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.07 |
| HSL | 35.35º | 0.77% | 0.67% | - |
| HSV(B) | 35.35º | 0.55% | 0.93% | - |
| XYZ | 54.18 | 52.76 | 21.24 | - |
| YUV | 190.18 | 81.06 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 107 | 0 | 0.22 | 0.55 | 0.07 | 35.35 | 0.77 | 0.67 |
| Hex | EC | B7 | 6B | 0 | 16 | 37 | 7 | 23 | 4D | 43 |
| Octal | 354 | 267 | 153 | 0 | 26 | 67 | 7 | 43 | 115 | 103 |
| Binary | 11101100 | 10110111 | 1101011 | 0 | 10110 | 110111 | 111 | 100011 | 1001101 | 1000011 |
Color Harmonies of #ECB76B
Complementary color
Monochromatic Colors of #ECB76B
Black with #ECB76B
Text Example
Text Example
White with #ECB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB76B; }
p { color: rgb(236,183,107); }
H1.HeaderClassName
{
color: #ECB76B;
}
.AnyTagClassName
{
color: #ECB76B;
}
</style>
background-color css
<style>
a { background-color: #ECB76B; }
a { background-color: rgb(236,183,107); }
div.DivClassName
{
background-color: #ECB76B;
}
.BgClassName
{
background-color: #ECB76B;
}
</style>
border-color css
<style>
span { border-color: #ECB76B; }
span { border-color: rgb(236,183,107); }
td.TdClassName
{
border-color: #ECB76B;
}
.TagClassName
{
border-color: #ECB76B;
}
</style>