Shades of Harvest Gold #E9C066
Tints of Harvest Gold #E9C066
RGB
CMYK
RGB Variations
Color information
#E9C066 (or 0xE9C066) is known color: Harvest Gold. HEX triplet: E9, C0 and 66. RGB value is (233,192,102). Sum of RGB (Red+Green+Blue) = 233+192+102=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C066 is #163F99. Grayscale: #C2C2C2. Windows color (decimal): -1458074 or 6734057. OLE color: 6734057.
HSL color Cylindrical-coordinate representation of color #E9C066: hue angle of 41.22º degrees, saturation: 0.75, 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 #E9C066 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 102 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.09 |
| HSL | 41.22º | 0.75% | 0.66% | - |
| HSV(B) | 41.22º | 0.56% | 0.91% | - |
| XYZ | 54.85 | 55.98 | 20.49 | - |
| YUV | 194 | 76.08 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 102 | 0 | 0.18 | 0.56 | 0.09 | 41.22 | 0.75 | 0.66 |
| Hex | E9 | C0 | 66 | 0 | 12 | 38 | 9 | 29 | 4B | 42 |
| Octal | 351 | 300 | 146 | 0 | 22 | 70 | 11 | 51 | 113 | 102 |
| Binary | 11101001 | 11000000 | 1100110 | 0 | 10010 | 111000 | 1001 | 101001 | 1001011 | 1000010 |
Color Harmonies of #E9C066
Complementary color
Monochromatic Colors of #E9C066
Black with #E9C066
Text Example
Text Example
White with #E9C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C066; }
p { color: rgb(233,192,102); }
H1.HeaderClassName
{
color: #E9C066;
}
.AnyTagClassName
{
color: #E9C066;
}
</style>
background-color css
<style>
a { background-color: #E9C066; }
a { background-color: rgb(233,192,102); }
div.DivClassName
{
background-color: #E9C066;
}
.BgClassName
{
background-color: #E9C066;
}
</style>
border-color css
<style>
span { border-color: #E9C066; }
span { border-color: rgb(233,192,102); }
td.TdClassName
{
border-color: #E9C066;
}
.TagClassName
{
border-color: #E9C066;
}
</style>