Shades of Harvest Gold #EABD70
Tints of Harvest Gold #EABD70
RGB
CMYK
RGB Variations
Color information
#EABD70 (or 0xEABD70) is known color: Harvest Gold. HEX triplet: EA, BD and 70. RGB value is (234,189,112). Sum of RGB (Red+Green+Blue) = 234+189+112=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD70 is #15428F. Grayscale: #C2C2C2. Windows color (decimal): -1393296 or 7388650. OLE color: 7388650.
HSL color Cylindrical-coordinate representation of color #EABD70: hue angle of 37.87º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EABD70 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 112 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.08 |
| HSL | 37.87º | 0.74% | 0.68% | - |
| HSV(B) | 37.87º | 0.52% | 0.92% | - |
| XYZ | 55.05 | 55.06 | 23.05 | - |
| YUV | 193.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 112 | 0 | 0.19 | 0.52 | 0.08 | 37.87 | 0.74 | 0.68 |
| Hex | EA | BD | 70 | 0 | 13 | 34 | 8 | 26 | 4A | 44 |
| Octal | 352 | 275 | 160 | 0 | 23 | 64 | 10 | 46 | 112 | 104 |
| Binary | 11101010 | 10111101 | 1110000 | 0 | 10011 | 110100 | 1000 | 100110 | 1001010 | 1000100 |
Color Harmonies of #EABD70
Complementary color
Monochromatic Colors of #EABD70
Black with #EABD70
Text Example
Text Example
White with #EABD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD70; }
p { color: rgb(234,189,112); }
H1.HeaderClassName
{
color: #EABD70;
}
.AnyTagClassName
{
color: #EABD70;
}
</style>
background-color css
<style>
a { background-color: #EABD70; }
a { background-color: rgb(234,189,112); }
div.DivClassName
{
background-color: #EABD70;
}
.BgClassName
{
background-color: #EABD70;
}
</style>
border-color css
<style>
span { border-color: #EABD70; }
span { border-color: rgb(234,189,112); }
td.TdClassName
{
border-color: #EABD70;
}
.TagClassName
{
border-color: #EABD70;
}
</style>