Shades of Harvest Gold #EEB46C
Tints of Harvest Gold #EEB46C
RGB
CMYK
RGB Variations
Color information
#EEB46C (or 0xEEB46C) is known color: Harvest Gold. HEX triplet: EE, B4 and 6C. RGB value is (238,180,108). Sum of RGB (Red+Green+Blue) = 238+180+108=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB46C is #114B93. Grayscale: #BDBDBD. Windows color (decimal): -1133460 or 7124206. OLE color: 7124206.
HSL color Cylindrical-coordinate representation of color #EEB46C: hue angle of 33.23º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEB46C is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 108 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.07 |
| HSL | 33.23º | 0.79% | 0.68% | - |
| HSV(B) | 33.23º | 0.55% | 0.93% | - |
| XYZ | 54.29 | 51.9 | 21.34 | - |
| YUV | 189.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 108 | 0 | 0.24 | 0.55 | 0.07 | 33.23 | 0.79 | 0.68 |
| Hex | EE | B4 | 6C | 0 | 18 | 37 | 7 | 21 | 4F | 44 |
| Octal | 356 | 264 | 154 | 0 | 30 | 67 | 7 | 41 | 117 | 104 |
| Binary | 11101110 | 10110100 | 1101100 | 0 | 11000 | 110111 | 111 | 100001 | 1001111 | 1000100 |
Color Harmonies of #EEB46C
Complementary color
Monochromatic Colors of #EEB46C
Black with #EEB46C
Text Example
Text Example
White with #EEB46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB46C; }
p { color: rgb(238,180,108); }
H1.HeaderClassName
{
color: #EEB46C;
}
.AnyTagClassName
{
color: #EEB46C;
}
</style>
background-color css
<style>
a { background-color: #EEB46C; }
a { background-color: rgb(238,180,108); }
div.DivClassName
{
background-color: #EEB46C;
}
.BgClassName
{
background-color: #EEB46C;
}
</style>
border-color css
<style>
span { border-color: #EEB46C; }
span { border-color: rgb(238,180,108); }
td.TdClassName
{
border-color: #EEB46C;
}
.TagClassName
{
border-color: #EEB46C;
}
</style>