Shades of Harvest Gold #EEAD6B
Tints of Harvest Gold #EEAD6B
RGB
CMYK
RGB Variations
Color information
#EEAD6B (or 0xEEAD6B) is known color: Harvest Gold. HEX triplet: EE, AD and 6B. RGB value is (238,173,107). Sum of RGB (Red+Green+Blue) = 238+173+107=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD6B is #115294. Grayscale: #B9B9B9. Windows color (decimal): -1135253 or 7056878. OLE color: 7056878.
HSL color Cylindrical-coordinate representation of color #EEAD6B: hue angle of 30.23º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEAD6B is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 107 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.07 |
| HSL | 30.23º | 0.79% | 0.68% | - |
| HSV(B) | 30.23º | 0.55% | 0.93% | - |
| XYZ | 52.86 | 49.13 | 20.61 | - |
| YUV | 184.91 | 84.03 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 107 | 0 | 0.27 | 0.55 | 0.07 | 30.23 | 0.79 | 0.68 |
| Hex | EE | AD | 6B | 0 | 1B | 37 | 7 | 1E | 4F | 44 |
| Octal | 356 | 255 | 153 | 0 | 33 | 67 | 7 | 36 | 117 | 104 |
| Binary | 11101110 | 10101101 | 1101011 | 0 | 11011 | 110111 | 111 | 11110 | 1001111 | 1000100 |
Color Harmonies of #EEAD6B
Complementary color
Monochromatic Colors of #EEAD6B
Black with #EEAD6B
Text Example
Text Example
White with #EEAD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD6B; }
p { color: rgb(238,173,107); }
H1.HeaderClassName
{
color: #EEAD6B;
}
.AnyTagClassName
{
color: #EEAD6B;
}
</style>
background-color css
<style>
a { background-color: #EEAD6B; }
a { background-color: rgb(238,173,107); }
div.DivClassName
{
background-color: #EEAD6B;
}
.BgClassName
{
background-color: #EEAD6B;
}
</style>
border-color css
<style>
span { border-color: #EEAD6B; }
span { border-color: rgb(238,173,107); }
td.TdClassName
{
border-color: #EEAD6B;
}
.TagClassName
{
border-color: #EEAD6B;
}
</style>