Shades of Harvest Gold #ECB56A
Tints of Harvest Gold #ECB56A
RGB
CMYK
RGB Variations
Color information
#ECB56A (or 0xECB56A) is known color: Harvest Gold. HEX triplet: EC, B5 and 6A. RGB value is (236,181,106). Sum of RGB (Red+Green+Blue) = 236+181+106=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB56A is #134A95. Grayscale: #BDBDBD. Windows color (decimal): -1264278 or 6993388. OLE color: 6993388.
HSL color Cylindrical-coordinate representation of color #ECB56A: hue angle of 34.62º 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 #ECB56A is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 106 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.07 |
| HSL | 34.62º | 0.77% | 0.67% | - |
| HSV(B) | 34.62º | 0.55% | 0.93% | - |
| XYZ | 53.72 | 51.92 | 20.83 | - |
| YUV | 188.9 | 81.22 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 106 | 0 | 0.23 | 0.55 | 0.07 | 34.62 | 0.77 | 0.67 |
| Hex | EC | B5 | 6A | 0 | 17 | 37 | 7 | 23 | 4D | 43 |
| Octal | 354 | 265 | 152 | 0 | 27 | 67 | 7 | 43 | 115 | 103 |
| Binary | 11101100 | 10110101 | 1101010 | 0 | 10111 | 110111 | 111 | 100011 | 1001101 | 1000011 |
Color Harmonies of #ECB56A
Complementary color
Monochromatic Colors of #ECB56A
Black with #ECB56A
Text Example
Text Example
White with #ECB56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB56A; }
p { color: rgb(236,181,106); }
H1.HeaderClassName
{
color: #ECB56A;
}
.AnyTagClassName
{
color: #ECB56A;
}
</style>
background-color css
<style>
a { background-color: #ECB56A; }
a { background-color: rgb(236,181,106); }
div.DivClassName
{
background-color: #ECB56A;
}
.BgClassName
{
background-color: #ECB56A;
}
</style>
border-color css
<style>
span { border-color: #ECB56A; }
span { border-color: rgb(236,181,106); }
td.TdClassName
{
border-color: #ECB56A;
}
.TagClassName
{
border-color: #ECB56A;
}
</style>