Shades of Harvest Gold #EEB06D
Tints of Harvest Gold #EEB06D
RGB
CMYK
RGB Variations
Color information
#EEB06D (or 0xEEB06D) is known color: Harvest Gold. HEX triplet: EE, B0 and 6D. RGB value is (238,176,109). Sum of RGB (Red+Green+Blue) = 238+176+109=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB06D is #114F92. Grayscale: #BBBBBB. Windows color (decimal): -1134483 or 7188718. OLE color: 7188718.
HSL color Cylindrical-coordinate representation of color #EEB06D: hue angle of 31.16º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EEB06D is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 109 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.07 |
| HSL | 31.16º | 0.79% | 0.68% | - |
| HSV(B) | 31.16º | 0.54% | 0.93% | - |
| XYZ | 53.55 | 50.33 | 21.36 | - |
| YUV | 186.9 | 84.04 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 109 | 0 | 0.26 | 0.54 | 0.07 | 31.16 | 0.79 | 0.68 |
| Hex | EE | B0 | 6D | 0 | 1A | 36 | 7 | 1F | 4F | 44 |
| Octal | 356 | 260 | 155 | 0 | 32 | 66 | 7 | 37 | 117 | 104 |
| Binary | 11101110 | 10110000 | 1101101 | 0 | 11010 | 110110 | 111 | 11111 | 1001111 | 1000100 |
Color Harmonies of #EEB06D
Complementary color
Monochromatic Colors of #EEB06D
Black with #EEB06D
Text Example
Text Example
White with #EEB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB06D; }
p { color: rgb(238,176,109); }
H1.HeaderClassName
{
color: #EEB06D;
}
.AnyTagClassName
{
color: #EEB06D;
}
</style>
background-color css
<style>
a { background-color: #EEB06D; }
a { background-color: rgb(238,176,109); }
div.DivClassName
{
background-color: #EEB06D;
}
.BgClassName
{
background-color: #EEB06D;
}
</style>
border-color css
<style>
span { border-color: #EEB06D; }
span { border-color: rgb(238,176,109); }
td.TdClassName
{
border-color: #EEB06D;
}
.TagClassName
{
border-color: #EEB06D;
}
</style>