Shades of Harvest Gold #EEB06F
Tints of Harvest Gold #EEB06F
RGB
CMYK
RGB Variations
Color information
#EEB06F (or 0xEEB06F) is known color: Harvest Gold. HEX triplet: EE, B0 and 6F. RGB value is (238,176,111). Sum of RGB (Red+Green+Blue) = 238+176+111=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB06F is #114F90. Grayscale: #BBBBBB. Windows color (decimal): -1134481 or 7319790. OLE color: 7319790.
HSL color Cylindrical-coordinate representation of color #EEB06F: hue angle of 30.71º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEB06F is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 111 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.07 |
| HSL | 30.71º | 0.79% | 0.68% | - |
| HSV(B) | 30.71º | 0.53% | 0.93% | - |
| XYZ | 53.65 | 50.38 | 21.93 | - |
| YUV | 187.13 | 85.04 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 111 | 0 | 0.26 | 0.53 | 0.07 | 30.71 | 0.79 | 0.68 |
| Hex | EE | B0 | 6F | 0 | 1A | 35 | 7 | 1F | 4F | 44 |
| Octal | 356 | 260 | 157 | 0 | 32 | 65 | 7 | 37 | 117 | 104 |
| Binary | 11101110 | 10110000 | 1101111 | 0 | 11010 | 110101 | 111 | 11111 | 1001111 | 1000100 |
Color Harmonies of #EEB06F
Complementary color
Monochromatic Colors of #EEB06F
Black with #EEB06F
Text Example
Text Example
White with #EEB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB06F; }
p { color: rgb(238,176,111); }
H1.HeaderClassName
{
color: #EEB06F;
}
.AnyTagClassName
{
color: #EEB06F;
}
</style>
background-color css
<style>
a { background-color: #EEB06F; }
a { background-color: rgb(238,176,111); }
div.DivClassName
{
background-color: #EEB06F;
}
.BgClassName
{
background-color: #EEB06F;
}
</style>
border-color css
<style>
span { border-color: #EEB06F; }
span { border-color: rgb(238,176,111); }
td.TdClassName
{
border-color: #EEB06F;
}
.TagClassName
{
border-color: #EEB06F;
}
</style>