Shades of Harvest Gold #EAC26D
Tints of Harvest Gold #EAC26D
RGB
CMYK
RGB Variations
Color information
#EAC26D (or 0xEAC26D) is known color: Harvest Gold. HEX triplet: EA, C2 and 6D. RGB value is (234,194,109). Sum of RGB (Red+Green+Blue) = 234+194+109=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC26D is #153D92. Grayscale: #C4C4C4. Windows color (decimal): -1392019 or 7193322. OLE color: 7193322.
HSL color Cylindrical-coordinate representation of color #EAC26D: hue angle of 40.8º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAC26D is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 109 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.08 |
| HSL | 40.8º | 0.75% | 0.67% | - |
| HSV(B) | 40.8º | 0.53% | 0.92% | - |
| XYZ | 55.98 | 57.18 | 22.55 | - |
| YUV | 196.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 109 | 0 | 0.17 | 0.53 | 0.08 | 40.8 | 0.75 | 0.67 |
| Hex | EA | C2 | 6D | 0 | 11 | 35 | 8 | 29 | 4B | 43 |
| Octal | 352 | 302 | 155 | 0 | 21 | 65 | 10 | 51 | 113 | 103 |
| Binary | 11101010 | 11000010 | 1101101 | 0 | 10001 | 110101 | 1000 | 101001 | 1001011 | 1000011 |
Color Harmonies of #EAC26D
Complementary color
Monochromatic Colors of #EAC26D
Black with #EAC26D
Text Example
Text Example
White with #EAC26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC26D; }
p { color: rgb(234,194,109); }
H1.HeaderClassName
{
color: #EAC26D;
}
.AnyTagClassName
{
color: #EAC26D;
}
</style>
background-color css
<style>
a { background-color: #EAC26D; }
a { background-color: rgb(234,194,109); }
div.DivClassName
{
background-color: #EAC26D;
}
.BgClassName
{
background-color: #EAC26D;
}
</style>
border-color css
<style>
span { border-color: #EAC26D; }
span { border-color: rgb(234,194,109); }
td.TdClassName
{
border-color: #EAC26D;
}
.TagClassName
{
border-color: #EAC26D;
}
</style>