Shades of Harvest Gold #ECB263
Tints of Harvest Gold #ECB263
RGB
CMYK
RGB Variations
Color information
#ECB263 (or 0xECB263) is known color: Harvest Gold. HEX triplet: EC, B2 and 63. RGB value is (236,178,99). Sum of RGB (Red+Green+Blue) = 236+178+99=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB263 is #134D9C. Grayscale: #BABABA. Windows color (decimal): -1265053 or 6533868. OLE color: 6533868.
HSL color Cylindrical-coordinate representation of color #ECB263: hue angle of 34.6º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECB263 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 99 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.07 |
| HSL | 34.6º | 0.78% | 0.66% | - |
| HSV(B) | 34.6º | 0.58% | 0.93% | - |
| XYZ | 52.76 | 50.57 | 18.79 | - |
| YUV | 186.34 | 78.72 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 99 | 0 | 0.25 | 0.58 | 0.07 | 34.6 | 0.78 | 0.66 |
| Hex | EC | B2 | 63 | 0 | 19 | 3A | 7 | 23 | 4E | 42 |
| Octal | 354 | 262 | 143 | 0 | 31 | 72 | 7 | 43 | 116 | 102 |
| Binary | 11101100 | 10110010 | 1100011 | 0 | 11001 | 111010 | 111 | 100011 | 1001110 | 1000010 |
Color Harmonies of #ECB263
Complementary color
Monochromatic Colors of #ECB263
Black with #ECB263
Text Example
Text Example
White with #ECB263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB263; }
p { color: rgb(236,178,99); }
H1.HeaderClassName
{
color: #ECB263;
}
.AnyTagClassName
{
color: #ECB263;
}
</style>
background-color css
<style>
a { background-color: #ECB263; }
a { background-color: rgb(236,178,99); }
div.DivClassName
{
background-color: #ECB263;
}
.BgClassName
{
background-color: #ECB263;
}
</style>
border-color css
<style>
span { border-color: #ECB263; }
span { border-color: rgb(236,178,99); }
td.TdClassName
{
border-color: #ECB263;
}
.TagClassName
{
border-color: #ECB263;
}
</style>