Shades of Harvest Gold #E5AF6B
Tints of Harvest Gold #E5AF6B
RGB
CMYK
RGB Variations
Color information
#E5AF6B (or 0xE5AF6B) is known color: Harvest Gold. HEX triplet: E5, AF and 6B. RGB value is (229,175,107). Sum of RGB (Red+Green+Blue) = 229+175+107=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AF6B is #1A5094. Grayscale: #B7B7B7. Windows color (decimal): -1724565 or 7057381. OLE color: 7057381.
HSL color Cylindrical-coordinate representation of color #E5AF6B: hue angle of 33.44º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5AF6B is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 107 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.10 |
| HSL | 33.44º | 0.7% | 0.66% | - |
| HSV(B) | 33.44º | 0.53% | 0.9% | - |
| XYZ | 50.3 | 48.38 | 20.6 | - |
| YUV | 183.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 107 | 0 | 0.24 | 0.53 | 0.10 | 33.44 | 0.7 | 0.66 |
| Hex | E5 | AF | 6B | 0 | 18 | 35 | A | 21 | 46 | 42 |
| Octal | 345 | 257 | 153 | 0 | 30 | 65 | 12 | 41 | 106 | 102 |
| Binary | 11100101 | 10101111 | 1101011 | 0 | 11000 | 110101 | 1010 | 100001 | 1000110 | 1000010 |
Color Harmonies of #E5AF6B
Complementary color
Monochromatic Colors of #E5AF6B
Black with #E5AF6B
Text Example
Text Example
White with #E5AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF6B; }
p { color: rgb(229,175,107); }
H1.HeaderClassName
{
color: #E5AF6B;
}
.AnyTagClassName
{
color: #E5AF6B;
}
</style>
background-color css
<style>
a { background-color: #E5AF6B; }
a { background-color: rgb(229,175,107); }
div.DivClassName
{
background-color: #E5AF6B;
}
.BgClassName
{
background-color: #E5AF6B;
}
</style>
border-color css
<style>
span { border-color: #E5AF6B; }
span { border-color: rgb(229,175,107); }
td.TdClassName
{
border-color: #E5AF6B;
}
.TagClassName
{
border-color: #E5AF6B;
}
</style>