Shades of Harvest Gold #EABB63
Tints of Harvest Gold #EABB63
RGB
CMYK
RGB Variations
Color information
#EABB63 (or 0xEABB63) is known color: Harvest Gold. HEX triplet: EA, BB and 63. RGB value is (234,187,99). Sum of RGB (Red+Green+Blue) = 234+187+99=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB63 is #15449C. Grayscale: #BFBFBF. Windows color (decimal): -1393821 or 6536170. OLE color: 6536170.
HSL color Cylindrical-coordinate representation of color #EABB63: hue angle of 39.11º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EABB63 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 99 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.08 |
| HSL | 39.11º | 0.76% | 0.65% | - |
| HSV(B) | 39.11º | 0.58% | 0.92% | - |
| XYZ | 53.95 | 53.93 | 19.37 | - |
| YUV | 191.02 | 76.07 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 99 | 0 | 0.20 | 0.58 | 0.08 | 39.11 | 0.76 | 0.65 |
| Hex | EA | BB | 63 | 0 | 14 | 3A | 8 | 27 | 4C | 41 |
| Octal | 352 | 273 | 143 | 0 | 24 | 72 | 10 | 47 | 114 | 101 |
| Binary | 11101010 | 10111011 | 1100011 | 0 | 10100 | 111010 | 1000 | 100111 | 1001100 | 1000001 |
Color Harmonies of #EABB63
Complementary color
Monochromatic Colors of #EABB63
Black with #EABB63
Text Example
Text Example
White with #EABB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB63; }
p { color: rgb(234,187,99); }
H1.HeaderClassName
{
color: #EABB63;
}
.AnyTagClassName
{
color: #EABB63;
}
</style>
background-color css
<style>
a { background-color: #EABB63; }
a { background-color: rgb(234,187,99); }
div.DivClassName
{
background-color: #EABB63;
}
.BgClassName
{
background-color: #EABB63;
}
</style>
border-color css
<style>
span { border-color: #EABB63; }
span { border-color: rgb(234,187,99); }
td.TdClassName
{
border-color: #EABB63;
}
.TagClassName
{
border-color: #EABB63;
}
</style>