Shades of Harvest Gold #EEC26A
Tints of Harvest Gold #EEC26A
RGB
CMYK
RGB Variations
Color information
#EEC26A (or 0xEEC26A) is known color: Harvest Gold. HEX triplet: EE, C2 and 6A. RGB value is (238,194,106). Sum of RGB (Red+Green+Blue) = 238+194+106=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC26A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC26A is #113D95. Grayscale: #C5C5C5. Windows color (decimal): -1129878 or 6996718. OLE color: 6996718.
HSL color Cylindrical-coordinate representation of color #EEC26A: hue angle of 40º 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 #EEC26A is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 106 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.07 |
| HSL | 40º | 0.8% | 0.67% | - |
| HSV(B) | 40º | 0.55% | 0.93% | - |
| XYZ | 57.15 | 57.8 | 21.78 | - |
| YUV | 197.12 | 76.58 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 106 | 0 | 0.18 | 0.55 | 0.07 | 40 | 0.8 | 0.67 |
| Hex | EE | C2 | 6A | 0 | 12 | 37 | 7 | 28 | 50 | 43 |
| Octal | 356 | 302 | 152 | 0 | 22 | 67 | 7 | 50 | 120 | 103 |
| Binary | 11101110 | 11000010 | 1101010 | 0 | 10010 | 110111 | 111 | 101000 | 1010000 | 1000011 |
Color Harmonies of #EEC26A
Complementary color
Monochromatic Colors of #EEC26A
Black with #EEC26A
Text Example
Text Example
White with #EEC26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC26A; }
p { color: rgb(238,194,106); }
H1.HeaderClassName
{
color: #EEC26A;
}
.AnyTagClassName
{
color: #EEC26A;
}
</style>
background-color css
<style>
a { background-color: #EEC26A; }
a { background-color: rgb(238,194,106); }
div.DivClassName
{
background-color: #EEC26A;
}
.BgClassName
{
background-color: #EEC26A;
}
</style>
border-color css
<style>
span { border-color: #EEC26A; }
span { border-color: rgb(238,194,106); }
td.TdClassName
{
border-color: #EEC26A;
}
.TagClassName
{
border-color: #EEC26A;
}
</style>