Shades of Harvest Gold #EEC269
Tints of Harvest Gold #EEC269
RGB
CMYK
RGB Variations
Color information
#EEC269 (or 0xEEC269) is known color: Harvest Gold. HEX triplet: EE, C2 and 69. RGB value is (238,194,105). Sum of RGB (Red+Green+Blue) = 238+194+105=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC269 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC269 is #113D96. Grayscale: #C5C5C5. Windows color (decimal): -1129879 or 6931182. OLE color: 6931182.
HSL color Cylindrical-coordinate representation of color #EEC269: hue angle of 40.15º 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 #EEC269 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 105 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.07 |
| HSL | 40.15º | 0.8% | 0.67% | - |
| HSV(B) | 40.15º | 0.56% | 0.93% | - |
| XYZ | 57.1 | 57.78 | 21.51 | - |
| YUV | 197.01 | 76.08 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 105 | 0 | 0.18 | 0.56 | 0.07 | 40.15 | 0.8 | 0.67 |
| Hex | EE | C2 | 69 | 0 | 12 | 38 | 7 | 28 | 50 | 43 |
| Octal | 356 | 302 | 151 | 0 | 22 | 70 | 7 | 50 | 120 | 103 |
| Binary | 11101110 | 11000010 | 1101001 | 0 | 10010 | 111000 | 111 | 101000 | 1010000 | 1000011 |
Color Harmonies of #EEC269
Complementary color
Monochromatic Colors of #EEC269
Black with #EEC269
Text Example
Text Example
White with #EEC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC269; }
p { color: rgb(238,194,105); }
H1.HeaderClassName
{
color: #EEC269;
}
.AnyTagClassName
{
color: #EEC269;
}
</style>
background-color css
<style>
a { background-color: #EEC269; }
a { background-color: rgb(238,194,105); }
div.DivClassName
{
background-color: #EEC269;
}
.BgClassName
{
background-color: #EEC269;
}
</style>
border-color css
<style>
span { border-color: #EEC269; }
span { border-color: rgb(238,194,105); }
td.TdClassName
{
border-color: #EEC269;
}
.TagClassName
{
border-color: #EEC269;
}
</style>