Shades of Harvest Gold #EAB56A
Tints of Harvest Gold #EAB56A
RGB
CMYK
RGB Variations
Color information
#EAB56A (or 0xEAB56A) is known color: Harvest Gold. HEX triplet: EA, B5 and 6A. RGB value is (234,181,106). Sum of RGB (Red+Green+Blue) = 234+181+106=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB56A is #154A95. Grayscale: #BCBCBC. Windows color (decimal): -1395350 or 6993386. OLE color: 6993386.
HSL color Cylindrical-coordinate representation of color #EAB56A: hue angle of 35.16º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EAB56A is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 106 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.08 |
| HSL | 35.16º | 0.75% | 0.67% | - |
| HSV(B) | 35.16º | 0.55% | 0.92% | - |
| XYZ | 53.06 | 51.58 | 20.8 | - |
| YUV | 188.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 106 | 0 | 0.23 | 0.55 | 0.08 | 35.16 | 0.75 | 0.67 |
| Hex | EA | B5 | 6A | 0 | 17 | 37 | 8 | 23 | 4B | 43 |
| Octal | 352 | 265 | 152 | 0 | 27 | 67 | 10 | 43 | 113 | 103 |
| Binary | 11101010 | 10110101 | 1101010 | 0 | 10111 | 110111 | 1000 | 100011 | 1001011 | 1000011 |
Color Harmonies of #EAB56A
Complementary color
Monochromatic Colors of #EAB56A
Black with #EAB56A
Text Example
Text Example
White with #EAB56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB56A; }
p { color: rgb(234,181,106); }
H1.HeaderClassName
{
color: #EAB56A;
}
.AnyTagClassName
{
color: #EAB56A;
}
</style>
background-color css
<style>
a { background-color: #EAB56A; }
a { background-color: rgb(234,181,106); }
div.DivClassName
{
background-color: #EAB56A;
}
.BgClassName
{
background-color: #EAB56A;
}
</style>
border-color css
<style>
span { border-color: #EAB56A; }
span { border-color: rgb(234,181,106); }
td.TdClassName
{
border-color: #EAB56A;
}
.TagClassName
{
border-color: #EAB56A;
}
</style>