Shades of Harvest Gold #EAC172
Tints of Harvest Gold #EAC172
RGB
CMYK
RGB Variations
Color information
#EAC172 (or 0xEAC172) is known color: Harvest Gold. HEX triplet: EA, C1 and 72. RGB value is (234,193,114). Sum of RGB (Red+Green+Blue) = 234+193+114=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC172 is #153E8D. Grayscale: #C4C4C4. Windows color (decimal): -1392270 or 7520746. OLE color: 7520746.
HSL color Cylindrical-coordinate representation of color #EAC172: hue angle of 39.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 #EAC172 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 114 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.08 |
| HSL | 39.5º | 0.74% | 0.68% | - |
| HSV(B) | 39.5º | 0.51% | 0.92% | - |
| XYZ | 56.04 | 56.85 | 23.94 | - |
| YUV | 196.25 | 81.58 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 114 | 0 | 0.18 | 0.51 | 0.08 | 39.5 | 0.74 | 0.68 |
| Hex | EA | C1 | 72 | 0 | 12 | 33 | 8 | 28 | 4A | 44 |
| Octal | 352 | 301 | 162 | 0 | 22 | 63 | 10 | 50 | 112 | 104 |
| Binary | 11101010 | 11000001 | 1110010 | 0 | 10010 | 110011 | 1000 | 101000 | 1001010 | 1000100 |
Color Harmonies of #EAC172
Complementary color
Monochromatic Colors of #EAC172
Black with #EAC172
Text Example
Text Example
White with #EAC172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC172; }
p { color: rgb(234,193,114); }
H1.HeaderClassName
{
color: #EAC172;
}
.AnyTagClassName
{
color: #EAC172;
}
</style>
background-color css
<style>
a { background-color: #EAC172; }
a { background-color: rgb(234,193,114); }
div.DivClassName
{
background-color: #EAC172;
}
.BgClassName
{
background-color: #EAC172;
}
</style>
border-color css
<style>
span { border-color: #EAC172; }
span { border-color: rgb(234,193,114); }
td.TdClassName
{
border-color: #EAC172;
}
.TagClassName
{
border-color: #EAC172;
}
</style>