Shades of Harvest Gold #E6B36E
Tints of Harvest Gold #E6B36E
RGB
CMYK
RGB Variations
Color information
#E6B36E (or 0xE6B36E) is known color: Harvest Gold. HEX triplet: E6, B3 and 6E. RGB value is (230,179,110). Sum of RGB (Red+Green+Blue) = 230+179+110=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B36E is #194C91. Grayscale: #BABABA. Windows color (decimal): -1658002 or 7255014. OLE color: 7255014.
HSL color Cylindrical-coordinate representation of color #E6B36E: hue angle of 34.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 #E6B36E is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 110 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.10 |
| HSL | 34.5º | 0.71% | 0.67% | - |
| HSV(B) | 34.5º | 0.52% | 0.9% | - |
| XYZ | 51.57 | 50.19 | 21.72 | - |
| YUV | 186.38 | 84.9 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 110 | 0 | 0.22 | 0.52 | 0.10 | 34.5 | 0.71 | 0.67 |
| Hex | E6 | B3 | 6E | 0 | 16 | 34 | A | 22 | 47 | 43 |
| Octal | 346 | 263 | 156 | 0 | 26 | 64 | 12 | 42 | 107 | 103 |
| Binary | 11100110 | 10110011 | 1101110 | 0 | 10110 | 110100 | 1010 | 100010 | 1000111 | 1000011 |
Color Harmonies of #E6B36E
Complementary color
Monochromatic Colors of #E6B36E
Black with #E6B36E
Text Example
Text Example
White with #E6B36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B36E; }
p { color: rgb(230,179,110); }
H1.HeaderClassName
{
color: #E6B36E;
}
.AnyTagClassName
{
color: #E6B36E;
}
</style>
background-color css
<style>
a { background-color: #E6B36E; }
a { background-color: rgb(230,179,110); }
div.DivClassName
{
background-color: #E6B36E;
}
.BgClassName
{
background-color: #E6B36E;
}
</style>
border-color css
<style>
span { border-color: #E6B36E; }
span { border-color: rgb(230,179,110); }
td.TdClassName
{
border-color: #E6B36E;
}
.TagClassName
{
border-color: #E6B36E;
}
</style>