Shades of Harvest Gold #EAC173
Tints of Harvest Gold #EAC173
RGB
CMYK
RGB Variations
Color information
#EAC173 (or 0xEAC173) is known color: Harvest Gold. HEX triplet: EA, C1 and 73. RGB value is (234,193,115). Sum of RGB (Red+Green+Blue) = 234+193+115=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC173 is #153E8C. Grayscale: #C4C4C4. Windows color (decimal): -1392269 or 7586282. OLE color: 7586282.
HSL color Cylindrical-coordinate representation of color #EAC173: hue angle of 39.33º 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 #EAC173 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 115 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.08 |
| HSL | 39.33º | 0.74% | 0.68% | - |
| HSV(B) | 39.33º | 0.51% | 0.92% | - |
| XYZ | 56.1 | 56.87 | 24.24 | - |
| YUV | 196.37 | 82.08 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 115 | 0 | 0.18 | 0.51 | 0.08 | 39.33 | 0.74 | 0.68 |
| Hex | EA | C1 | 73 | 0 | 12 | 33 | 8 | 27 | 4A | 44 |
| Octal | 352 | 301 | 163 | 0 | 22 | 63 | 10 | 47 | 112 | 104 |
| Binary | 11101010 | 11000001 | 1110011 | 0 | 10010 | 110011 | 1000 | 100111 | 1001010 | 1000100 |
Color Harmonies of #EAC173
Complementary color
Monochromatic Colors of #EAC173
Black with #EAC173
Text Example
Text Example
White with #EAC173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC173; }
p { color: rgb(234,193,115); }
H1.HeaderClassName
{
color: #EAC173;
}
.AnyTagClassName
{
color: #EAC173;
}
</style>
background-color css
<style>
a { background-color: #EAC173; }
a { background-color: rgb(234,193,115); }
div.DivClassName
{
background-color: #EAC173;
}
.BgClassName
{
background-color: #EAC173;
}
</style>
border-color css
<style>
span { border-color: #EAC173; }
span { border-color: rgb(234,193,115); }
td.TdClassName
{
border-color: #EAC173;
}
.TagClassName
{
border-color: #EAC173;
}
</style>