Shades of Harvest Gold #E4AF65
Tints of Harvest Gold #E4AF65
RGB
CMYK
RGB Variations
Color information
#E4AF65 (or 0xE4AF65) is known color: Harvest Gold. HEX triplet: E4, AF and 65. RGB value is (228,175,101). Sum of RGB (Red+Green+Blue) = 228+175+101=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AF65 is #1B509A. Grayscale: #B6B6B6. Windows color (decimal): -1790107 or 6664164. OLE color: 6664164.
HSL color Cylindrical-coordinate representation of color #E4AF65: hue angle of 34.96º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E4AF65 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 175 | 101 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.11 |
| HSL | 34.96º | 0.7% | 0.65% | - |
| HSV(B) | 34.96º | 0.56% | 0.89% | - |
| XYZ | 49.67 | 48.09 | 18.98 | - |
| YUV | 182.41 | 82.06 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 175 | 101 | 0 | 0.23 | 0.56 | 0.11 | 34.96 | 0.7 | 0.65 |
| Hex | E4 | AF | 65 | 0 | 17 | 38 | B | 23 | 46 | 41 |
| Octal | 344 | 257 | 145 | 0 | 27 | 70 | 13 | 43 | 106 | 101 |
| Binary | 11100100 | 10101111 | 1100101 | 0 | 10111 | 111000 | 1011 | 100011 | 1000110 | 1000001 |
Color Harmonies of #E4AF65
Complementary color
Monochromatic Colors of #E4AF65
Black with #E4AF65
Text Example
Text Example
White with #E4AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AF65; }
p { color: rgb(228,175,101); }
H1.HeaderClassName
{
color: #E4AF65;
}
.AnyTagClassName
{
color: #E4AF65;
}
</style>
background-color css
<style>
a { background-color: #E4AF65; }
a { background-color: rgb(228,175,101); }
div.DivClassName
{
background-color: #E4AF65;
}
.BgClassName
{
background-color: #E4AF65;
}
</style>
border-color css
<style>
span { border-color: #E4AF65; }
span { border-color: rgb(228,175,101); }
td.TdClassName
{
border-color: #E4AF65;
}
.TagClassName
{
border-color: #E4AF65;
}
</style>