Shades of Harvest Gold #EAC16B
Tints of Harvest Gold #EAC16B
RGB
CMYK
RGB Variations
Color information
#EAC16B (or 0xEAC16B) is known color: Harvest Gold. HEX triplet: EA, C1 and 6B. RGB value is (234,193,107). Sum of RGB (Red+Green+Blue) = 234+193+107=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC16B is #153E94. Grayscale: #C3C3C3. Windows color (decimal): -1392277 or 7061994. OLE color: 7061994.
HSL color Cylindrical-coordinate representation of color #EAC16B: hue angle of 40.63º 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 #EAC16B is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 107 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.08 |
| HSL | 40.63º | 0.75% | 0.67% | - |
| HSV(B) | 40.63º | 0.54% | 0.92% | - |
| XYZ | 55.66 | 56.69 | 21.92 | - |
| YUV | 195.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 107 | 0 | 0.18 | 0.54 | 0.08 | 40.63 | 0.75 | 0.67 |
| Hex | EA | C1 | 6B | 0 | 12 | 36 | 8 | 29 | 4B | 43 |
| Octal | 352 | 301 | 153 | 0 | 22 | 66 | 10 | 51 | 113 | 103 |
| Binary | 11101010 | 11000001 | 1101011 | 0 | 10010 | 110110 | 1000 | 101001 | 1001011 | 1000011 |
Color Harmonies of #EAC16B
Complementary color
Monochromatic Colors of #EAC16B
Black with #EAC16B
Text Example
Text Example
White with #EAC16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC16B; }
p { color: rgb(234,193,107); }
H1.HeaderClassName
{
color: #EAC16B;
}
.AnyTagClassName
{
color: #EAC16B;
}
</style>
background-color css
<style>
a { background-color: #EAC16B; }
a { background-color: rgb(234,193,107); }
div.DivClassName
{
background-color: #EAC16B;
}
.BgClassName
{
background-color: #EAC16B;
}
</style>
border-color css
<style>
span { border-color: #EAC16B; }
span { border-color: rgb(234,193,107); }
td.TdClassName
{
border-color: #EAC16B;
}
.TagClassName
{
border-color: #EAC16B;
}
</style>