Shades of Harvest Gold #E6B56E
Tints of Harvest Gold #E6B56E
RGB
CMYK
RGB Variations
Color information
#E6B56E (or 0xE6B56E) is known color: Harvest Gold. HEX triplet: E6, B5 and 6E. RGB value is (230,181,110). Sum of RGB (Red+Green+Blue) = 230+181+110=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B56E is #194A91. Grayscale: #BBBBBB. Windows color (decimal): -1657490 or 7255526. OLE color: 7255526.
HSL color Cylindrical-coordinate representation of color #E6B56E: hue angle of 35.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6B56E is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 110 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.10 |
| HSL | 35.5º | 0.71% | 0.67% | - |
| HSV(B) | 35.5º | 0.52% | 0.9% | - |
| XYZ | 51.97 | 51 | 21.86 | - |
| YUV | 187.56 | 84.23 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 110 | 0 | 0.21 | 0.52 | 0.10 | 35.5 | 0.71 | 0.67 |
| Hex | E6 | B5 | 6E | 0 | 15 | 34 | A | 24 | 47 | 43 |
| Octal | 346 | 265 | 156 | 0 | 25 | 64 | 12 | 44 | 107 | 103 |
| Binary | 11100110 | 10110101 | 1101110 | 0 | 10101 | 110100 | 1010 | 100100 | 1000111 | 1000011 |
Color Harmonies of #E6B56E
Complementary color
Monochromatic Colors of #E6B56E
Black with #E6B56E
Text Example
Text Example
White with #E6B56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B56E; }
p { color: rgb(230,181,110); }
H1.HeaderClassName
{
color: #E6B56E;
}
.AnyTagClassName
{
color: #E6B56E;
}
</style>
background-color css
<style>
a { background-color: #E6B56E; }
a { background-color: rgb(230,181,110); }
div.DivClassName
{
background-color: #E6B56E;
}
.BgClassName
{
background-color: #E6B56E;
}
</style>
border-color css
<style>
span { border-color: #E6B56E; }
span { border-color: rgb(230,181,110); }
td.TdClassName
{
border-color: #E6B56E;
}
.TagClassName
{
border-color: #E6B56E;
}
</style>