Shades of Harvest Gold #EEB665
Tints of Harvest Gold #EEB665
RGB
CMYK
RGB Variations
Color information
#EEB665 (or 0xEEB665) is known color: Harvest Gold. HEX triplet: EE, B6 and 65. RGB value is (238,182,101). Sum of RGB (Red+Green+Blue) = 238+182+101=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB665 is #11499A. Grayscale: #BDBDBD. Windows color (decimal): -1132955 or 6665966. OLE color: 6665966.
HSL color Cylindrical-coordinate representation of color #EEB665: hue angle of 35.47º 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 #EEB665 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 101 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.07 |
| HSL | 35.47º | 0.8% | 0.66% | - |
| HSV(B) | 35.47º | 0.58% | 0.93% | - |
| XYZ | 54.34 | 52.57 | 19.6 | - |
| YUV | 189.51 | 78.05 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 101 | 0 | 0.24 | 0.58 | 0.07 | 35.47 | 0.8 | 0.66 |
| Hex | EE | B6 | 65 | 0 | 18 | 3A | 7 | 23 | 50 | 42 |
| Octal | 356 | 266 | 145 | 0 | 30 | 72 | 7 | 43 | 120 | 102 |
| Binary | 11101110 | 10110110 | 1100101 | 0 | 11000 | 111010 | 111 | 100011 | 1010000 | 1000010 |
Color Harmonies of #EEB665
Complementary color
Monochromatic Colors of #EEB665
Black with #EEB665
Text Example
Text Example
White with #EEB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB665; }
p { color: rgb(238,182,101); }
H1.HeaderClassName
{
color: #EEB665;
}
.AnyTagClassName
{
color: #EEB665;
}
</style>
background-color css
<style>
a { background-color: #EEB665; }
a { background-color: rgb(238,182,101); }
div.DivClassName
{
background-color: #EEB665;
}
.BgClassName
{
background-color: #EEB665;
}
</style>
border-color css
<style>
span { border-color: #EEB665; }
span { border-color: rgb(238,182,101); }
td.TdClassName
{
border-color: #EEB665;
}
.TagClassName
{
border-color: #EEB665;
}
</style>