Shades of Harvest Gold #EAB375
Tints of Harvest Gold #EAB375
RGB
CMYK
RGB Variations
Color information
#EAB375 (or 0xEAB375) is known color: Harvest Gold. HEX triplet: EA, B3 and 75. RGB value is (234,179,117). Sum of RGB (Red+Green+Blue) = 234+179+117=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB375 is #154C8A. Grayscale: #BCBCBC. Windows color (decimal): -1395851 or 7713770. OLE color: 7713770.
HSL color Cylindrical-coordinate representation of color #EAB375: hue angle of 31.79º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAB375 is Cyan = 0, Magento = 0.24, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 117 | - |
| CMYK | 0 | 0.24 | 0.5 | 0.08 |
| HSL | 31.79º | 0.74% | 0.69% | - |
| HSV(B) | 31.79º | 0.5% | 0.92% | - |
| XYZ | 53.26 | 51.02 | 23.87 | - |
| YUV | 188.38 | 87.72 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 117 | 0 | 0.24 | 0.5 | 0.08 | 31.79 | 0.74 | 0.69 |
| Hex | EA | B3 | 75 | 0 | 18 | 32 | 8 | 20 | 4A | 45 |
| Octal | 352 | 263 | 165 | 0 | 30 | 62 | 10 | 40 | 112 | 105 |
| Binary | 11101010 | 10110011 | 1110101 | 0 | 11000 | 110010 | 1000 | 100000 | 1001010 | 1000101 |
Color Harmonies of #EAB375
Complementary color
Monochromatic Colors of #EAB375
Black with #EAB375
Text Example
Text Example
White with #EAB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB375; }
p { color: rgb(234,179,117); }
H1.HeaderClassName
{
color: #EAB375;
}
.AnyTagClassName
{
color: #EAB375;
}
</style>
background-color css
<style>
a { background-color: #EAB375; }
a { background-color: rgb(234,179,117); }
div.DivClassName
{
background-color: #EAB375;
}
.BgClassName
{
background-color: #EAB375;
}
</style>
border-color css
<style>
span { border-color: #EAB375; }
span { border-color: rgb(234,179,117); }
td.TdClassName
{
border-color: #EAB375;
}
.TagClassName
{
border-color: #EAB375;
}
</style>