Shades of Harvest Gold #E9C068
Tints of Harvest Gold #E9C068
RGB
CMYK
RGB Variations
Color information
#E9C068 (or 0xE9C068) is known color: Harvest Gold. HEX triplet: E9, C0 and 68. RGB value is (233,192,104). Sum of RGB (Red+Green+Blue) = 233+192+104=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C068 is #163F97. Grayscale: #C2C2C2. Windows color (decimal): -1458072 or 6865129. OLE color: 6865129.
HSL color Cylindrical-coordinate representation of color #E9C068: hue angle of 40.93º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9C068 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 104 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.09 |
| HSL | 40.93º | 0.75% | 0.66% | - |
| HSV(B) | 40.93º | 0.55% | 0.91% | - |
| XYZ | 54.95 | 56.02 | 21.01 | - |
| YUV | 194.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 104 | 0 | 0.18 | 0.55 | 0.09 | 40.93 | 0.75 | 0.66 |
| Hex | E9 | C0 | 68 | 0 | 12 | 37 | 9 | 29 | 4B | 42 |
| Octal | 351 | 300 | 150 | 0 | 22 | 67 | 11 | 51 | 113 | 102 |
| Binary | 11101001 | 11000000 | 1101000 | 0 | 10010 | 110111 | 1001 | 101001 | 1001011 | 1000010 |
Color Harmonies of #E9C068
Complementary color
Monochromatic Colors of #E9C068
Black with #E9C068
Text Example
Text Example
White with #E9C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C068; }
p { color: rgb(233,192,104); }
H1.HeaderClassName
{
color: #E9C068;
}
.AnyTagClassName
{
color: #E9C068;
}
</style>
background-color css
<style>
a { background-color: #E9C068; }
a { background-color: rgb(233,192,104); }
div.DivClassName
{
background-color: #E9C068;
}
.BgClassName
{
background-color: #E9C068;
}
</style>
border-color css
<style>
span { border-color: #E9C068; }
span { border-color: rgb(233,192,104); }
td.TdClassName
{
border-color: #E9C068;
}
.TagClassName
{
border-color: #E9C068;
}
</style>