Shades of Harvest Gold #E8C16A
Tints of Harvest Gold #E8C16A
RGB
CMYK
RGB Variations
Color information
#E8C16A (or 0xE8C16A) is known color: Harvest Gold. HEX triplet: E8, C1 and 6A. RGB value is (232,193,106). Sum of RGB (Red+Green+Blue) = 232+193+106=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C16A is #173E95. Grayscale: #C3C3C3. Windows color (decimal): -1523350 or 6996456. OLE color: 6996456.
HSL color Cylindrical-coordinate representation of color #E8C16A: hue angle of 41.43º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E8C16A is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 193 | 106 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.09 |
| HSL | 41.43º | 0.73% | 0.66% | - |
| HSV(B) | 41.43º | 0.54% | 0.91% | - |
| XYZ | 54.95 | 56.34 | 21.61 | - |
| YUV | 194.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 193 | 106 | 0 | 0.17 | 0.54 | 0.09 | 41.43 | 0.73 | 0.66 |
| Hex | E8 | C1 | 6A | 0 | 11 | 36 | 9 | 29 | 49 | 42 |
| Octal | 350 | 301 | 152 | 0 | 21 | 66 | 11 | 51 | 111 | 102 |
| Binary | 11101000 | 11000001 | 1101010 | 0 | 10001 | 110110 | 1001 | 101001 | 1001001 | 1000010 |
Color Harmonies of #E8C16A
Complementary color
Monochromatic Colors of #E8C16A
Black with #E8C16A
Text Example
Text Example
White with #E8C16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C16A; }
p { color: rgb(232,193,106); }
H1.HeaderClassName
{
color: #E8C16A;
}
.AnyTagClassName
{
color: #E8C16A;
}
</style>
background-color css
<style>
a { background-color: #E8C16A; }
a { background-color: rgb(232,193,106); }
div.DivClassName
{
background-color: #E8C16A;
}
.BgClassName
{
background-color: #E8C16A;
}
</style>
border-color css
<style>
span { border-color: #E8C16A; }
span { border-color: rgb(232,193,106); }
td.TdClassName
{
border-color: #E8C16A;
}
.TagClassName
{
border-color: #E8C16A;
}
</style>