Shades of Harvest Gold #EAB26C
Tints of Harvest Gold #EAB26C
RGB
CMYK
RGB Variations
Color information
#EAB26C (or 0xEAB26C) is known color: Harvest Gold. HEX triplet: EA, B2 and 6C. RGB value is (234,178,108). Sum of RGB (Red+Green+Blue) = 234+178+108=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB26C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB26C is #154D93. Grayscale: #BBBBBB. Windows color (decimal): -1396116 or 7123690. OLE color: 7123690.
HSL color Cylindrical-coordinate representation of color #EAB26C: hue angle of 33.33º 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 #EAB26C is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 108 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.08 |
| HSL | 33.33º | 0.75% | 0.67% | - |
| HSV(B) | 33.33º | 0.54% | 0.92% | - |
| XYZ | 52.56 | 50.42 | 21.15 | - |
| YUV | 186.76 | 83.55 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 108 | 0 | 0.24 | 0.54 | 0.08 | 33.33 | 0.75 | 0.67 |
| Hex | EA | B2 | 6C | 0 | 18 | 36 | 8 | 21 | 4B | 43 |
| Octal | 352 | 262 | 154 | 0 | 30 | 66 | 10 | 41 | 113 | 103 |
| Binary | 11101010 | 10110010 | 1101100 | 0 | 11000 | 110110 | 1000 | 100001 | 1001011 | 1000011 |
Color Harmonies of #EAB26C
Complementary color
Monochromatic Colors of #EAB26C
Black with #EAB26C
Text Example
Text Example
White with #EAB26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB26C; }
p { color: rgb(234,178,108); }
H1.HeaderClassName
{
color: #EAB26C;
}
.AnyTagClassName
{
color: #EAB26C;
}
</style>
background-color css
<style>
a { background-color: #EAB26C; }
a { background-color: rgb(234,178,108); }
div.DivClassName
{
background-color: #EAB26C;
}
.BgClassName
{
background-color: #EAB26C;
}
</style>
border-color css
<style>
span { border-color: #EAB26C; }
span { border-color: rgb(234,178,108); }
td.TdClassName
{
border-color: #EAB26C;
}
.TagClassName
{
border-color: #EAB26C;
}
</style>