Shades of Harvest Gold #E2AE6E
Tints of Harvest Gold #E2AE6E
RGB
CMYK
RGB Variations
Color information
#E2AE6E (or 0xE2AE6E) is known color: Harvest Gold. HEX triplet: E2, AE and 6E. RGB value is (226,174,110). Sum of RGB (Red+Green+Blue) = 226+174+110=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AE6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AE6E is #1D5191. Grayscale: #B6B6B6. Windows color (decimal): -1921426 or 7253730. OLE color: 7253730.
HSL color Cylindrical-coordinate representation of color #E2AE6E: hue angle of 33.1º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2AE6E is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 110 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.11 |
| HSL | 33.1º | 0.67% | 0.66% | - |
| HSV(B) | 33.1º | 0.51% | 0.89% | - |
| XYZ | 49.31 | 47.57 | 21.33 | - |
| YUV | 182.25 | 87.23 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 110 | 0 | 0.23 | 0.51 | 0.11 | 33.1 | 0.67 | 0.66 |
| Hex | E2 | AE | 6E | 0 | 17 | 33 | B | 21 | 43 | 42 |
| Octal | 342 | 256 | 156 | 0 | 27 | 63 | 13 | 41 | 103 | 102 |
| Binary | 11100010 | 10101110 | 1101110 | 0 | 10111 | 110011 | 1011 | 100001 | 1000011 | 1000010 |
Color Harmonies of #E2AE6E
Complementary color
Monochromatic Colors of #E2AE6E
Black with #E2AE6E
Text Example
Text Example
White with #E2AE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AE6E; }
p { color: rgb(226,174,110); }
H1.HeaderClassName
{
color: #E2AE6E;
}
.AnyTagClassName
{
color: #E2AE6E;
}
</style>
background-color css
<style>
a { background-color: #E2AE6E; }
a { background-color: rgb(226,174,110); }
div.DivClassName
{
background-color: #E2AE6E;
}
.BgClassName
{
background-color: #E2AE6E;
}
</style>
border-color css
<style>
span { border-color: #E2AE6E; }
span { border-color: rgb(226,174,110); }
td.TdClassName
{
border-color: #E2AE6E;
}
.TagClassName
{
border-color: #E2AE6E;
}
</style>