Shades of Harvest Gold #EEB770
Tints of Harvest Gold #EEB770
RGB
CMYK
RGB Variations
Color information
#EEB770 (or 0xEEB770) is known color: Harvest Gold. HEX triplet: EE, B7 and 70. RGB value is (238,183,112). Sum of RGB (Red+Green+Blue) = 238+183+112=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB770 is #11488F. Grayscale: #BFBFBF. Windows color (decimal): -1132688 or 7387118. OLE color: 7387118.
HSL color Cylindrical-coordinate representation of color #EEB770: hue angle of 33.81º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEB770 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 112 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.07 |
| HSL | 33.81º | 0.79% | 0.69% | - |
| HSV(B) | 33.81º | 0.53% | 0.93% | - |
| XYZ | 55.12 | 53.21 | 22.7 | - |
| YUV | 191.35 | 83.22 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 112 | 0 | 0.23 | 0.53 | 0.07 | 33.81 | 0.79 | 0.69 |
| Hex | EE | B7 | 70 | 0 | 17 | 35 | 7 | 22 | 4F | 45 |
| Octal | 356 | 267 | 160 | 0 | 27 | 65 | 7 | 42 | 117 | 105 |
| Binary | 11101110 | 10110111 | 1110000 | 0 | 10111 | 110101 | 111 | 100010 | 1001111 | 1000101 |
Color Harmonies of #EEB770
Complementary color
Monochromatic Colors of #EEB770
Black with #EEB770
Text Example
Text Example
White with #EEB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB770; }
p { color: rgb(238,183,112); }
H1.HeaderClassName
{
color: #EEB770;
}
.AnyTagClassName
{
color: #EEB770;
}
</style>
background-color css
<style>
a { background-color: #EEB770; }
a { background-color: rgb(238,183,112); }
div.DivClassName
{
background-color: #EEB770;
}
.BgClassName
{
background-color: #EEB770;
}
</style>
border-color css
<style>
span { border-color: #EEB770; }
span { border-color: rgb(238,183,112); }
td.TdClassName
{
border-color: #EEB770;
}
.TagClassName
{
border-color: #EEB770;
}
</style>