Shades of Harvest Gold #E6B36D
Tints of Harvest Gold #E6B36D
RGB
CMYK
RGB Variations
Color information
#E6B36D (or 0xE6B36D) is known color: Harvest Gold. HEX triplet: E6, B3 and 6D. RGB value is (230,179,109). Sum of RGB (Red+Green+Blue) = 230+179+109=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B36D is #194C92. Grayscale: #BABABA. Windows color (decimal): -1658003 or 7189478. OLE color: 7189478.
HSL color Cylindrical-coordinate representation of color #E6B36D: hue angle of 34.71º 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 #E6B36D is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 109 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.10 |
| HSL | 34.71º | 0.71% | 0.66% | - |
| HSV(B) | 34.71º | 0.53% | 0.9% | - |
| XYZ | 51.51 | 50.17 | 21.44 | - |
| YUV | 186.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 109 | 0 | 0.22 | 0.53 | 0.10 | 34.71 | 0.71 | 0.66 |
| Hex | E6 | B3 | 6D | 0 | 16 | 35 | A | 23 | 47 | 42 |
| Octal | 346 | 263 | 155 | 0 | 26 | 65 | 12 | 43 | 107 | 102 |
| Binary | 11100110 | 10110011 | 1101101 | 0 | 10110 | 110101 | 1010 | 100011 | 1000111 | 1000010 |
Color Harmonies of #E6B36D
Complementary color
Monochromatic Colors of #E6B36D
Black with #E6B36D
Text Example
Text Example
White with #E6B36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B36D; }
p { color: rgb(230,179,109); }
H1.HeaderClassName
{
color: #E6B36D;
}
.AnyTagClassName
{
color: #E6B36D;
}
</style>
background-color css
<style>
a { background-color: #E6B36D; }
a { background-color: rgb(230,179,109); }
div.DivClassName
{
background-color: #E6B36D;
}
.BgClassName
{
background-color: #E6B36D;
}
</style>
border-color css
<style>
span { border-color: #E6B36D; }
span { border-color: rgb(230,179,109); }
td.TdClassName
{
border-color: #E6B36D;
}
.TagClassName
{
border-color: #E6B36D;
}
</style>