Shades of Harvest Gold #EAC26A
Tints of Harvest Gold #EAC26A
RGB
CMYK
RGB Variations
Color information
#EAC26A (or 0xEAC26A) is known color: Harvest Gold. HEX triplet: EA, C2 and 6A. RGB value is (234,194,106). Sum of RGB (Red+Green+Blue) = 234+194+106=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC26A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC26A is #153D95. Grayscale: #C4C4C4. Windows color (decimal): -1392022 or 6996714. OLE color: 6996714.
HSL color Cylindrical-coordinate representation of color #EAC26A: hue angle of 41.25º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EAC26A is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 106 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.08 |
| HSL | 41.25º | 0.75% | 0.67% | - |
| HSV(B) | 41.25º | 0.55% | 0.92% | - |
| XYZ | 55.82 | 57.12 | 21.72 | - |
| YUV | 195.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 106 | 0 | 0.17 | 0.55 | 0.08 | 41.25 | 0.75 | 0.67 |
| Hex | EA | C2 | 6A | 0 | 11 | 37 | 8 | 29 | 4B | 43 |
| Octal | 352 | 302 | 152 | 0 | 21 | 67 | 10 | 51 | 113 | 103 |
| Binary | 11101010 | 11000010 | 1101010 | 0 | 10001 | 110111 | 1000 | 101001 | 1001011 | 1000011 |
Color Harmonies of #EAC26A
Complementary color
Monochromatic Colors of #EAC26A
Black with #EAC26A
Text Example
Text Example
White with #EAC26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC26A; }
p { color: rgb(234,194,106); }
H1.HeaderClassName
{
color: #EAC26A;
}
.AnyTagClassName
{
color: #EAC26A;
}
</style>
background-color css
<style>
a { background-color: #EAC26A; }
a { background-color: rgb(234,194,106); }
div.DivClassName
{
background-color: #EAC26A;
}
.BgClassName
{
background-color: #EAC26A;
}
</style>
border-color css
<style>
span { border-color: #EAC26A; }
span { border-color: rgb(234,194,106); }
td.TdClassName
{
border-color: #EAC26A;
}
.TagClassName
{
border-color: #EAC26A;
}
</style>