Shades of Harvest Gold #ECC168
Tints of Harvest Gold #ECC168
RGB
CMYK
RGB Variations
Color information
#ECC168 (or 0xECC168) is known color: Harvest Gold. HEX triplet: EC, C1 and 68. RGB value is (236,193,104). Sum of RGB (Red+Green+Blue) = 236+193+104=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC168 is #133E97. Grayscale: #C4C4C4. Windows color (decimal): -1261208 or 6865388. OLE color: 6865388.
HSL color Cylindrical-coordinate representation of color #ECC168: hue angle of 40.45º 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 #ECC168 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 104 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.07 |
| HSL | 40.45º | 0.78% | 0.67% | - |
| HSV(B) | 40.45º | 0.56% | 0.93% | - |
| XYZ | 56.16 | 56.97 | 21.13 | - |
| YUV | 195.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 104 | 0 | 0.18 | 0.56 | 0.07 | 40.45 | 0.78 | 0.67 |
| Hex | EC | C1 | 68 | 0 | 12 | 38 | 7 | 28 | 4E | 43 |
| Octal | 354 | 301 | 150 | 0 | 22 | 70 | 7 | 50 | 116 | 103 |
| Binary | 11101100 | 11000001 | 1101000 | 0 | 10010 | 111000 | 111 | 101000 | 1001110 | 1000011 |
Color Harmonies of #ECC168
Complementary color
Monochromatic Colors of #ECC168
Black with #ECC168
Text Example
Text Example
White with #ECC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC168; }
p { color: rgb(236,193,104); }
H1.HeaderClassName
{
color: #ECC168;
}
.AnyTagClassName
{
color: #ECC168;
}
</style>
background-color css
<style>
a { background-color: #ECC168; }
a { background-color: rgb(236,193,104); }
div.DivClassName
{
background-color: #ECC168;
}
.BgClassName
{
background-color: #ECC168;
}
</style>
border-color css
<style>
span { border-color: #ECC168; }
span { border-color: rgb(236,193,104); }
td.TdClassName
{
border-color: #ECC168;
}
.TagClassName
{
border-color: #ECC168;
}
</style>