Shades of Harvest Gold #E0B869
Tints of Harvest Gold #E0B869
RGB
CMYK
RGB Variations
Color information
#E0B869 (or 0xE0B869) is known color: Harvest Gold. HEX triplet: E0, B8 and 69. RGB value is (224,184,105). Sum of RGB (Red+Green+Blue) = 224+184+105=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B869 is #1F4796. Grayscale: #BBBBBB. Windows color (decimal): -2049943 or 6928608. OLE color: 6928608.
HSL color Cylindrical-coordinate representation of color #E0B869: hue angle of 39.83º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0B869 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 105 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.12 |
| HSL | 39.83º | 0.66% | 0.65% | - |
| HSV(B) | 39.83º | 0.53% | 0.88% | - |
| XYZ | 50.43 | 51.15 | 20.58 | - |
| YUV | 186.95 | 81.75 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 105 | 0 | 0.18 | 0.53 | 0.12 | 39.83 | 0.66 | 0.65 |
| Hex | E0 | B8 | 69 | 0 | 12 | 35 | C | 28 | 42 | 41 |
| Octal | 340 | 270 | 151 | 0 | 22 | 65 | 14 | 50 | 102 | 101 |
| Binary | 11100000 | 10111000 | 1101001 | 0 | 10010 | 110101 | 1100 | 101000 | 1000010 | 1000001 |
Color Harmonies of #E0B869
Complementary color
Monochromatic Colors of #E0B869
Black with #E0B869
Text Example
Text Example
White with #E0B869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B869; }
p { color: rgb(224,184,105); }
H1.HeaderClassName
{
color: #E0B869;
}
.AnyTagClassName
{
color: #E0B869;
}
</style>
background-color css
<style>
a { background-color: #E0B869; }
a { background-color: rgb(224,184,105); }
div.DivClassName
{
background-color: #E0B869;
}
.BgClassName
{
background-color: #E0B869;
}
</style>
border-color css
<style>
span { border-color: #E0B869; }
span { border-color: rgb(224,184,105); }
td.TdClassName
{
border-color: #E0B869;
}
.TagClassName
{
border-color: #E0B869;
}
</style>