Shades of Harvest Gold #EEB56C
Tints of Harvest Gold #EEB56C
RGB
CMYK
RGB Variations
Color information
#EEB56C (or 0xEEB56C) is known color: Harvest Gold. HEX triplet: EE, B5 and 6C. RGB value is (238,181,108). Sum of RGB (Red+Green+Blue) = 238+181+108=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB56C is #114A93. Grayscale: #BEBEBE. Windows color (decimal): -1133204 or 7124462. OLE color: 7124462.
HSL color Cylindrical-coordinate representation of color #EEB56C: hue angle of 33.69º 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 #EEB56C is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 108 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.07 |
| HSL | 33.69º | 0.79% | 0.68% | - |
| HSV(B) | 33.69º | 0.55% | 0.93% | - |
| XYZ | 54.49 | 52.31 | 21.41 | - |
| YUV | 189.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 108 | 0 | 0.24 | 0.55 | 0.07 | 33.69 | 0.79 | 0.68 |
| Hex | EE | B5 | 6C | 0 | 18 | 37 | 7 | 22 | 4F | 44 |
| Octal | 356 | 265 | 154 | 0 | 30 | 67 | 7 | 42 | 117 | 104 |
| Binary | 11101110 | 10110101 | 1101100 | 0 | 11000 | 110111 | 111 | 100010 | 1001111 | 1000100 |
Color Harmonies of #EEB56C
Complementary color
Monochromatic Colors of #EEB56C
Black with #EEB56C
Text Example
Text Example
White with #EEB56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB56C; }
p { color: rgb(238,181,108); }
H1.HeaderClassName
{
color: #EEB56C;
}
.AnyTagClassName
{
color: #EEB56C;
}
</style>
background-color css
<style>
a { background-color: #EEB56C; }
a { background-color: rgb(238,181,108); }
div.DivClassName
{
background-color: #EEB56C;
}
.BgClassName
{
background-color: #EEB56C;
}
</style>
border-color css
<style>
span { border-color: #EEB56C; }
span { border-color: rgb(238,181,108); }
td.TdClassName
{
border-color: #EEB56C;
}
.TagClassName
{
border-color: #EEB56C;
}
</style>