Shades of Harvest Gold #ECB36B
Tints of Harvest Gold #ECB36B
RGB
CMYK
RGB Variations
Color information
#ECB36B (or 0xECB36B) is known color: Harvest Gold. HEX triplet: EC, B3 and 6B. RGB value is (236,179,107). Sum of RGB (Red+Green+Blue) = 236+179+107=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB36B is #134C94. Grayscale: #BCBCBC. Windows color (decimal): -1264789 or 7058412. OLE color: 7058412.
HSL color Cylindrical-coordinate representation of color #ECB36B: hue angle of 33.49º 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 #ECB36B is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 107 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.07 |
| HSL | 33.49º | 0.77% | 0.67% | - |
| HSV(B) | 33.49º | 0.55% | 0.93% | - |
| XYZ | 53.37 | 51.13 | 20.97 | - |
| YUV | 187.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 107 | 0 | 0.24 | 0.55 | 0.07 | 33.49 | 0.77 | 0.67 |
| Hex | EC | B3 | 6B | 0 | 18 | 37 | 7 | 21 | 4D | 43 |
| Octal | 354 | 263 | 153 | 0 | 30 | 67 | 7 | 41 | 115 | 103 |
| Binary | 11101100 | 10110011 | 1101011 | 0 | 11000 | 110111 | 111 | 100001 | 1001101 | 1000011 |
Color Harmonies of #ECB36B
Complementary color
Monochromatic Colors of #ECB36B
Black with #ECB36B
Text Example
Text Example
White with #ECB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB36B; }
p { color: rgb(236,179,107); }
H1.HeaderClassName
{
color: #ECB36B;
}
.AnyTagClassName
{
color: #ECB36B;
}
</style>
background-color css
<style>
a { background-color: #ECB36B; }
a { background-color: rgb(236,179,107); }
div.DivClassName
{
background-color: #ECB36B;
}
.BgClassName
{
background-color: #ECB36B;
}
</style>
border-color css
<style>
span { border-color: #ECB36B; }
span { border-color: rgb(236,179,107); }
td.TdClassName
{
border-color: #ECB36B;
}
.TagClassName
{
border-color: #ECB36B;
}
</style>