Shades of Harvest Gold #EAB96C
Tints of Harvest Gold #EAB96C
RGB
CMYK
RGB Variations
Color information
#EAB96C (or 0xEAB96C) is known color: Harvest Gold. HEX triplet: EA, B9 and 6C. RGB value is (234,185,108). Sum of RGB (Red+Green+Blue) = 234+185+108=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB96C is #154693. Grayscale: #BFBFBF. Windows color (decimal): -1394324 or 7125482. OLE color: 7125482.
HSL color Cylindrical-coordinate representation of color #EAB96C: hue angle of 36.67º 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 #EAB96C is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 108 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.08 |
| HSL | 36.67º | 0.75% | 0.67% | - |
| HSV(B) | 36.67º | 0.54% | 0.92% | - |
| XYZ | 53.99 | 53.27 | 21.62 | - |
| YUV | 190.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 108 | 0 | 0.21 | 0.54 | 0.08 | 36.67 | 0.75 | 0.67 |
| Hex | EA | B9 | 6C | 0 | 15 | 36 | 8 | 25 | 4B | 43 |
| Octal | 352 | 271 | 154 | 0 | 25 | 66 | 10 | 45 | 113 | 103 |
| Binary | 11101010 | 10111001 | 1101100 | 0 | 10101 | 110110 | 1000 | 100101 | 1001011 | 1000011 |
Color Harmonies of #EAB96C
Complementary color
Monochromatic Colors of #EAB96C
Black with #EAB96C
Text Example
Text Example
White with #EAB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB96C; }
p { color: rgb(234,185,108); }
H1.HeaderClassName
{
color: #EAB96C;
}
.AnyTagClassName
{
color: #EAB96C;
}
</style>
background-color css
<style>
a { background-color: #EAB96C; }
a { background-color: rgb(234,185,108); }
div.DivClassName
{
background-color: #EAB96C;
}
.BgClassName
{
background-color: #EAB96C;
}
</style>
border-color css
<style>
span { border-color: #EAB96C; }
span { border-color: rgb(234,185,108); }
td.TdClassName
{
border-color: #EAB96C;
}
.TagClassName
{
border-color: #EAB96C;
}
</style>