Shades of Harvest Gold #EEC26B
Tints of Harvest Gold #EEC26B
RGB
CMYK
RGB Variations
Color information
#EEC26B (or 0xEEC26B) is known color: Harvest Gold. HEX triplet: EE, C2 and 6B. RGB value is (238,194,107). Sum of RGB (Red+Green+Blue) = 238+194+107=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC26B is #113D94. Grayscale: #C5C5C5. Windows color (decimal): -1129877 or 7062254. OLE color: 7062254.
HSL color Cylindrical-coordinate representation of color #EEC26B: hue angle of 39.85º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEC26B is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 107 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.07 |
| HSL | 39.85º | 0.79% | 0.68% | - |
| HSV(B) | 39.85º | 0.55% | 0.93% | - |
| XYZ | 57.21 | 57.82 | 22.06 | - |
| YUV | 197.24 | 77.08 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 107 | 0 | 0.18 | 0.55 | 0.07 | 39.85 | 0.79 | 0.68 |
| Hex | EE | C2 | 6B | 0 | 12 | 37 | 7 | 28 | 4F | 44 |
| Octal | 356 | 302 | 153 | 0 | 22 | 67 | 7 | 50 | 117 | 104 |
| Binary | 11101110 | 11000010 | 1101011 | 0 | 10010 | 110111 | 111 | 101000 | 1001111 | 1000100 |
Color Harmonies of #EEC26B
Complementary color
Monochromatic Colors of #EEC26B
Black with #EEC26B
Text Example
Text Example
White with #EEC26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC26B; }
p { color: rgb(238,194,107); }
H1.HeaderClassName
{
color: #EEC26B;
}
.AnyTagClassName
{
color: #EEC26B;
}
</style>
background-color css
<style>
a { background-color: #EEC26B; }
a { background-color: rgb(238,194,107); }
div.DivClassName
{
background-color: #EEC26B;
}
.BgClassName
{
background-color: #EEC26B;
}
</style>
border-color css
<style>
span { border-color: #EEC26B; }
span { border-color: rgb(238,194,107); }
td.TdClassName
{
border-color: #EEC26B;
}
.TagClassName
{
border-color: #EEC26B;
}
</style>