Shades of Harvest Gold #EEAF68
Tints of Harvest Gold #EEAF68
RGB
CMYK
RGB Variations
Color information
#EEAF68 (or 0xEEAF68) is known color: Harvest Gold. HEX triplet: EE, AF and 68. RGB value is (238,175,104). Sum of RGB (Red+Green+Blue) = 238+175+104=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAF68 is #115097. Grayscale: #BABABA. Windows color (decimal): -1134744 or 6860782. OLE color: 6860782.
HSL color Cylindrical-coordinate representation of color #EEAF68: hue angle of 31.79º 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 #EEAF68 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 175 | 104 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.07 |
| HSL | 31.79º | 0.8% | 0.67% | - |
| HSV(B) | 31.79º | 0.56% | 0.93% | - |
| XYZ | 53.09 | 49.84 | 19.92 | - |
| YUV | 185.74 | 81.87 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 175 | 104 | 0 | 0.26 | 0.56 | 0.07 | 31.79 | 0.8 | 0.67 |
| Hex | EE | AF | 68 | 0 | 1A | 38 | 7 | 20 | 50 | 43 |
| Octal | 356 | 257 | 150 | 0 | 32 | 70 | 7 | 40 | 120 | 103 |
| Binary | 11101110 | 10101111 | 1101000 | 0 | 11010 | 111000 | 111 | 100000 | 1010000 | 1000011 |
Color Harmonies of #EEAF68
Complementary color
Monochromatic Colors of #EEAF68
Black with #EEAF68
Text Example
Text Example
White with #EEAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAF68; }
p { color: rgb(238,175,104); }
H1.HeaderClassName
{
color: #EEAF68;
}
.AnyTagClassName
{
color: #EEAF68;
}
</style>
background-color css
<style>
a { background-color: #EEAF68; }
a { background-color: rgb(238,175,104); }
div.DivClassName
{
background-color: #EEAF68;
}
.BgClassName
{
background-color: #EEAF68;
}
</style>
border-color css
<style>
span { border-color: #EEAF68; }
span { border-color: rgb(238,175,104); }
td.TdClassName
{
border-color: #EEAF68;
}
.TagClassName
{
border-color: #EEAF68;
}
</style>