Shades of Harvest Gold #EEBF68
Tints of Harvest Gold #EEBF68
RGB
CMYK
RGB Variations
Color information
#EEBF68 (or 0xEEBF68) is known color: Harvest Gold. HEX triplet: EE, BF and 68. RGB value is (238,191,104). Sum of RGB (Red+Green+Blue) = 238+191+104=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF68 is #114097. Grayscale: #C3C3C3. Windows color (decimal): -1130648 or 6864878. OLE color: 6864878.
HSL color Cylindrical-coordinate representation of color #EEBF68: hue angle of 38.96º 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 #EEBF68 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 104 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.07 |
| HSL | 38.96º | 0.8% | 0.67% | - |
| HSV(B) | 38.96º | 0.56% | 0.93% | - |
| XYZ | 56.39 | 56.44 | 21.02 | - |
| YUV | 195.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 104 | 0 | 0.20 | 0.56 | 0.07 | 38.96 | 0.8 | 0.67 |
| Hex | EE | BF | 68 | 0 | 14 | 38 | 7 | 27 | 50 | 43 |
| Octal | 356 | 277 | 150 | 0 | 24 | 70 | 7 | 47 | 120 | 103 |
| Binary | 11101110 | 10111111 | 1101000 | 0 | 10100 | 111000 | 111 | 100111 | 1010000 | 1000011 |
Color Harmonies of #EEBF68
Complementary color
Monochromatic Colors of #EEBF68
Black with #EEBF68
Text Example
Text Example
White with #EEBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF68; }
p { color: rgb(238,191,104); }
H1.HeaderClassName
{
color: #EEBF68;
}
.AnyTagClassName
{
color: #EEBF68;
}
</style>
background-color css
<style>
a { background-color: #EEBF68; }
a { background-color: rgb(238,191,104); }
div.DivClassName
{
background-color: #EEBF68;
}
.BgClassName
{
background-color: #EEBF68;
}
</style>
border-color css
<style>
span { border-color: #EEBF68; }
span { border-color: rgb(238,191,104); }
td.TdClassName
{
border-color: #EEBF68;
}
.TagClassName
{
border-color: #EEBF68;
}
</style>