Shades of Harvest Gold #EAC265
Tints of Harvest Gold #EAC265
RGB
CMYK
RGB Variations
Color information
#EAC265 (or 0xEAC265) is known color: Harvest Gold. HEX triplet: EA, C2 and 65. RGB value is (234,194,101). Sum of RGB (Red+Green+Blue) = 234+194+101=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC265 is #153D9A. Grayscale: #C3C3C3. Windows color (decimal): -1392027 or 6669034. OLE color: 6669034.
HSL color Cylindrical-coordinate representation of color #EAC265: hue angle of 41.95º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAC265 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 101 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.08 |
| HSL | 41.95º | 0.76% | 0.66% | - |
| HSV(B) | 41.95º | 0.57% | 0.92% | - |
| XYZ | 55.57 | 57.02 | 20.39 | - |
| YUV | 195.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 101 | 0 | 0.17 | 0.57 | 0.08 | 41.95 | 0.76 | 0.66 |
| Hex | EA | C2 | 65 | 0 | 11 | 39 | 8 | 2A | 4C | 42 |
| Octal | 352 | 302 | 145 | 0 | 21 | 71 | 10 | 52 | 114 | 102 |
| Binary | 11101010 | 11000010 | 1100101 | 0 | 10001 | 111001 | 1000 | 101010 | 1001100 | 1000010 |
Color Harmonies of #EAC265
Complementary color
Monochromatic Colors of #EAC265
Black with #EAC265
Text Example
Text Example
White with #EAC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC265; }
p { color: rgb(234,194,101); }
H1.HeaderClassName
{
color: #EAC265;
}
.AnyTagClassName
{
color: #EAC265;
}
</style>
background-color css
<style>
a { background-color: #EAC265; }
a { background-color: rgb(234,194,101); }
div.DivClassName
{
background-color: #EAC265;
}
.BgClassName
{
background-color: #EAC265;
}
</style>
border-color css
<style>
span { border-color: #EAC265; }
span { border-color: rgb(234,194,101); }
td.TdClassName
{
border-color: #EAC265;
}
.TagClassName
{
border-color: #EAC265;
}
</style>