Shades of Harvest Gold #EAB172
Tints of Harvest Gold #EAB172
RGB
CMYK
RGB Variations
Color information
#EAB172 (or 0xEAB172) is known color: Harvest Gold. HEX triplet: EA, B1 and 72. RGB value is (234,177,114). Sum of RGB (Red+Green+Blue) = 234+177+114=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB172 is #154E8D. Grayscale: #BBBBBB. Windows color (decimal): -1396366 or 7516650. OLE color: 7516650.
HSL color Cylindrical-coordinate representation of color #EAB172: hue angle of 31.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 #EAB172 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 114 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.08 |
| HSL | 31.5º | 0.74% | 0.68% | - |
| HSV(B) | 31.5º | 0.51% | 0.92% | - |
| XYZ | 52.69 | 50.15 | 22.82 | - |
| YUV | 186.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 114 | 0 | 0.24 | 0.51 | 0.08 | 31.5 | 0.74 | 0.68 |
| Hex | EA | B1 | 72 | 0 | 18 | 33 | 8 | 1F | 4A | 44 |
| Octal | 352 | 261 | 162 | 0 | 30 | 63 | 10 | 37 | 112 | 104 |
| Binary | 11101010 | 10110001 | 1110010 | 0 | 11000 | 110011 | 1000 | 11111 | 1001010 | 1000100 |
Color Harmonies of #EAB172
Complementary color
Monochromatic Colors of #EAB172
Black with #EAB172
Text Example
Text Example
White with #EAB172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB172; }
p { color: rgb(234,177,114); }
H1.HeaderClassName
{
color: #EAB172;
}
.AnyTagClassName
{
color: #EAB172;
}
</style>
background-color css
<style>
a { background-color: #EAB172; }
a { background-color: rgb(234,177,114); }
div.DivClassName
{
background-color: #EAB172;
}
.BgClassName
{
background-color: #EAB172;
}
</style>
border-color css
<style>
span { border-color: #EAB172; }
span { border-color: rgb(234,177,114); }
td.TdClassName
{
border-color: #EAB172;
}
.TagClassName
{
border-color: #EAB172;
}
</style>