Shades of Harvest Gold #EEAD68
Tints of Harvest Gold #EEAD68
RGB
CMYK
RGB Variations
Color information
#EEAD68 (or 0xEEAD68) is known color: Harvest Gold. HEX triplet: EE, AD and 68. RGB value is (238,173,104). Sum of RGB (Red+Green+Blue) = 238+173+104=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD68 is #115297. Grayscale: #B8B8B8. Windows color (decimal): -1135256 or 6860270. OLE color: 6860270.
HSL color Cylindrical-coordinate representation of color #EEAD68: hue angle of 30.9º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EEAD68 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 104 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.07 |
| HSL | 30.9º | 0.8% | 0.67% | - |
| HSV(B) | 30.9º | 0.56% | 0.93% | - |
| XYZ | 52.7 | 49.06 | 19.79 | - |
| YUV | 184.57 | 82.53 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 104 | 0 | 0.27 | 0.56 | 0.07 | 30.9 | 0.8 | 0.67 |
| Hex | EE | AD | 68 | 0 | 1B | 38 | 7 | 1F | 50 | 43 |
| Octal | 356 | 255 | 150 | 0 | 33 | 70 | 7 | 37 | 120 | 103 |
| Binary | 11101110 | 10101101 | 1101000 | 0 | 11011 | 111000 | 111 | 11111 | 1010000 | 1000011 |
Color Harmonies of #EEAD68
Complementary color
Monochromatic Colors of #EEAD68
Black with #EEAD68
Text Example
Text Example
White with #EEAD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD68; }
p { color: rgb(238,173,104); }
H1.HeaderClassName
{
color: #EEAD68;
}
.AnyTagClassName
{
color: #EEAD68;
}
</style>
background-color css
<style>
a { background-color: #EEAD68; }
a { background-color: rgb(238,173,104); }
div.DivClassName
{
background-color: #EEAD68;
}
.BgClassName
{
background-color: #EEAD68;
}
</style>
border-color css
<style>
span { border-color: #EEAD68; }
span { border-color: rgb(238,173,104); }
td.TdClassName
{
border-color: #EEAD68;
}
.TagClassName
{
border-color: #EEAD68;
}
</style>