Shades of Harvest Gold #ECC269
Tints of Harvest Gold #ECC269
RGB
CMYK
RGB Variations
Color information
#ECC269 (or 0xECC269) is known color: Harvest Gold. HEX triplet: EC, C2 and 69. RGB value is (236,194,105). Sum of RGB (Red+Green+Blue) = 236+194+105=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC269 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC269 is #133D96. Grayscale: #C4C4C4. Windows color (decimal): -1260951 or 6931180. OLE color: 6931180.
HSL color Cylindrical-coordinate representation of color #ECC269: hue angle of 40.76º degrees, saturation: 0.78, 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 #ECC269 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 105 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.07 |
| HSL | 40.76º | 0.78% | 0.67% | - |
| HSV(B) | 40.76º | 0.56% | 0.93% | - |
| XYZ | 56.43 | 57.44 | 21.48 | - |
| YUV | 196.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 105 | 0 | 0.18 | 0.56 | 0.07 | 40.76 | 0.78 | 0.67 |
| Hex | EC | C2 | 69 | 0 | 12 | 38 | 7 | 29 | 4E | 43 |
| Octal | 354 | 302 | 151 | 0 | 22 | 70 | 7 | 51 | 116 | 103 |
| Binary | 11101100 | 11000010 | 1101001 | 0 | 10010 | 111000 | 111 | 101001 | 1001110 | 1000011 |
Color Harmonies of #ECC269
Complementary color
Monochromatic Colors of #ECC269
Black with #ECC269
Text Example
Text Example
White with #ECC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC269; }
p { color: rgb(236,194,105); }
H1.HeaderClassName
{
color: #ECC269;
}
.AnyTagClassName
{
color: #ECC269;
}
</style>
background-color css
<style>
a { background-color: #ECC269; }
a { background-color: rgb(236,194,105); }
div.DivClassName
{
background-color: #ECC269;
}
.BgClassName
{
background-color: #ECC269;
}
</style>
border-color css
<style>
span { border-color: #ECC269; }
span { border-color: rgb(236,194,105); }
td.TdClassName
{
border-color: #ECC269;
}
.TagClassName
{
border-color: #ECC269;
}
</style>