Shades of Harvest Gold #E8B869
Tints of Harvest Gold #E8B869
RGB
CMYK
RGB Variations
Color information
#E8B869 (or 0xE8B869) is known color: Harvest Gold. HEX triplet: E8, B8 and 69. RGB value is (232,184,105). Sum of RGB (Red+Green+Blue) = 232+184+105=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8B869 is #174796. Grayscale: #BDBDBD. Windows color (decimal): -1525655 or 6928616. OLE color: 6928616.
HSL color Cylindrical-coordinate representation of color #E8B869: hue angle of 37.32º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E8B869 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 184 | 105 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.09 |
| HSL | 37.32º | 0.73% | 0.66% | - |
| HSV(B) | 37.32º | 0.55% | 0.91% | - |
| XYZ | 52.97 | 52.46 | 20.7 | - |
| YUV | 189.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 184 | 105 | 0 | 0.21 | 0.55 | 0.09 | 37.32 | 0.73 | 0.66 |
| Hex | E8 | B8 | 69 | 0 | 15 | 37 | 9 | 25 | 49 | 42 |
| Octal | 350 | 270 | 151 | 0 | 25 | 67 | 11 | 45 | 111 | 102 |
| Binary | 11101000 | 10111000 | 1101001 | 0 | 10101 | 110111 | 1001 | 100101 | 1001001 | 1000010 |
Color Harmonies of #E8B869
Complementary color
Monochromatic Colors of #E8B869
Black with #E8B869
Text Example
Text Example
White with #E8B869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B869; }
p { color: rgb(232,184,105); }
H1.HeaderClassName
{
color: #E8B869;
}
.AnyTagClassName
{
color: #E8B869;
}
</style>
background-color css
<style>
a { background-color: #E8B869; }
a { background-color: rgb(232,184,105); }
div.DivClassName
{
background-color: #E8B869;
}
.BgClassName
{
background-color: #E8B869;
}
</style>
border-color css
<style>
span { border-color: #E8B869; }
span { border-color: rgb(232,184,105); }
td.TdClassName
{
border-color: #E8B869;
}
.TagClassName
{
border-color: #E8B869;
}
</style>