Shades of Harvest Gold #EEC06A
Tints of Harvest Gold #EEC06A
RGB
CMYK
RGB Variations
Color information
#EEC06A (or 0xEEC06A) is known color: Harvest Gold. HEX triplet: EE, C0 and 6A. RGB value is (238,192,106). Sum of RGB (Red+Green+Blue) = 238+192+106=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC06A is #113F95. Grayscale: #C4C4C4. Windows color (decimal): -1130390 or 6996206. OLE color: 6996206.
HSL color Cylindrical-coordinate representation of color #EEC06A: hue angle of 39.09º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEC06A is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 106 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.07 |
| HSL | 39.09º | 0.8% | 0.67% | - |
| HSV(B) | 39.09º | 0.55% | 0.93% | - |
| XYZ | 56.71 | 56.92 | 21.63 | - |
| YUV | 195.95 | 77.24 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 106 | 0 | 0.19 | 0.55 | 0.07 | 39.09 | 0.8 | 0.67 |
| Hex | EE | C0 | 6A | 0 | 13 | 37 | 7 | 27 | 50 | 43 |
| Octal | 356 | 300 | 152 | 0 | 23 | 67 | 7 | 47 | 120 | 103 |
| Binary | 11101110 | 11000000 | 1101010 | 0 | 10011 | 110111 | 111 | 100111 | 1010000 | 1000011 |
Color Harmonies of #EEC06A
Complementary color
Monochromatic Colors of #EEC06A
Black with #EEC06A
Text Example
Text Example
White with #EEC06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC06A; }
p { color: rgb(238,192,106); }
H1.HeaderClassName
{
color: #EEC06A;
}
.AnyTagClassName
{
color: #EEC06A;
}
</style>
background-color css
<style>
a { background-color: #EEC06A; }
a { background-color: rgb(238,192,106); }
div.DivClassName
{
background-color: #EEC06A;
}
.BgClassName
{
background-color: #EEC06A;
}
</style>
border-color css
<style>
span { border-color: #EEC06A; }
span { border-color: rgb(238,192,106); }
td.TdClassName
{
border-color: #EEC06A;
}
.TagClassName
{
border-color: #EEC06A;
}
</style>