Shades of Harvest Gold #ECB46C
Tints of Harvest Gold #ECB46C
RGB
CMYK
RGB Variations
Color information
#ECB46C (or 0xECB46C) is known color: Harvest Gold. HEX triplet: EC, B4 and 6C. RGB value is (236,180,108). Sum of RGB (Red+Green+Blue) = 236+180+108=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB46C is #134B93. Grayscale: #BCBCBC. Windows color (decimal): -1264532 or 7124204. OLE color: 7124204.
HSL color Cylindrical-coordinate representation of color #ECB46C: hue angle of 33.75º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECB46C is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 108 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.07 |
| HSL | 33.75º | 0.77% | 0.67% | - |
| HSV(B) | 33.75º | 0.54% | 0.93% | - |
| XYZ | 53.62 | 51.56 | 21.31 | - |
| YUV | 188.54 | 82.55 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 108 | 0 | 0.24 | 0.54 | 0.07 | 33.75 | 0.77 | 0.67 |
| Hex | EC | B4 | 6C | 0 | 18 | 36 | 7 | 22 | 4D | 43 |
| Octal | 354 | 264 | 154 | 0 | 30 | 66 | 7 | 42 | 115 | 103 |
| Binary | 11101100 | 10110100 | 1101100 | 0 | 11000 | 110110 | 111 | 100010 | 1001101 | 1000011 |
Color Harmonies of #ECB46C
Complementary color
Monochromatic Colors of #ECB46C
Black with #ECB46C
Text Example
Text Example
White with #ECB46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB46C; }
p { color: rgb(236,180,108); }
H1.HeaderClassName
{
color: #ECB46C;
}
.AnyTagClassName
{
color: #ECB46C;
}
</style>
background-color css
<style>
a { background-color: #ECB46C; }
a { background-color: rgb(236,180,108); }
div.DivClassName
{
background-color: #ECB46C;
}
.BgClassName
{
background-color: #ECB46C;
}
</style>
border-color css
<style>
span { border-color: #ECB46C; }
span { border-color: rgb(236,180,108); }
td.TdClassName
{
border-color: #ECB46C;
}
.TagClassName
{
border-color: #ECB46C;
}
</style>