Shades of Harvest Gold #EEC073
Tints of Harvest Gold #EEC073
RGB
CMYK
RGB Variations
Color information
#EEC073 (or 0xEEC073) is known color: Harvest Gold. HEX triplet: EE, C0 and 73. RGB value is (238,192,115). Sum of RGB (Red+Green+Blue) = 238+192+115=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC073 is #113F8C. Grayscale: #C5C5C5. Windows color (decimal): -1130381 or 7586030. OLE color: 7586030.
HSL color Cylindrical-coordinate representation of color #EEC073: hue angle of 37.56º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEC073 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 115 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.07 |
| HSL | 37.56º | 0.78% | 0.69% | - |
| HSV(B) | 37.56º | 0.52% | 0.93% | - |
| XYZ | 57.2 | 57.11 | 24.23 | - |
| YUV | 196.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 115 | 0 | 0.19 | 0.52 | 0.07 | 37.56 | 0.78 | 0.69 |
| Hex | EE | C0 | 73 | 0 | 13 | 34 | 7 | 26 | 4E | 45 |
| Octal | 356 | 300 | 163 | 0 | 23 | 64 | 7 | 46 | 116 | 105 |
| Binary | 11101110 | 11000000 | 1110011 | 0 | 10011 | 110100 | 111 | 100110 | 1001110 | 1000101 |
Color Harmonies of #EEC073
Complementary color
Monochromatic Colors of #EEC073
Black with #EEC073
Text Example
Text Example
White with #EEC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC073; }
p { color: rgb(238,192,115); }
H1.HeaderClassName
{
color: #EEC073;
}
.AnyTagClassName
{
color: #EEC073;
}
</style>
background-color css
<style>
a { background-color: #EEC073; }
a { background-color: rgb(238,192,115); }
div.DivClassName
{
background-color: #EEC073;
}
.BgClassName
{
background-color: #EEC073;
}
</style>
border-color css
<style>
span { border-color: #EEC073; }
span { border-color: rgb(238,192,115); }
td.TdClassName
{
border-color: #EEC073;
}
.TagClassName
{
border-color: #EEC073;
}
</style>