Shades of Harvest Gold #EABB6B
Tints of Harvest Gold #EABB6B
RGB
CMYK
RGB Variations
Color information
#EABB6B (or 0xEABB6B) is known color: Harvest Gold. HEX triplet: EA, BB and 6B. RGB value is (234,187,107). Sum of RGB (Red+Green+Blue) = 234+187+107=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB6B is #154494. Grayscale: #C0C0C0. Windows color (decimal): -1393813 or 7060458. OLE color: 7060458.
HSL color Cylindrical-coordinate representation of color #EABB6B: hue angle of 37.8º 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 #EABB6B is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 107 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.08 |
| HSL | 37.8º | 0.75% | 0.67% | - |
| HSV(B) | 37.8º | 0.54% | 0.92% | - |
| XYZ | 54.36 | 54.09 | 21.49 | - |
| YUV | 191.93 | 80.07 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 107 | 0 | 0.20 | 0.54 | 0.08 | 37.8 | 0.75 | 0.67 |
| Hex | EA | BB | 6B | 0 | 14 | 36 | 8 | 26 | 4B | 43 |
| Octal | 352 | 273 | 153 | 0 | 24 | 66 | 10 | 46 | 113 | 103 |
| Binary | 11101010 | 10111011 | 1101011 | 0 | 10100 | 110110 | 1000 | 100110 | 1001011 | 1000011 |
Color Harmonies of #EABB6B
Complementary color
Monochromatic Colors of #EABB6B
Black with #EABB6B
Text Example
Text Example
White with #EABB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB6B; }
p { color: rgb(234,187,107); }
H1.HeaderClassName
{
color: #EABB6B;
}
.AnyTagClassName
{
color: #EABB6B;
}
</style>
background-color css
<style>
a { background-color: #EABB6B; }
a { background-color: rgb(234,187,107); }
div.DivClassName
{
background-color: #EABB6B;
}
.BgClassName
{
background-color: #EABB6B;
}
</style>
border-color css
<style>
span { border-color: #EABB6B; }
span { border-color: rgb(234,187,107); }
td.TdClassName
{
border-color: #EABB6B;
}
.TagClassName
{
border-color: #EABB6B;
}
</style>