Shades of Harvest Gold #E2B274
Tints of Harvest Gold #E2B274
RGB
CMYK
RGB Variations
Color information
#E2B274 (or 0xE2B274) is known color: Harvest Gold. HEX triplet: E2, B2 and 74. RGB value is (226,178,116). Sum of RGB (Red+Green+Blue) = 226+178+116=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B274 is #1D4D8B. Grayscale: #B9B9B9. Windows color (decimal): -1920396 or 7647970. OLE color: 7647970.
HSL color Cylindrical-coordinate representation of color #E2B274: hue angle of 33.82º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2B274 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 116 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.11 |
| HSL | 33.82º | 0.65% | 0.67% | - |
| HSV(B) | 33.82º | 0.49% | 0.89% | - |
| XYZ | 50.44 | 49.27 | 23.37 | - |
| YUV | 185.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 116 | 0 | 0.21 | 0.49 | 0.11 | 33.82 | 0.65 | 0.67 |
| Hex | E2 | B2 | 74 | 0 | 15 | 31 | B | 22 | 41 | 43 |
| Octal | 342 | 262 | 164 | 0 | 25 | 61 | 13 | 42 | 101 | 103 |
| Binary | 11100010 | 10110010 | 1110100 | 0 | 10101 | 110001 | 1011 | 100010 | 1000001 | 1000011 |
Color Harmonies of #E2B274
Complementary color
Monochromatic Colors of #E2B274
Black with #E2B274
Text Example
Text Example
White with #E2B274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B274; }
p { color: rgb(226,178,116); }
H1.HeaderClassName
{
color: #E2B274;
}
.AnyTagClassName
{
color: #E2B274;
}
</style>
background-color css
<style>
a { background-color: #E2B274; }
a { background-color: rgb(226,178,116); }
div.DivClassName
{
background-color: #E2B274;
}
.BgClassName
{
background-color: #E2B274;
}
</style>
border-color css
<style>
span { border-color: #E2B274; }
span { border-color: rgb(226,178,116); }
td.TdClassName
{
border-color: #E2B274;
}
.TagClassName
{
border-color: #E2B274;
}
</style>