Shades of Harvest Gold #E9C268
Tints of Harvest Gold #E9C268
RGB
CMYK
RGB Variations
Color information
#E9C268 (or 0xE9C268) is known color: Harvest Gold. HEX triplet: E9, C2 and 68. RGB value is (233,194,104). Sum of RGB (Red+Green+Blue) = 233+194+104=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C268 is #163D97. Grayscale: #C3C3C3. Windows color (decimal): -1457560 or 6865641. OLE color: 6865641.
HSL color Cylindrical-coordinate representation of color #E9C268: hue angle of 41.86º 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 #E9C268 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 194 | 104 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.09 |
| HSL | 41.86º | 0.75% | 0.66% | - |
| HSV(B) | 41.86º | 0.55% | 0.91% | - |
| XYZ | 55.39 | 56.91 | 21.16 | - |
| YUV | 195.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 194 | 104 | 0 | 0.17 | 0.55 | 0.09 | 41.86 | 0.75 | 0.66 |
| Hex | E9 | C2 | 68 | 0 | 11 | 37 | 9 | 2A | 4B | 42 |
| Octal | 351 | 302 | 150 | 0 | 21 | 67 | 11 | 52 | 113 | 102 |
| Binary | 11101001 | 11000010 | 1101000 | 0 | 10001 | 110111 | 1001 | 101010 | 1001011 | 1000010 |
Color Harmonies of #E9C268
Complementary color
Monochromatic Colors of #E9C268
Black with #E9C268
Text Example
Text Example
White with #E9C268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C268; }
p { color: rgb(233,194,104); }
H1.HeaderClassName
{
color: #E9C268;
}
.AnyTagClassName
{
color: #E9C268;
}
</style>
background-color css
<style>
a { background-color: #E9C268; }
a { background-color: rgb(233,194,104); }
div.DivClassName
{
background-color: #E9C268;
}
.BgClassName
{
background-color: #E9C268;
}
</style>
border-color css
<style>
span { border-color: #E9C268; }
span { border-color: rgb(233,194,104); }
td.TdClassName
{
border-color: #E9C268;
}
.TagClassName
{
border-color: #E9C268;
}
</style>