Shades of Harvest Gold #ECBD68
Tints of Harvest Gold #ECBD68
RGB
CMYK
RGB Variations
Color information
#ECBD68 (or 0xECBD68) is known color: Harvest Gold. HEX triplet: EC, BD and 68. RGB value is (236,189,104). Sum of RGB (Red+Green+Blue) = 236+189+104=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD68 is #134297. Grayscale: #C1C1C1. Windows color (decimal): -1262232 or 6864364. OLE color: 6864364.
HSL color Cylindrical-coordinate representation of color #ECBD68: hue angle of 38.64º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECBD68 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 104 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.07 |
| HSL | 38.64º | 0.78% | 0.67% | - |
| HSV(B) | 38.64º | 0.56% | 0.93% | - |
| XYZ | 55.29 | 55.23 | 20.84 | - |
| YUV | 193.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 104 | 0 | 0.20 | 0.56 | 0.07 | 38.64 | 0.78 | 0.67 |
| Hex | EC | BD | 68 | 0 | 14 | 38 | 7 | 27 | 4E | 43 |
| Octal | 354 | 275 | 150 | 0 | 24 | 70 | 7 | 47 | 116 | 103 |
| Binary | 11101100 | 10111101 | 1101000 | 0 | 10100 | 111000 | 111 | 100111 | 1001110 | 1000011 |
Color Harmonies of #ECBD68
Complementary color
Monochromatic Colors of #ECBD68
Black with #ECBD68
Text Example
Text Example
White with #ECBD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD68; }
p { color: rgb(236,189,104); }
H1.HeaderClassName
{
color: #ECBD68;
}
.AnyTagClassName
{
color: #ECBD68;
}
</style>
background-color css
<style>
a { background-color: #ECBD68; }
a { background-color: rgb(236,189,104); }
div.DivClassName
{
background-color: #ECBD68;
}
.BgClassName
{
background-color: #ECBD68;
}
</style>
border-color css
<style>
span { border-color: #ECBD68; }
span { border-color: rgb(236,189,104); }
td.TdClassName
{
border-color: #ECBD68;
}
.TagClassName
{
border-color: #ECBD68;
}
</style>