Shades of Harvest Gold #E9C070
Tints of Harvest Gold #E9C070
RGB
CMYK
RGB Variations
Color information
#E9C070 (or 0xE9C070) is known color: Harvest Gold. HEX triplet: E9, C0 and 70. RGB value is (233,192,112). Sum of RGB (Red+Green+Blue) = 233+192+112=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C070 is #163F8F. Grayscale: #C3C3C3. Windows color (decimal): -1458064 or 7389417. OLE color: 7389417.
HSL color Cylindrical-coordinate representation of color #E9C070: hue angle of 39.67º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E9C070 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 112 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.09 |
| HSL | 39.67º | 0.73% | 0.68% | - |
| HSV(B) | 39.67º | 0.52% | 0.91% | - |
| XYZ | 55.38 | 56.19 | 23.26 | - |
| YUV | 195.14 | 81.08 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 112 | 0 | 0.18 | 0.52 | 0.09 | 39.67 | 0.73 | 0.68 |
| Hex | E9 | C0 | 70 | 0 | 12 | 34 | 9 | 28 | 49 | 44 |
| Octal | 351 | 300 | 160 | 0 | 22 | 64 | 11 | 50 | 111 | 104 |
| Binary | 11101001 | 11000000 | 1110000 | 0 | 10010 | 110100 | 1001 | 101000 | 1001001 | 1000100 |
Color Harmonies of #E9C070
Complementary color
Monochromatic Colors of #E9C070
Black with #E9C070
Text Example
Text Example
White with #E9C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C070; }
p { color: rgb(233,192,112); }
H1.HeaderClassName
{
color: #E9C070;
}
.AnyTagClassName
{
color: #E9C070;
}
</style>
background-color css
<style>
a { background-color: #E9C070; }
a { background-color: rgb(233,192,112); }
div.DivClassName
{
background-color: #E9C070;
}
.BgClassName
{
background-color: #E9C070;
}
</style>
border-color css
<style>
span { border-color: #E9C070; }
span { border-color: rgb(233,192,112); }
td.TdClassName
{
border-color: #E9C070;
}
.TagClassName
{
border-color: #E9C070;
}
</style>