Shades of Harvest Gold #EABF67
Tints of Harvest Gold #EABF67
RGB
CMYK
RGB Variations
Color information
#EABF67 (or 0xEABF67) is known color: Harvest Gold. HEX triplet: EA, BF and 67. RGB value is (234,191,103). Sum of RGB (Red+Green+Blue) = 234+191+103=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 103 (40.62% from 255 or 19.51% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF67 is #154098. Grayscale: #C2C2C2. Windows color (decimal): -1392793 or 6799338. OLE color: 6799338.
HSL color Cylindrical-coordinate representation of color #EABF67: hue angle of 40.31º 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 #EABF67 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 103 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.08 |
| HSL | 40.31º | 0.76% | 0.66% | - |
| HSV(B) | 40.31º | 0.56% | 0.92% | - |
| XYZ | 55.01 | 55.73 | 20.69 | - |
| YUV | 193.83 | 76.75 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 103 | 0 | 0.18 | 0.56 | 0.08 | 40.31 | 0.76 | 0.66 |
| Hex | EA | BF | 67 | 0 | 12 | 38 | 8 | 28 | 4C | 42 |
| Octal | 352 | 277 | 147 | 0 | 22 | 70 | 10 | 50 | 114 | 102 |
| Binary | 11101010 | 10111111 | 1100111 | 0 | 10010 | 111000 | 1000 | 101000 | 1001100 | 1000010 |
Color Harmonies of #EABF67
Complementary color
Monochromatic Colors of #EABF67
Black with #EABF67
Text Example
Text Example
White with #EABF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF67; }
p { color: rgb(234,191,103); }
H1.HeaderClassName
{
color: #EABF67;
}
.AnyTagClassName
{
color: #EABF67;
}
</style>
background-color css
<style>
a { background-color: #EABF67; }
a { background-color: rgb(234,191,103); }
div.DivClassName
{
background-color: #EABF67;
}
.BgClassName
{
background-color: #EABF67;
}
</style>
border-color css
<style>
span { border-color: #EABF67; }
span { border-color: rgb(234,191,103); }
td.TdClassName
{
border-color: #EABF67;
}
.TagClassName
{
border-color: #EABF67;
}
</style>