Shades of Harvest Gold #ECB86B
Tints of Harvest Gold #ECB86B
RGB
CMYK
RGB Variations
Color information
#ECB86B (or 0xECB86B) is known color: Harvest Gold. HEX triplet: EC, B8 and 6B. RGB value is (236,184,107). Sum of RGB (Red+Green+Blue) = 236+184+107=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB86B is #134794. Grayscale: #BFBFBF. Windows color (decimal): -1263509 or 7059692. OLE color: 7059692.
HSL color Cylindrical-coordinate representation of color #ECB86B: hue angle of 35.81º 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 #ECB86B is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 107 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.07 |
| HSL | 35.81º | 0.77% | 0.67% | - |
| HSV(B) | 35.81º | 0.55% | 0.93% | - |
| XYZ | 54.39 | 53.18 | 21.31 | - |
| YUV | 190.77 | 80.73 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 107 | 0 | 0.22 | 0.55 | 0.07 | 35.81 | 0.77 | 0.67 |
| Hex | EC | B8 | 6B | 0 | 16 | 37 | 7 | 24 | 4D | 43 |
| Octal | 354 | 270 | 153 | 0 | 26 | 67 | 7 | 44 | 115 | 103 |
| Binary | 11101100 | 10111000 | 1101011 | 0 | 10110 | 110111 | 111 | 100100 | 1001101 | 1000011 |
Color Harmonies of #ECB86B
Complementary color
Monochromatic Colors of #ECB86B
Black with #ECB86B
Text Example
Text Example
White with #ECB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB86B; }
p { color: rgb(236,184,107); }
H1.HeaderClassName
{
color: #ECB86B;
}
.AnyTagClassName
{
color: #ECB86B;
}
</style>
background-color css
<style>
a { background-color: #ECB86B; }
a { background-color: rgb(236,184,107); }
div.DivClassName
{
background-color: #ECB86B;
}
.BgClassName
{
background-color: #ECB86B;
}
</style>
border-color css
<style>
span { border-color: #ECB86B; }
span { border-color: rgb(236,184,107); }
td.TdClassName
{
border-color: #ECB86B;
}
.TagClassName
{
border-color: #ECB86B;
}
</style>