Shades of Harvest Gold #E9C06A
Tints of Harvest Gold #E9C06A
RGB
CMYK
RGB Variations
Color information
#E9C06A (or 0xE9C06A) is known color: Harvest Gold. HEX triplet: E9, C0 and 6A. RGB value is (233,192,106). Sum of RGB (Red+Green+Blue) = 233+192+106=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C06A is #163F95. Grayscale: #C2C2C2. Windows color (decimal): -1458070 or 6996201. OLE color: 6996201.
HSL color Cylindrical-coordinate representation of color #E9C06A: hue angle of 40.63º degrees, saturation: 0.74, 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 #E9C06A is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 106 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.09 |
| HSL | 40.63º | 0.74% | 0.66% | - |
| HSV(B) | 40.63º | 0.55% | 0.91% | - |
| XYZ | 55.06 | 56.06 | 21.56 | - |
| YUV | 194.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 106 | 0 | 0.18 | 0.55 | 0.09 | 40.63 | 0.74 | 0.66 |
| Hex | E9 | C0 | 6A | 0 | 12 | 37 | 9 | 29 | 4A | 42 |
| Octal | 351 | 300 | 152 | 0 | 22 | 67 | 11 | 51 | 112 | 102 |
| Binary | 11101001 | 11000000 | 1101010 | 0 | 10010 | 110111 | 1001 | 101001 | 1001010 | 1000010 |
Color Harmonies of #E9C06A
Complementary color
Monochromatic Colors of #E9C06A
Black with #E9C06A
Text Example
Text Example
White with #E9C06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C06A; }
p { color: rgb(233,192,106); }
H1.HeaderClassName
{
color: #E9C06A;
}
.AnyTagClassName
{
color: #E9C06A;
}
</style>
background-color css
<style>
a { background-color: #E9C06A; }
a { background-color: rgb(233,192,106); }
div.DivClassName
{
background-color: #E9C06A;
}
.BgClassName
{
background-color: #E9C06A;
}
</style>
border-color css
<style>
span { border-color: #E9C06A; }
span { border-color: rgb(233,192,106); }
td.TdClassName
{
border-color: #E9C06A;
}
.TagClassName
{
border-color: #E9C06A;
}
</style>