Shades of Harvest Gold #E6B46C
Tints of Harvest Gold #E6B46C
RGB
CMYK
RGB Variations
Color information
#E6B46C (or 0xE6B46C) is known color: Harvest Gold. HEX triplet: E6, B4 and 6C. RGB value is (230,180,108). Sum of RGB (Red+Green+Blue) = 230+180+108=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B46C is #194B93. Grayscale: #BBBBBB. Windows color (decimal): -1657748 or 7124198. OLE color: 7124198.
HSL color Cylindrical-coordinate representation of color #E6B46C: hue angle of 35.41º degrees, saturation: 0.71, 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 #E6B46C is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 180 | 108 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.10 |
| HSL | 35.41º | 0.71% | 0.66% | - |
| HSV(B) | 35.41º | 0.53% | 0.9% | - |
| XYZ | 51.66 | 50.55 | 21.22 | - |
| YUV | 186.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 180 | 108 | 0 | 0.22 | 0.53 | 0.10 | 35.41 | 0.71 | 0.66 |
| Hex | E6 | B4 | 6C | 0 | 16 | 35 | A | 23 | 47 | 42 |
| Octal | 346 | 264 | 154 | 0 | 26 | 65 | 12 | 43 | 107 | 102 |
| Binary | 11100110 | 10110100 | 1101100 | 0 | 10110 | 110101 | 1010 | 100011 | 1000111 | 1000010 |
Color Harmonies of #E6B46C
Complementary color
Monochromatic Colors of #E6B46C
Black with #E6B46C
Text Example
Text Example
White with #E6B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B46C; }
p { color: rgb(230,180,108); }
H1.HeaderClassName
{
color: #E6B46C;
}
.AnyTagClassName
{
color: #E6B46C;
}
</style>
background-color css
<style>
a { background-color: #E6B46C; }
a { background-color: rgb(230,180,108); }
div.DivClassName
{
background-color: #E6B46C;
}
.BgClassName
{
background-color: #E6B46C;
}
</style>
border-color css
<style>
span { border-color: #E6B46C; }
span { border-color: rgb(230,180,108); }
td.TdClassName
{
border-color: #E6B46C;
}
.TagClassName
{
border-color: #E6B46C;
}
</style>