Shades of Harvest Gold #EEC069
Tints of Harvest Gold #EEC069
RGB
CMYK
RGB Variations
Color information
#EEC069 (or 0xEEC069) is known color: Harvest Gold. HEX triplet: EE, C0 and 69. RGB value is (238,192,105). Sum of RGB (Red+Green+Blue) = 238+192+105=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC069 is #113F96. Grayscale: #C4C4C4. Windows color (decimal): -1130391 or 6930670. OLE color: 6930670.
HSL color Cylindrical-coordinate representation of color #EEC069: hue angle of 39.25º 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 #EEC069 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 105 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.07 |
| HSL | 39.25º | 0.8% | 0.67% | - |
| HSV(B) | 39.25º | 0.56% | 0.93% | - |
| XYZ | 56.66 | 56.9 | 21.36 | - |
| YUV | 195.84 | 76.74 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 105 | 0 | 0.19 | 0.56 | 0.07 | 39.25 | 0.8 | 0.67 |
| Hex | EE | C0 | 69 | 0 | 13 | 38 | 7 | 27 | 50 | 43 |
| Octal | 356 | 300 | 151 | 0 | 23 | 70 | 7 | 47 | 120 | 103 |
| Binary | 11101110 | 11000000 | 1101001 | 0 | 10011 | 111000 | 111 | 100111 | 1010000 | 1000011 |
Color Harmonies of #EEC069
Complementary color
Monochromatic Colors of #EEC069
Black with #EEC069
Text Example
Text Example
White with #EEC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC069; }
p { color: rgb(238,192,105); }
H1.HeaderClassName
{
color: #EEC069;
}
.AnyTagClassName
{
color: #EEC069;
}
</style>
background-color css
<style>
a { background-color: #EEC069; }
a { background-color: rgb(238,192,105); }
div.DivClassName
{
background-color: #EEC069;
}
.BgClassName
{
background-color: #EEC069;
}
</style>
border-color css
<style>
span { border-color: #EEC069; }
span { border-color: rgb(238,192,105); }
td.TdClassName
{
border-color: #EEC069;
}
.TagClassName
{
border-color: #EEC069;
}
</style>