Shades of Harvest Gold #EEB569
Tints of Harvest Gold #EEB569
RGB
CMYK
RGB Variations
Color information
#EEB569 (or 0xEEB569) is known color: Harvest Gold. HEX triplet: EE, B5 and 69. RGB value is (238,181,105). Sum of RGB (Red+Green+Blue) = 238+181+105=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB569 is #114A96. Grayscale: #BDBDBD. Windows color (decimal): -1133207 or 6927854. OLE color: 6927854.
HSL color Cylindrical-coordinate representation of color #EEB569: hue angle of 34.29º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EEB569 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 105 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.07 |
| HSL | 34.29º | 0.8% | 0.67% | - |
| HSV(B) | 34.29º | 0.56% | 0.93% | - |
| XYZ | 54.33 | 52.24 | 20.59 | - |
| YUV | 189.38 | 80.38 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 105 | 0 | 0.24 | 0.56 | 0.07 | 34.29 | 0.8 | 0.67 |
| Hex | EE | B5 | 69 | 0 | 18 | 38 | 7 | 22 | 50 | 43 |
| Octal | 356 | 265 | 151 | 0 | 30 | 70 | 7 | 42 | 120 | 103 |
| Binary | 11101110 | 10110101 | 1101001 | 0 | 11000 | 111000 | 111 | 100010 | 1010000 | 1000011 |
Color Harmonies of #EEB569
Complementary color
Monochromatic Colors of #EEB569
Black with #EEB569
Text Example
Text Example
White with #EEB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB569; }
p { color: rgb(238,181,105); }
H1.HeaderClassName
{
color: #EEB569;
}
.AnyTagClassName
{
color: #EEB569;
}
</style>
background-color css
<style>
a { background-color: #EEB569; }
a { background-color: rgb(238,181,105); }
div.DivClassName
{
background-color: #EEB569;
}
.BgClassName
{
background-color: #EEB569;
}
</style>
border-color css
<style>
span { border-color: #EEB569; }
span { border-color: rgb(238,181,105); }
td.TdClassName
{
border-color: #EEB569;
}
.TagClassName
{
border-color: #EEB569;
}
</style>