Shades of Harvest Gold #EAB36C
Tints of Harvest Gold #EAB36C
RGB
CMYK
RGB Variations
Color information
#EAB36C (or 0xEAB36C) is known color: Harvest Gold. HEX triplet: EA, B3 and 6C. RGB value is (234,179,108). Sum of RGB (Red+Green+Blue) = 234+179+108=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB36C is #154C93. Grayscale: #BBBBBB. Windows color (decimal): -1395860 or 7123946. OLE color: 7123946.
HSL color Cylindrical-coordinate representation of color #EAB36C: hue angle of 33.81º 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 #EAB36C is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 108 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.08 |
| HSL | 33.81º | 0.75% | 0.67% | - |
| HSV(B) | 33.81º | 0.54% | 0.92% | - |
| XYZ | 52.76 | 50.82 | 21.22 | - |
| YUV | 187.35 | 83.22 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 108 | 0 | 0.24 | 0.54 | 0.08 | 33.81 | 0.75 | 0.67 |
| Hex | EA | B3 | 6C | 0 | 18 | 36 | 8 | 22 | 4B | 43 |
| Octal | 352 | 263 | 154 | 0 | 30 | 66 | 10 | 42 | 113 | 103 |
| Binary | 11101010 | 10110011 | 1101100 | 0 | 11000 | 110110 | 1000 | 100010 | 1001011 | 1000011 |
Color Harmonies of #EAB36C
Complementary color
Monochromatic Colors of #EAB36C
Black with #EAB36C
Text Example
Text Example
White with #EAB36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB36C; }
p { color: rgb(234,179,108); }
H1.HeaderClassName
{
color: #EAB36C;
}
.AnyTagClassName
{
color: #EAB36C;
}
</style>
background-color css
<style>
a { background-color: #EAB36C; }
a { background-color: rgb(234,179,108); }
div.DivClassName
{
background-color: #EAB36C;
}
.BgClassName
{
background-color: #EAB36C;
}
</style>
border-color css
<style>
span { border-color: #EAB36C; }
span { border-color: rgb(234,179,108); }
td.TdClassName
{
border-color: #EAB36C;
}
.TagClassName
{
border-color: #EAB36C;
}
</style>