Shades of Harvest Gold #ECB36A
Tints of Harvest Gold #ECB36A
RGB
CMYK
RGB Variations
Color information
#ECB36A (or 0xECB36A) is known color: Harvest Gold. HEX triplet: EC, B3 and 6A. RGB value is (236,179,106). Sum of RGB (Red+Green+Blue) = 236+179+106=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB36A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB36A is #134C95. Grayscale: #BCBCBC. Windows color (decimal): -1264790 or 6992876. OLE color: 6992876.
HSL color Cylindrical-coordinate representation of color #ECB36A: hue angle of 33.69º 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 #ECB36A is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 106 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.07 |
| HSL | 33.69º | 0.77% | 0.67% | - |
| HSV(B) | 33.69º | 0.55% | 0.93% | - |
| XYZ | 53.31 | 51.11 | 20.69 | - |
| YUV | 187.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 106 | 0 | 0.24 | 0.55 | 0.07 | 33.69 | 0.77 | 0.67 |
| Hex | EC | B3 | 6A | 0 | 18 | 37 | 7 | 22 | 4D | 43 |
| Octal | 354 | 263 | 152 | 0 | 30 | 67 | 7 | 42 | 115 | 103 |
| Binary | 11101100 | 10110011 | 1101010 | 0 | 11000 | 110111 | 111 | 100010 | 1001101 | 1000011 |
Color Harmonies of #ECB36A
Complementary color
Monochromatic Colors of #ECB36A
Black with #ECB36A
Text Example
Text Example
White with #ECB36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB36A; }
p { color: rgb(236,179,106); }
H1.HeaderClassName
{
color: #ECB36A;
}
.AnyTagClassName
{
color: #ECB36A;
}
</style>
background-color css
<style>
a { background-color: #ECB36A; }
a { background-color: rgb(236,179,106); }
div.DivClassName
{
background-color: #ECB36A;
}
.BgClassName
{
background-color: #ECB36A;
}
</style>
border-color css
<style>
span { border-color: #ECB36A; }
span { border-color: rgb(236,179,106); }
td.TdClassName
{
border-color: #ECB36A;
}
.TagClassName
{
border-color: #ECB36A;
}
</style>