Shades of Harvest Gold #E1B273
Tints of Harvest Gold #E1B273
RGB
CMYK
RGB Variations
Color information
#E1B273 (or 0xE1B273) is known color: Harvest Gold. HEX triplet: E1, B2 and 73. RGB value is (225,178,115). Sum of RGB (Red+Green+Blue) = 225+178+115=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B273 is #1E4D8C. Grayscale: #B9B9B9. Windows color (decimal): -1985933 or 7582433. OLE color: 7582433.
HSL color Cylindrical-coordinate representation of color #E1B273: hue angle of 34.36º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1B273 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 115 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.12 |
| HSL | 34.36º | 0.65% | 0.67% | - |
| HSV(B) | 34.36º | 0.49% | 0.88% | - |
| XYZ | 50.07 | 49.09 | 23.06 | - |
| YUV | 184.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 115 | 0 | 0.21 | 0.49 | 0.12 | 34.36 | 0.65 | 0.67 |
| Hex | E1 | B2 | 73 | 0 | 15 | 31 | C | 22 | 41 | 43 |
| Octal | 341 | 262 | 163 | 0 | 25 | 61 | 14 | 42 | 101 | 103 |
| Binary | 11100001 | 10110010 | 1110011 | 0 | 10101 | 110001 | 1100 | 100010 | 1000001 | 1000011 |
Color Harmonies of #E1B273
Complementary color
Monochromatic Colors of #E1B273
Black with #E1B273
Text Example
Text Example
White with #E1B273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B273; }
p { color: rgb(225,178,115); }
H1.HeaderClassName
{
color: #E1B273;
}
.AnyTagClassName
{
color: #E1B273;
}
</style>
background-color css
<style>
a { background-color: #E1B273; }
a { background-color: rgb(225,178,115); }
div.DivClassName
{
background-color: #E1B273;
}
.BgClassName
{
background-color: #E1B273;
}
</style>
border-color css
<style>
span { border-color: #E1B273; }
span { border-color: rgb(225,178,115); }
td.TdClassName
{
border-color: #E1B273;
}
.TagClassName
{
border-color: #E1B273;
}
</style>