Shades of Harvest Gold #EEB568
Tints of Harvest Gold #EEB568
RGB
CMYK
RGB Variations
Color information
#EEB568 (or 0xEEB568) is known color: Harvest Gold. HEX triplet: EE, B5 and 68. RGB value is (238,181,104). Sum of RGB (Red+Green+Blue) = 238+181+104=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB568 is #114A97. Grayscale: #BDBDBD. Windows color (decimal): -1133208 or 6862318. OLE color: 6862318.
HSL color Cylindrical-coordinate representation of color #EEB568: hue angle of 34.48º 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 #EEB568 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 104 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.07 |
| HSL | 34.48º | 0.8% | 0.67% | - |
| HSV(B) | 34.48º | 0.56% | 0.93% | - |
| XYZ | 54.28 | 52.22 | 20.32 | - |
| YUV | 189.27 | 79.88 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 104 | 0 | 0.24 | 0.56 | 0.07 | 34.48 | 0.8 | 0.67 |
| Hex | EE | B5 | 68 | 0 | 18 | 38 | 7 | 22 | 50 | 43 |
| Octal | 356 | 265 | 150 | 0 | 30 | 70 | 7 | 42 | 120 | 103 |
| Binary | 11101110 | 10110101 | 1101000 | 0 | 11000 | 111000 | 111 | 100010 | 1010000 | 1000011 |
Color Harmonies of #EEB568
Complementary color
Monochromatic Colors of #EEB568
Black with #EEB568
Text Example
Text Example
White with #EEB568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB568; }
p { color: rgb(238,181,104); }
H1.HeaderClassName
{
color: #EEB568;
}
.AnyTagClassName
{
color: #EEB568;
}
</style>
background-color css
<style>
a { background-color: #EEB568; }
a { background-color: rgb(238,181,104); }
div.DivClassName
{
background-color: #EEB568;
}
.BgClassName
{
background-color: #EEB568;
}
</style>
border-color css
<style>
span { border-color: #EEB568; }
span { border-color: rgb(238,181,104); }
td.TdClassName
{
border-color: #EEB568;
}
.TagClassName
{
border-color: #EEB568;
}
</style>