Shades of Harvest Gold #EAC068
Tints of Harvest Gold #EAC068
RGB
CMYK
RGB Variations
Color information
#EAC068 (or 0xEAC068) is known color: Harvest Gold. HEX triplet: EA, C0 and 68. RGB value is (234,192,104). Sum of RGB (Red+Green+Blue) = 234+192+104=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC068 is #153F97. Grayscale: #C2C2C2. Windows color (decimal): -1392536 or 6865130. OLE color: 6865130.
HSL color Cylindrical-coordinate representation of color #EAC068: hue angle of 40.62º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAC068 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 104 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.08 |
| HSL | 40.62º | 0.76% | 0.66% | - |
| HSV(B) | 40.62º | 0.56% | 0.92% | - |
| XYZ | 55.28 | 56.19 | 21.03 | - |
| YUV | 194.53 | 76.91 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 104 | 0 | 0.18 | 0.56 | 0.08 | 40.62 | 0.76 | 0.66 |
| Hex | EA | C0 | 68 | 0 | 12 | 38 | 8 | 29 | 4C | 42 |
| Octal | 352 | 300 | 150 | 0 | 22 | 70 | 10 | 51 | 114 | 102 |
| Binary | 11101010 | 11000000 | 1101000 | 0 | 10010 | 111000 | 1000 | 101001 | 1001100 | 1000010 |
Color Harmonies of #EAC068
Complementary color
Monochromatic Colors of #EAC068
Black with #EAC068
Text Example
Text Example
White with #EAC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC068; }
p { color: rgb(234,192,104); }
H1.HeaderClassName
{
color: #EAC068;
}
.AnyTagClassName
{
color: #EAC068;
}
</style>
background-color css
<style>
a { background-color: #EAC068; }
a { background-color: rgb(234,192,104); }
div.DivClassName
{
background-color: #EAC068;
}
.BgClassName
{
background-color: #EAC068;
}
</style>
border-color css
<style>
span { border-color: #EAC068; }
span { border-color: rgb(234,192,104); }
td.TdClassName
{
border-color: #EAC068;
}
.TagClassName
{
border-color: #EAC068;
}
</style>