Shades of Harvest Gold #EAB667
Tints of Harvest Gold #EAB667
RGB
CMYK
RGB Variations
Color information
#EAB667 (or 0xEAB667) is known color: Harvest Gold. HEX triplet: EA, B6 and 67. RGB value is (234,182,103). Sum of RGB (Red+Green+Blue) = 234+182+103=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB667 is #154998. Grayscale: #BCBCBC. Windows color (decimal): -1395097 or 6797034. OLE color: 6797034.
HSL color Cylindrical-coordinate representation of color #EAB667: hue angle of 36.18º 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 #EAB667 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 103 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.08 |
| HSL | 36.18º | 0.76% | 0.66% | - |
| HSV(B) | 36.18º | 0.56% | 0.92% | - |
| XYZ | 53.11 | 51.93 | 20.06 | - |
| YUV | 188.54 | 79.73 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 103 | 0 | 0.22 | 0.56 | 0.08 | 36.18 | 0.76 | 0.66 |
| Hex | EA | B6 | 67 | 0 | 16 | 38 | 8 | 24 | 4C | 42 |
| Octal | 352 | 266 | 147 | 0 | 26 | 70 | 10 | 44 | 114 | 102 |
| Binary | 11101010 | 10110110 | 1100111 | 0 | 10110 | 111000 | 1000 | 100100 | 1001100 | 1000010 |
Color Harmonies of #EAB667
Complementary color
Monochromatic Colors of #EAB667
Black with #EAB667
Text Example
Text Example
White with #EAB667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB667; }
p { color: rgb(234,182,103); }
H1.HeaderClassName
{
color: #EAB667;
}
.AnyTagClassName
{
color: #EAB667;
}
</style>
background-color css
<style>
a { background-color: #EAB667; }
a { background-color: rgb(234,182,103); }
div.DivClassName
{
background-color: #EAB667;
}
.BgClassName
{
background-color: #EAB667;
}
</style>
border-color css
<style>
span { border-color: #EAB667; }
span { border-color: rgb(234,182,103); }
td.TdClassName
{
border-color: #EAB667;
}
.TagClassName
{
border-color: #EAB667;
}
</style>