Shades of Harvest Gold #E1B56A
Tints of Harvest Gold #E1B56A
RGB
CMYK
RGB Variations
Color information
#E1B56A (or 0xE1B56A) is known color: Harvest Gold. HEX triplet: E1, B5 and 6A. RGB value is (225,181,106). Sum of RGB (Red+Green+Blue) = 225+181+106=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B56A is #1E4A95. Grayscale: #B9B9B9. Windows color (decimal): -1985174 or 6993377. OLE color: 6993377.
HSL color Cylindrical-coordinate representation of color #E1B56A: hue angle of 37.82º 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 #E1B56A is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 106 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.12 |
| HSL | 37.82º | 0.66% | 0.65% | - |
| HSV(B) | 37.82º | 0.53% | 0.88% | - |
| XYZ | 50.18 | 50.1 | 20.66 | - |
| YUV | 185.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 106 | 0 | 0.20 | 0.53 | 0.12 | 37.82 | 0.66 | 0.65 |
| Hex | E1 | B5 | 6A | 0 | 14 | 35 | C | 26 | 42 | 41 |
| Octal | 341 | 265 | 152 | 0 | 24 | 65 | 14 | 46 | 102 | 101 |
| Binary | 11100001 | 10110101 | 1101010 | 0 | 10100 | 110101 | 1100 | 100110 | 1000010 | 1000001 |
Color Harmonies of #E1B56A
Complementary color
Monochromatic Colors of #E1B56A
Black with #E1B56A
Text Example
Text Example
White with #E1B56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B56A; }
p { color: rgb(225,181,106); }
H1.HeaderClassName
{
color: #E1B56A;
}
.AnyTagClassName
{
color: #E1B56A;
}
</style>
background-color css
<style>
a { background-color: #E1B56A; }
a { background-color: rgb(225,181,106); }
div.DivClassName
{
background-color: #E1B56A;
}
.BgClassName
{
background-color: #E1B56A;
}
</style>
border-color css
<style>
span { border-color: #E1B56A; }
span { border-color: rgb(225,181,106); }
td.TdClassName
{
border-color: #E1B56A;
}
.TagClassName
{
border-color: #E1B56A;
}
</style>