Shades of Harvest Gold #E6B872
Tints of Harvest Gold #E6B872
RGB
CMYK
RGB Variations
Color information
#E6B872 (or 0xE6B872) is known color: Harvest Gold. HEX triplet: E6, B8 and 72. RGB value is (230,184,114). Sum of RGB (Red+Green+Blue) = 230+184+114=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B872 is #19478D. Grayscale: #BEBEBE. Windows color (decimal): -1656718 or 7518438. OLE color: 7518438.
HSL color Cylindrical-coordinate representation of color #E6B872: hue angle of 36.21º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6B872 is Cyan = 0, Magento = 0.2, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 114 | - |
| CMYK | 0 | 0.2 | 0.50 | 0.10 |
| HSL | 36.21º | 0.7% | 0.67% | - |
| HSV(B) | 36.21º | 0.5% | 0.9% | - |
| XYZ | 52.81 | 52.32 | 23.23 | - |
| YUV | 189.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 114 | 0 | 0.2 | 0.50 | 0.10 | 36.21 | 0.7 | 0.67 |
| Hex | E6 | B8 | 72 | 0 | 14 | 32 | A | 24 | 46 | 43 |
| Octal | 346 | 270 | 162 | 0 | 24 | 62 | 12 | 44 | 106 | 103 |
| Binary | 11100110 | 10111000 | 1110010 | 0 | 10100 | 110010 | 1010 | 100100 | 1000110 | 1000011 |
Color Harmonies of #E6B872
Complementary color
Monochromatic Colors of #E6B872
Black with #E6B872
Text Example
Text Example
White with #E6B872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B872; }
p { color: rgb(230,184,114); }
H1.HeaderClassName
{
color: #E6B872;
}
.AnyTagClassName
{
color: #E6B872;
}
</style>
background-color css
<style>
a { background-color: #E6B872; }
a { background-color: rgb(230,184,114); }
div.DivClassName
{
background-color: #E6B872;
}
.BgClassName
{
background-color: #E6B872;
}
</style>
border-color css
<style>
span { border-color: #E6B872; }
span { border-color: rgb(230,184,114); }
td.TdClassName
{
border-color: #E6B872;
}
.TagClassName
{
border-color: #E6B872;
}
</style>