Shades of Harvest Gold #EEB068
Tints of Harvest Gold #EEB068
RGB
CMYK
RGB Variations
Color information
#EEB068 (or 0xEEB068) is known color: Harvest Gold. HEX triplet: EE, B0 and 68. RGB value is (238,176,104). Sum of RGB (Red+Green+Blue) = 238+176+104=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB068 is #114F97. Grayscale: #BABABA. Windows color (decimal): -1134488 or 6861038. OLE color: 6861038.
HSL color Cylindrical-coordinate representation of color #EEB068: hue angle of 32.24º 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 #EEB068 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 104 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.07 |
| HSL | 32.24º | 0.8% | 0.67% | - |
| HSV(B) | 32.24º | 0.56% | 0.93% | - |
| XYZ | 53.28 | 50.23 | 19.98 | - |
| YUV | 186.33 | 81.54 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 104 | 0 | 0.26 | 0.56 | 0.07 | 32.24 | 0.8 | 0.67 |
| Hex | EE | B0 | 68 | 0 | 1A | 38 | 7 | 20 | 50 | 43 |
| Octal | 356 | 260 | 150 | 0 | 32 | 70 | 7 | 40 | 120 | 103 |
| Binary | 11101110 | 10110000 | 1101000 | 0 | 11010 | 111000 | 111 | 100000 | 1010000 | 1000011 |
Color Harmonies of #EEB068
Complementary color
Monochromatic Colors of #EEB068
Black with #EEB068
Text Example
Text Example
White with #EEB068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB068; }
p { color: rgb(238,176,104); }
H1.HeaderClassName
{
color: #EEB068;
}
.AnyTagClassName
{
color: #EEB068;
}
</style>
background-color css
<style>
a { background-color: #EEB068; }
a { background-color: rgb(238,176,104); }
div.DivClassName
{
background-color: #EEB068;
}
.BgClassName
{
background-color: #EEB068;
}
</style>
border-color css
<style>
span { border-color: #EEB068; }
span { border-color: rgb(238,176,104); }
td.TdClassName
{
border-color: #EEB068;
}
.TagClassName
{
border-color: #EEB068;
}
</style>