Shades of Harvest Gold #ECC267
Tints of Harvest Gold #ECC267
RGB
CMYK
RGB Variations
Color information
#ECC267 (or 0xECC267) is known color: Harvest Gold. HEX triplet: EC, C2 and 67. RGB value is (236,194,103). Sum of RGB (Red+Green+Blue) = 236+194+103=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 103 (40.62% from 255 or 19.32% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC267 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC267 is #133D98. Grayscale: #C4C4C4. Windows color (decimal): -1260953 or 6800108. OLE color: 6800108.
HSL color Cylindrical-coordinate representation of color #ECC267: hue angle of 41.05º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECC267 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 103 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.07 |
| HSL | 41.05º | 0.78% | 0.66% | - |
| HSV(B) | 41.05º | 0.56% | 0.93% | - |
| XYZ | 56.33 | 57.4 | 20.94 | - |
| YUV | 196.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 103 | 0 | 0.18 | 0.56 | 0.07 | 41.05 | 0.78 | 0.66 |
| Hex | EC | C2 | 67 | 0 | 12 | 38 | 7 | 29 | 4E | 42 |
| Octal | 354 | 302 | 147 | 0 | 22 | 70 | 7 | 51 | 116 | 102 |
| Binary | 11101100 | 11000010 | 1100111 | 0 | 10010 | 111000 | 111 | 101001 | 1001110 | 1000010 |
Color Harmonies of #ECC267
Complementary color
Monochromatic Colors of #ECC267
Black with #ECC267
Text Example
Text Example
White with #ECC267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC267; }
p { color: rgb(236,194,103); }
H1.HeaderClassName
{
color: #ECC267;
}
.AnyTagClassName
{
color: #ECC267;
}
</style>
background-color css
<style>
a { background-color: #ECC267; }
a { background-color: rgb(236,194,103); }
div.DivClassName
{
background-color: #ECC267;
}
.BgClassName
{
background-color: #ECC267;
}
</style>
border-color css
<style>
span { border-color: #ECC267; }
span { border-color: rgb(236,194,103); }
td.TdClassName
{
border-color: #ECC267;
}
.TagClassName
{
border-color: #ECC267;
}
</style>