Shades of Harvest Gold #EEB865
Tints of Harvest Gold #EEB865
RGB
CMYK
RGB Variations
Color information
#EEB865 (or 0xEEB865) is known color: Harvest Gold. HEX triplet: EE, B8 and 65. RGB value is (238,184,101). Sum of RGB (Red+Green+Blue) = 238+184+101=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB865 is #11479A. Grayscale: #BFBFBF. Windows color (decimal): -1132443 or 6666478. OLE color: 6666478.
HSL color Cylindrical-coordinate representation of color #EEB865: hue angle of 36.35º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEB865 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 101 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.07 |
| HSL | 36.35º | 0.8% | 0.66% | - |
| HSV(B) | 36.35º | 0.58% | 0.93% | - |
| XYZ | 54.75 | 53.4 | 19.73 | - |
| YUV | 190.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 101 | 0 | 0.23 | 0.58 | 0.07 | 36.35 | 0.8 | 0.66 |
| Hex | EE | B8 | 65 | 0 | 17 | 3A | 7 | 24 | 50 | 42 |
| Octal | 356 | 270 | 145 | 0 | 27 | 72 | 7 | 44 | 120 | 102 |
| Binary | 11101110 | 10111000 | 1100101 | 0 | 10111 | 111010 | 111 | 100100 | 1010000 | 1000010 |
Color Harmonies of #EEB865
Complementary color
Monochromatic Colors of #EEB865
Black with #EEB865
Text Example
Text Example
White with #EEB865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB865; }
p { color: rgb(238,184,101); }
H1.HeaderClassName
{
color: #EEB865;
}
.AnyTagClassName
{
color: #EEB865;
}
</style>
background-color css
<style>
a { background-color: #EEB865; }
a { background-color: rgb(238,184,101); }
div.DivClassName
{
background-color: #EEB865;
}
.BgClassName
{
background-color: #EEB865;
}
</style>
border-color css
<style>
span { border-color: #EEB865; }
span { border-color: rgb(238,184,101); }
td.TdClassName
{
border-color: #EEB865;
}
.TagClassName
{
border-color: #EEB865;
}
</style>