Shades of Harvest Gold #EAB16B
Tints of Harvest Gold #EAB16B
RGB
CMYK
RGB Variations
Color information
#EAB16B (or 0xEAB16B) is known color: Harvest Gold. HEX triplet: EA, B1 and 6B. RGB value is (234,177,107). Sum of RGB (Red+Green+Blue) = 234+177+107=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB16B is #154E94. Grayscale: #BABABA. Windows color (decimal): -1396373 or 7057898. OLE color: 7057898.
HSL color Cylindrical-coordinate representation of color #EAB16B: hue angle of 33.07º 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 #EAB16B is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 107 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.08 |
| HSL | 33.07º | 0.75% | 0.67% | - |
| HSV(B) | 33.07º | 0.54% | 0.92% | - |
| XYZ | 52.31 | 50 | 20.8 | - |
| YUV | 186.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 107 | 0 | 0.24 | 0.54 | 0.08 | 33.07 | 0.75 | 0.67 |
| Hex | EA | B1 | 6B | 0 | 18 | 36 | 8 | 21 | 4B | 43 |
| Octal | 352 | 261 | 153 | 0 | 30 | 66 | 10 | 41 | 113 | 103 |
| Binary | 11101010 | 10110001 | 1101011 | 0 | 11000 | 110110 | 1000 | 100001 | 1001011 | 1000011 |
Color Harmonies of #EAB16B
Complementary color
Monochromatic Colors of #EAB16B
Black with #EAB16B
Text Example
Text Example
White with #EAB16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB16B; }
p { color: rgb(234,177,107); }
H1.HeaderClassName
{
color: #EAB16B;
}
.AnyTagClassName
{
color: #EAB16B;
}
</style>
background-color css
<style>
a { background-color: #EAB16B; }
a { background-color: rgb(234,177,107); }
div.DivClassName
{
background-color: #EAB16B;
}
.BgClassName
{
background-color: #EAB16B;
}
</style>
border-color css
<style>
span { border-color: #EAB16B; }
span { border-color: rgb(234,177,107); }
td.TdClassName
{
border-color: #EAB16B;
}
.TagClassName
{
border-color: #EAB16B;
}
</style>