Shades of Harvest Gold #EEB168
Tints of Harvest Gold #EEB168
RGB
CMYK
RGB Variations
Color information
#EEB168 (or 0xEEB168) is known color: Harvest Gold. HEX triplet: EE, B1 and 68. RGB value is (238,177,104). Sum of RGB (Red+Green+Blue) = 238+177+104=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB168 is #114E97. Grayscale: #BBBBBB. Windows color (decimal): -1134232 or 6861294. OLE color: 6861294.
HSL color Cylindrical-coordinate representation of color #EEB168: hue angle of 32.69º 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 #EEB168 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 104 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.07 |
| HSL | 32.69º | 0.8% | 0.67% | - |
| HSV(B) | 32.69º | 0.56% | 0.93% | - |
| XYZ | 53.48 | 50.62 | 20.05 | - |
| YUV | 186.92 | 81.21 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 104 | 0 | 0.26 | 0.56 | 0.07 | 32.69 | 0.8 | 0.67 |
| Hex | EE | B1 | 68 | 0 | 1A | 38 | 7 | 21 | 50 | 43 |
| Octal | 356 | 261 | 150 | 0 | 32 | 70 | 7 | 41 | 120 | 103 |
| Binary | 11101110 | 10110001 | 1101000 | 0 | 11010 | 111000 | 111 | 100001 | 1010000 | 1000011 |
Color Harmonies of #EEB168
Complementary color
Monochromatic Colors of #EEB168
Black with #EEB168
Text Example
Text Example
White with #EEB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB168; }
p { color: rgb(238,177,104); }
H1.HeaderClassName
{
color: #EEB168;
}
.AnyTagClassName
{
color: #EEB168;
}
</style>
background-color css
<style>
a { background-color: #EEB168; }
a { background-color: rgb(238,177,104); }
div.DivClassName
{
background-color: #EEB168;
}
.BgClassName
{
background-color: #EEB168;
}
</style>
border-color css
<style>
span { border-color: #EEB168; }
span { border-color: rgb(238,177,104); }
td.TdClassName
{
border-color: #EEB168;
}
.TagClassName
{
border-color: #EEB168;
}
</style>