Shades of Harvest Gold #ECC172
Tints of Harvest Gold #ECC172
RGB
CMYK
RGB Variations
Color information
#ECC172 (or 0xECC172) is known color: Harvest Gold. HEX triplet: EC, C1 and 72. RGB value is (236,193,114). Sum of RGB (Red+Green+Blue) = 236+193+114=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC172 is #133E8D. Grayscale: #C5C5C5. Windows color (decimal): -1261198 or 7520748. OLE color: 7520748.
HSL color Cylindrical-coordinate representation of color #ECC172: hue angle of 38.85º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECC172 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 114 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.07 |
| HSL | 38.85º | 0.76% | 0.69% | - |
| HSV(B) | 38.85º | 0.52% | 0.93% | - |
| XYZ | 56.7 | 57.19 | 23.97 | - |
| YUV | 196.85 | 81.25 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 114 | 0 | 0.18 | 0.52 | 0.07 | 38.85 | 0.76 | 0.69 |
| Hex | EC | C1 | 72 | 0 | 12 | 34 | 7 | 27 | 4C | 45 |
| Octal | 354 | 301 | 162 | 0 | 22 | 64 | 7 | 47 | 114 | 105 |
| Binary | 11101100 | 11000001 | 1110010 | 0 | 10010 | 110100 | 111 | 100111 | 1001100 | 1000101 |
Color Harmonies of #ECC172
Complementary color
Monochromatic Colors of #ECC172
Black with #ECC172
Text Example
Text Example
White with #ECC172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC172; }
p { color: rgb(236,193,114); }
H1.HeaderClassName
{
color: #ECC172;
}
.AnyTagClassName
{
color: #ECC172;
}
</style>
background-color css
<style>
a { background-color: #ECC172; }
a { background-color: rgb(236,193,114); }
div.DivClassName
{
background-color: #ECC172;
}
.BgClassName
{
background-color: #ECC172;
}
</style>
border-color css
<style>
span { border-color: #ECC172; }
span { border-color: rgb(236,193,114); }
td.TdClassName
{
border-color: #ECC172;
}
.TagClassName
{
border-color: #ECC172;
}
</style>