Shades of Harvest Gold #ECB274
Tints of Harvest Gold #ECB274
RGB
CMYK
RGB Variations
Color information
#ECB274 (or 0xECB274) is known color: Harvest Gold. HEX triplet: EC, B2 and 74. RGB value is (236,178,116). Sum of RGB (Red+Green+Blue) = 236+178+116=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB274 is #134D8B. Grayscale: #BCBCBC. Windows color (decimal): -1265036 or 7647980. OLE color: 7647980.
HSL color Cylindrical-coordinate representation of color #ECB274: hue angle of 31º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECB274 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 116 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.07 |
| HSL | 31º | 0.76% | 0.69% | - |
| HSV(B) | 31º | 0.51% | 0.93% | - |
| XYZ | 53.66 | 50.93 | 23.53 | - |
| YUV | 188.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 116 | 0 | 0.25 | 0.51 | 0.07 | 31 | 0.76 | 0.69 |
| Hex | EC | B2 | 74 | 0 | 19 | 33 | 7 | 1F | 4C | 45 |
| Octal | 354 | 262 | 164 | 0 | 31 | 63 | 7 | 37 | 114 | 105 |
| Binary | 11101100 | 10110010 | 1110100 | 0 | 11001 | 110011 | 111 | 11111 | 1001100 | 1000101 |
Color Harmonies of #ECB274
Complementary color
Monochromatic Colors of #ECB274
Black with #ECB274
Text Example
Text Example
White with #ECB274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB274; }
p { color: rgb(236,178,116); }
H1.HeaderClassName
{
color: #ECB274;
}
.AnyTagClassName
{
color: #ECB274;
}
</style>
background-color css
<style>
a { background-color: #ECB274; }
a { background-color: rgb(236,178,116); }
div.DivClassName
{
background-color: #ECB274;
}
.BgClassName
{
background-color: #ECB274;
}
</style>
border-color css
<style>
span { border-color: #ECB274; }
span { border-color: rgb(236,178,116); }
td.TdClassName
{
border-color: #ECB274;
}
.TagClassName
{
border-color: #ECB274;
}
</style>