Shades of Harvest Gold #E9BC6A
Tints of Harvest Gold #E9BC6A
RGB
CMYK
RGB Variations
Color information
#E9BC6A (or 0xE9BC6A) is known color: Harvest Gold. HEX triplet: E9, BC and 6A. RGB value is (233,188,106). Sum of RGB (Red+Green+Blue) = 233+188+106=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BC6A is #164395. Grayscale: #C0C0C0. Windows color (decimal): -1459094 or 6995177. OLE color: 6995177.
HSL color Cylindrical-coordinate representation of color #E9BC6A: hue angle of 38.74º 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 #E9BC6A is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 106 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.09 |
| HSL | 38.74º | 0.74% | 0.66% | - |
| HSV(B) | 38.74º | 0.55% | 0.91% | - |
| XYZ | 54.19 | 54.33 | 21.27 | - |
| YUV | 192.11 | 79.41 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 106 | 0 | 0.19 | 0.55 | 0.09 | 38.74 | 0.74 | 0.66 |
| Hex | E9 | BC | 6A | 0 | 13 | 37 | 9 | 27 | 4A | 42 |
| Octal | 351 | 274 | 152 | 0 | 23 | 67 | 11 | 47 | 112 | 102 |
| Binary | 11101001 | 10111100 | 1101010 | 0 | 10011 | 110111 | 1001 | 100111 | 1001010 | 1000010 |
Color Harmonies of #E9BC6A
Complementary color
Monochromatic Colors of #E9BC6A
Black with #E9BC6A
Text Example
Text Example
White with #E9BC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BC6A; }
p { color: rgb(233,188,106); }
H1.HeaderClassName
{
color: #E9BC6A;
}
.AnyTagClassName
{
color: #E9BC6A;
}
</style>
background-color css
<style>
a { background-color: #E9BC6A; }
a { background-color: rgb(233,188,106); }
div.DivClassName
{
background-color: #E9BC6A;
}
.BgClassName
{
background-color: #E9BC6A;
}
</style>
border-color css
<style>
span { border-color: #E9BC6A; }
span { border-color: rgb(233,188,106); }
td.TdClassName
{
border-color: #E9BC6A;
}
.TagClassName
{
border-color: #E9BC6A;
}
</style>