Shades of Harvest Gold #EAC06B
Tints of Harvest Gold #EAC06B
RGB
CMYK
RGB Variations
Color information
#EAC06B (or 0xEAC06B) is known color: Harvest Gold. HEX triplet: EA, C0 and 6B. RGB value is (234,192,107). Sum of RGB (Red+Green+Blue) = 234+192+107=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC06B is #153F94. Grayscale: #C3C3C3. Windows color (decimal): -1392533 or 7061738. OLE color: 7061738.
HSL color Cylindrical-coordinate representation of color #EAC06B: hue angle of 40.16º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAC06B is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 107 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.08 |
| HSL | 40.16º | 0.75% | 0.67% | - |
| HSV(B) | 40.16º | 0.54% | 0.92% | - |
| XYZ | 55.44 | 56.25 | 21.85 | - |
| YUV | 194.87 | 78.41 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 107 | 0 | 0.18 | 0.54 | 0.08 | 40.16 | 0.75 | 0.67 |
| Hex | EA | C0 | 6B | 0 | 12 | 36 | 8 | 28 | 4B | 43 |
| Octal | 352 | 300 | 153 | 0 | 22 | 66 | 10 | 50 | 113 | 103 |
| Binary | 11101010 | 11000000 | 1101011 | 0 | 10010 | 110110 | 1000 | 101000 | 1001011 | 1000011 |
Color Harmonies of #EAC06B
Complementary color
Monochromatic Colors of #EAC06B
Black with #EAC06B
Text Example
Text Example
White with #EAC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC06B; }
p { color: rgb(234,192,107); }
H1.HeaderClassName
{
color: #EAC06B;
}
.AnyTagClassName
{
color: #EAC06B;
}
</style>
background-color css
<style>
a { background-color: #EAC06B; }
a { background-color: rgb(234,192,107); }
div.DivClassName
{
background-color: #EAC06B;
}
.BgClassName
{
background-color: #EAC06B;
}
</style>
border-color css
<style>
span { border-color: #EAC06B; }
span { border-color: rgb(234,192,107); }
td.TdClassName
{
border-color: #EAC06B;
}
.TagClassName
{
border-color: #EAC06B;
}
</style>