Shades of Harvest Gold #E1AF6B
Tints of Harvest Gold #E1AF6B
RGB
CMYK
RGB Variations
Color information
#E1AF6B (or 0xE1AF6B) is known color: Harvest Gold. HEX triplet: E1, AF and 6B. RGB value is (225,175,107). Sum of RGB (Red+Green+Blue) = 225+175+107=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF6B is #1E5094. Grayscale: #B6B6B6. Windows color (decimal): -1986709 or 7057377. OLE color: 7057377.
HSL color Cylindrical-coordinate representation of color #E1AF6B: hue angle of 34.58º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1AF6B is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 107 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.12 |
| HSL | 34.58º | 0.66% | 0.65% | - |
| HSV(B) | 34.58º | 0.52% | 0.88% | - |
| XYZ | 49.04 | 47.73 | 20.54 | - |
| YUV | 182.2 | 85.57 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 107 | 0 | 0.22 | 0.52 | 0.12 | 34.58 | 0.66 | 0.65 |
| Hex | E1 | AF | 6B | 0 | 16 | 34 | C | 23 | 42 | 41 |
| Octal | 341 | 257 | 153 | 0 | 26 | 64 | 14 | 43 | 102 | 101 |
| Binary | 11100001 | 10101111 | 1101011 | 0 | 10110 | 110100 | 1100 | 100011 | 1000010 | 1000001 |
Color Harmonies of #E1AF6B
Complementary color
Monochromatic Colors of #E1AF6B
Black with #E1AF6B
Text Example
Text Example
White with #E1AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF6B; }
p { color: rgb(225,175,107); }
H1.HeaderClassName
{
color: #E1AF6B;
}
.AnyTagClassName
{
color: #E1AF6B;
}
</style>
background-color css
<style>
a { background-color: #E1AF6B; }
a { background-color: rgb(225,175,107); }
div.DivClassName
{
background-color: #E1AF6B;
}
.BgClassName
{
background-color: #E1AF6B;
}
</style>
border-color css
<style>
span { border-color: #E1AF6B; }
span { border-color: rgb(225,175,107); }
td.TdClassName
{
border-color: #E1AF6B;
}
.TagClassName
{
border-color: #E1AF6B;
}
</style>