Shades of Harvest Gold #EEB366
Tints of Harvest Gold #EEB366
RGB
CMYK
RGB Variations
Color information
#EEB366 (or 0xEEB366) is known color: Harvest Gold. HEX triplet: EE, B3 and 66. RGB value is (238,179,102). Sum of RGB (Red+Green+Blue) = 238+179+102=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB366 is #114C99. Grayscale: #BCBCBC. Windows color (decimal): -1133722 or 6730734. OLE color: 6730734.
HSL color Cylindrical-coordinate representation of color #EEB366: hue angle of 33.97º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EEB366 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 102 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.07 |
| HSL | 33.97º | 0.8% | 0.67% | - |
| HSV(B) | 33.97º | 0.57% | 0.93% | - |
| XYZ | 53.78 | 51.38 | 19.65 | - |
| YUV | 187.86 | 79.55 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 102 | 0 | 0.25 | 0.57 | 0.07 | 33.97 | 0.8 | 0.67 |
| Hex | EE | B3 | 66 | 0 | 19 | 39 | 7 | 22 | 50 | 43 |
| Octal | 356 | 263 | 146 | 0 | 31 | 71 | 7 | 42 | 120 | 103 |
| Binary | 11101110 | 10110011 | 1100110 | 0 | 11001 | 111001 | 111 | 100010 | 1010000 | 1000011 |
Color Harmonies of #EEB366
Complementary color
Monochromatic Colors of #EEB366
Black with #EEB366
Text Example
Text Example
White with #EEB366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB366; }
p { color: rgb(238,179,102); }
H1.HeaderClassName
{
color: #EEB366;
}
.AnyTagClassName
{
color: #EEB366;
}
</style>
background-color css
<style>
a { background-color: #EEB366; }
a { background-color: rgb(238,179,102); }
div.DivClassName
{
background-color: #EEB366;
}
.BgClassName
{
background-color: #EEB366;
}
</style>
border-color css
<style>
span { border-color: #EEB366; }
span { border-color: rgb(238,179,102); }
td.TdClassName
{
border-color: #EEB366;
}
.TagClassName
{
border-color: #EEB366;
}
</style>