Shades of Harvest Gold #ECB26A
Tints of Harvest Gold #ECB26A
RGB
CMYK
RGB Variations
Color information
#ECB26A (or 0xECB26A) is known color: Harvest Gold. HEX triplet: EC, B2 and 6A. RGB value is (236,178,106). Sum of RGB (Red+Green+Blue) = 236+178+106=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB26A is #134D95. Grayscale: #BBBBBB. Windows color (decimal): -1265046 or 6992620. OLE color: 6992620.
HSL color Cylindrical-coordinate representation of color #ECB26A: hue angle of 33.23º 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 #ECB26A is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 106 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.07 |
| HSL | 33.23º | 0.77% | 0.67% | - |
| HSV(B) | 33.23º | 0.55% | 0.93% | - |
| XYZ | 53.11 | 50.71 | 20.63 | - |
| YUV | 187.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 106 | 0 | 0.25 | 0.55 | 0.07 | 33.23 | 0.77 | 0.67 |
| Hex | EC | B2 | 6A | 0 | 19 | 37 | 7 | 21 | 4D | 43 |
| Octal | 354 | 262 | 152 | 0 | 31 | 67 | 7 | 41 | 115 | 103 |
| Binary | 11101100 | 10110010 | 1101010 | 0 | 11001 | 110111 | 111 | 100001 | 1001101 | 1000011 |
Color Harmonies of #ECB26A
Complementary color
Monochromatic Colors of #ECB26A
Black with #ECB26A
Text Example
Text Example
White with #ECB26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB26A; }
p { color: rgb(236,178,106); }
H1.HeaderClassName
{
color: #ECB26A;
}
.AnyTagClassName
{
color: #ECB26A;
}
</style>
background-color css
<style>
a { background-color: #ECB26A; }
a { background-color: rgb(236,178,106); }
div.DivClassName
{
background-color: #ECB26A;
}
.BgClassName
{
background-color: #ECB26A;
}
</style>
border-color css
<style>
span { border-color: #ECB26A; }
span { border-color: rgb(236,178,106); }
td.TdClassName
{
border-color: #ECB26A;
}
.TagClassName
{
border-color: #ECB26A;
}
</style>