Shades of Harvest Gold #EAB566
Tints of Harvest Gold #EAB566
RGB
CMYK
RGB Variations
Color information
#EAB566 (or 0xEAB566) is known color: Harvest Gold. HEX triplet: EA, B5 and 66. RGB value is (234,181,102). Sum of RGB (Red+Green+Blue) = 234+181+102=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB566 is #154A99. Grayscale: #BCBCBC. Windows color (decimal): -1395354 or 6731242. OLE color: 6731242.
HSL color Cylindrical-coordinate representation of color #EAB566: hue angle of 35.91º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAB566 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 102 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.08 |
| HSL | 35.91º | 0.76% | 0.66% | - |
| HSV(B) | 35.91º | 0.56% | 0.92% | - |
| XYZ | 52.85 | 51.5 | 19.73 | - |
| YUV | 187.84 | 79.56 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 102 | 0 | 0.23 | 0.56 | 0.08 | 35.91 | 0.76 | 0.66 |
| Hex | EA | B5 | 66 | 0 | 17 | 38 | 8 | 24 | 4C | 42 |
| Octal | 352 | 265 | 146 | 0 | 27 | 70 | 10 | 44 | 114 | 102 |
| Binary | 11101010 | 10110101 | 1100110 | 0 | 10111 | 111000 | 1000 | 100100 | 1001100 | 1000010 |
Color Harmonies of #EAB566
Complementary color
Monochromatic Colors of #EAB566
Black with #EAB566
Text Example
Text Example
White with #EAB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB566; }
p { color: rgb(234,181,102); }
H1.HeaderClassName
{
color: #EAB566;
}
.AnyTagClassName
{
color: #EAB566;
}
</style>
background-color css
<style>
a { background-color: #EAB566; }
a { background-color: rgb(234,181,102); }
div.DivClassName
{
background-color: #EAB566;
}
.BgClassName
{
background-color: #EAB566;
}
</style>
border-color css
<style>
span { border-color: #EAB566; }
span { border-color: rgb(234,181,102); }
td.TdClassName
{
border-color: #EAB566;
}
.TagClassName
{
border-color: #EAB566;
}
</style>