Shades of Harvest Gold #EEB471
Tints of Harvest Gold #EEB471
RGB
CMYK
RGB Variations
Color information
#EEB471 (or 0xEEB471) is known color: Harvest Gold. HEX triplet: EE, B4 and 71. RGB value is (238,180,113). Sum of RGB (Red+Green+Blue) = 238+180+113=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB471 is #114B8E. Grayscale: #BEBEBE. Windows color (decimal): -1133455 or 7451886. OLE color: 7451886.
HSL color Cylindrical-coordinate representation of color #EEB471: hue angle of 32.16º 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 #EEB471 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 113 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.07 |
| HSL | 32.16º | 0.79% | 0.69% | - |
| HSV(B) | 32.16º | 0.53% | 0.93% | - |
| XYZ | 54.56 | 52.01 | 22.79 | - |
| YUV | 189.7 | 84.72 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 113 | 0 | 0.24 | 0.53 | 0.07 | 32.16 | 0.79 | 0.69 |
| Hex | EE | B4 | 71 | 0 | 18 | 35 | 7 | 20 | 4F | 45 |
| Octal | 356 | 264 | 161 | 0 | 30 | 65 | 7 | 40 | 117 | 105 |
| Binary | 11101110 | 10110100 | 1110001 | 0 | 11000 | 110101 | 111 | 100000 | 1001111 | 1000101 |
Color Harmonies of #EEB471
Complementary color
Monochromatic Colors of #EEB471
Black with #EEB471
Text Example
Text Example
White with #EEB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB471; }
p { color: rgb(238,180,113); }
H1.HeaderClassName
{
color: #EEB471;
}
.AnyTagClassName
{
color: #EEB471;
}
</style>
background-color css
<style>
a { background-color: #EEB471; }
a { background-color: rgb(238,180,113); }
div.DivClassName
{
background-color: #EEB471;
}
.BgClassName
{
background-color: #EEB471;
}
</style>
border-color css
<style>
span { border-color: #EEB471; }
span { border-color: rgb(238,180,113); }
td.TdClassName
{
border-color: #EEB471;
}
.TagClassName
{
border-color: #EEB471;
}
</style>