Shades of Harvest Gold #EEC273
Tints of Harvest Gold #EEC273
RGB
CMYK
RGB Variations
Color information
#EEC273 (or 0xEEC273) is known color: Harvest Gold. HEX triplet: EE, C2 and 73. RGB value is (238,194,115). Sum of RGB (Red+Green+Blue) = 238+194+115=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 115 (45.31% from 255 or 21.02% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC273 is #113D8C. Grayscale: #C6C6C6. Windows color (decimal): -1129869 or 7586542. OLE color: 7586542.
HSL color Cylindrical-coordinate representation of color #EEC273: hue angle of 38.54º 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 #EEC273 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 115 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.07 |
| HSL | 38.54º | 0.78% | 0.69% | - |
| HSV(B) | 38.54º | 0.52% | 0.93% | - |
| XYZ | 57.65 | 58 | 24.38 | - |
| YUV | 198.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 115 | 0 | 0.18 | 0.52 | 0.07 | 38.54 | 0.78 | 0.69 |
| Hex | EE | C2 | 73 | 0 | 12 | 34 | 7 | 27 | 4E | 45 |
| Octal | 356 | 302 | 163 | 0 | 22 | 64 | 7 | 47 | 116 | 105 |
| Binary | 11101110 | 11000010 | 1110011 | 0 | 10010 | 110100 | 111 | 100111 | 1001110 | 1000101 |
Color Harmonies of #EEC273
Complementary color
Monochromatic Colors of #EEC273
Black with #EEC273
Text Example
Text Example
White with #EEC273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC273; }
p { color: rgb(238,194,115); }
H1.HeaderClassName
{
color: #EEC273;
}
.AnyTagClassName
{
color: #EEC273;
}
</style>
background-color css
<style>
a { background-color: #EEC273; }
a { background-color: rgb(238,194,115); }
div.DivClassName
{
background-color: #EEC273;
}
.BgClassName
{
background-color: #EEC273;
}
</style>
border-color css
<style>
span { border-color: #EEC273; }
span { border-color: rgb(238,194,115); }
td.TdClassName
{
border-color: #EEC273;
}
.TagClassName
{
border-color: #EEC273;
}
</style>