Shades of Harvest Gold #E8C067
Tints of Harvest Gold #E8C067
RGB
CMYK
RGB Variations
Color information
#E8C067 (or 0xE8C067) is known color: Harvest Gold. HEX triplet: E8, C0 and 67. RGB value is (232,192,103). Sum of RGB (Red+Green+Blue) = 232+192+103=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C067 is #173F98. Grayscale: #C2C2C2. Windows color (decimal): -1523609 or 6799592. OLE color: 6799592.
HSL color Cylindrical-coordinate representation of color #E8C067: hue angle of 41.4º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E8C067 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 103 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.09 |
| HSL | 41.4º | 0.74% | 0.66% | - |
| HSV(B) | 41.4º | 0.56% | 0.91% | - |
| XYZ | 54.58 | 55.83 | 20.73 | - |
| YUV | 193.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 103 | 0 | 0.17 | 0.56 | 0.09 | 41.4 | 0.74 | 0.66 |
| Hex | E8 | C0 | 67 | 0 | 11 | 38 | 9 | 29 | 4A | 42 |
| Octal | 350 | 300 | 147 | 0 | 21 | 70 | 11 | 51 | 112 | 102 |
| Binary | 11101000 | 11000000 | 1100111 | 0 | 10001 | 111000 | 1001 | 101001 | 1001010 | 1000010 |
Color Harmonies of #E8C067
Complementary color
Monochromatic Colors of #E8C067
Black with #E8C067
Text Example
Text Example
White with #E8C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C067; }
p { color: rgb(232,192,103); }
H1.HeaderClassName
{
color: #E8C067;
}
.AnyTagClassName
{
color: #E8C067;
}
</style>
background-color css
<style>
a { background-color: #E8C067; }
a { background-color: rgb(232,192,103); }
div.DivClassName
{
background-color: #E8C067;
}
.BgClassName
{
background-color: #E8C067;
}
</style>
border-color css
<style>
span { border-color: #E8C067; }
span { border-color: rgb(232,192,103); }
td.TdClassName
{
border-color: #E8C067;
}
.TagClassName
{
border-color: #E8C067;
}
</style>