Shades of Harvest Gold #EAB56C
Tints of Harvest Gold #EAB56C
RGB
CMYK
RGB Variations
Color information
#EAB56C (or 0xEAB56C) is known color: Harvest Gold. HEX triplet: EA, B5 and 6C. RGB value is (234,181,108). Sum of RGB (Red+Green+Blue) = 234+181+108=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB56C is #154A93. Grayscale: #BCBCBC. Windows color (decimal): -1395348 or 7124458. OLE color: 7124458.
HSL color Cylindrical-coordinate representation of color #EAB56C: hue angle of 34.76º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAB56C is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 108 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.08 |
| HSL | 34.76º | 0.75% | 0.67% | - |
| HSV(B) | 34.76º | 0.54% | 0.92% | - |
| XYZ | 53.16 | 51.62 | 21.35 | - |
| YUV | 188.53 | 82.56 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 108 | 0 | 0.23 | 0.54 | 0.08 | 34.76 | 0.75 | 0.67 |
| Hex | EA | B5 | 6C | 0 | 17 | 36 | 8 | 23 | 4B | 43 |
| Octal | 352 | 265 | 154 | 0 | 27 | 66 | 10 | 43 | 113 | 103 |
| Binary | 11101010 | 10110101 | 1101100 | 0 | 10111 | 110110 | 1000 | 100011 | 1001011 | 1000011 |
Color Harmonies of #EAB56C
Complementary color
Monochromatic Colors of #EAB56C
Black with #EAB56C
Text Example
Text Example
White with #EAB56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB56C; }
p { color: rgb(234,181,108); }
H1.HeaderClassName
{
color: #EAB56C;
}
.AnyTagClassName
{
color: #EAB56C;
}
</style>
background-color css
<style>
a { background-color: #EAB56C; }
a { background-color: rgb(234,181,108); }
div.DivClassName
{
background-color: #EAB56C;
}
.BgClassName
{
background-color: #EAB56C;
}
</style>
border-color css
<style>
span { border-color: #EAB56C; }
span { border-color: rgb(234,181,108); }
td.TdClassName
{
border-color: #EAB56C;
}
.TagClassName
{
border-color: #EAB56C;
}
</style>