Shades of Harvest Gold #EBC072
Tints of Harvest Gold #EBC072
RGB
CMYK
RGB Variations
Color information
#EBC072 (or 0xEBC072) is known color: Harvest Gold. HEX triplet: EB, C0 and 72. RGB value is (235,192,114). Sum of RGB (Red+Green+Blue) = 235+192+114=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC072 is #143F8D. Grayscale: #C4C4C4. Windows color (decimal): -1326990 or 7520491. OLE color: 7520491.
HSL color Cylindrical-coordinate representation of color #EBC072: hue angle of 38.68º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBC072 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 114 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.08 |
| HSL | 38.68º | 0.75% | 0.68% | - |
| HSV(B) | 38.68º | 0.51% | 0.92% | - |
| XYZ | 56.15 | 56.58 | 23.88 | - |
| YUV | 195.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 114 | 0 | 0.18 | 0.51 | 0.08 | 38.68 | 0.75 | 0.68 |
| Hex | EB | C0 | 72 | 0 | 12 | 33 | 8 | 27 | 4B | 44 |
| Octal | 353 | 300 | 162 | 0 | 22 | 63 | 10 | 47 | 113 | 104 |
| Binary | 11101011 | 11000000 | 1110010 | 0 | 10010 | 110011 | 1000 | 100111 | 1001011 | 1000100 |
Color Harmonies of #EBC072
Complementary color
Monochromatic Colors of #EBC072
Black with #EBC072
Text Example
Text Example
White with #EBC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC072; }
p { color: rgb(235,192,114); }
H1.HeaderClassName
{
color: #EBC072;
}
.AnyTagClassName
{
color: #EBC072;
}
</style>
background-color css
<style>
a { background-color: #EBC072; }
a { background-color: rgb(235,192,114); }
div.DivClassName
{
background-color: #EBC072;
}
.BgClassName
{
background-color: #EBC072;
}
</style>
border-color css
<style>
span { border-color: #EBC072; }
span { border-color: rgb(235,192,114); }
td.TdClassName
{
border-color: #EBC072;
}
.TagClassName
{
border-color: #EBC072;
}
</style>