Shades of Harvest Gold #EABB72
Tints of Harvest Gold #EABB72
RGB
CMYK
RGB Variations
Color information
#EABB72 (or 0xEABB72) is known color: Harvest Gold. HEX triplet: EA, BB and 72. RGB value is (234,187,114). Sum of RGB (Red+Green+Blue) = 234+187+114=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB72 is #15448D. Grayscale: #C1C1C1. Windows color (decimal): -1393806 or 7519210. OLE color: 7519210.
HSL color Cylindrical-coordinate representation of color #EABB72: hue angle of 36.5º degrees, saturation: 0.74, 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 #EABB72 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 114 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.08 |
| HSL | 36.5º | 0.74% | 0.68% | - |
| HSV(B) | 36.5º | 0.51% | 0.92% | - |
| XYZ | 54.74 | 54.25 | 23.51 | - |
| YUV | 192.73 | 83.57 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 114 | 0 | 0.20 | 0.51 | 0.08 | 36.5 | 0.74 | 0.68 |
| Hex | EA | BB | 72 | 0 | 14 | 33 | 8 | 24 | 4A | 44 |
| Octal | 352 | 273 | 162 | 0 | 24 | 63 | 10 | 44 | 112 | 104 |
| Binary | 11101010 | 10111011 | 1110010 | 0 | 10100 | 110011 | 1000 | 100100 | 1001010 | 1000100 |
Color Harmonies of #EABB72
Complementary color
Monochromatic Colors of #EABB72
Black with #EABB72
Text Example
Text Example
White with #EABB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB72; }
p { color: rgb(234,187,114); }
H1.HeaderClassName
{
color: #EABB72;
}
.AnyTagClassName
{
color: #EABB72;
}
</style>
background-color css
<style>
a { background-color: #EABB72; }
a { background-color: rgb(234,187,114); }
div.DivClassName
{
background-color: #EABB72;
}
.BgClassName
{
background-color: #EABB72;
}
</style>
border-color css
<style>
span { border-color: #EABB72; }
span { border-color: rgb(234,187,114); }
td.TdClassName
{
border-color: #EABB72;
}
.TagClassName
{
border-color: #EABB72;
}
</style>