Shades of Golden Dream #ECC62C
Tints of Golden Dream #ECC62C
RGB
CMYK
RGB Variations
Color information
#ECC62C (or 0xECC62C) is known color: Golden Dream. HEX triplet: EC, C6 and 2C. RGB value is (236,198,44). Sum of RGB (Red+Green+Blue) = 236+198+44=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC62C is #1339D3. Grayscale: #C0C0C0. Windows color (decimal): -1259988 or 2934508. OLE color: 2934508.
HSL color Cylindrical-coordinate representation of color #ECC62C: hue angle of 48.12º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECC62C is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 44 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.07 |
| HSL | 48.13º | 0.83% | 0.55% | - |
| HSV(B) | 48.13º | 0.81% | 0.93% | - |
| XYZ | 55.24 | 58.4 | 10.74 | - |
| YUV | 191.81 | 44.59 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 44 | 0 | 0.16 | 0.81 | 0.07 | 48.13 | 0.83 | 0.55 |
| Hex | EC | C6 | 2C | 0 | 10 | 51 | 7 | 30 | 53 | 37 |
| Octal | 354 | 306 | 54 | 0 | 20 | 121 | 7 | 60 | 123 | 67 |
| Binary | 11101100 | 11000110 | 101100 | 0 | 10000 | 1010001 | 111 | 110000 | 1010011 | 110111 |
Color Harmonies of #ECC62C
Complementary color
Monochromatic Colors of #ECC62C
Black with #ECC62C
Text Example
Text Example
White with #ECC62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC62C; }
p { color: rgb(236,198,44); }
H1.HeaderClassName
{
color: #ECC62C;
}
.AnyTagClassName
{
color: #ECC62C;
}
</style>
background-color css
<style>
a { background-color: #ECC62C; }
a { background-color: rgb(236,198,44); }
div.DivClassName
{
background-color: #ECC62C;
}
.BgClassName
{
background-color: #ECC62C;
}
</style>
border-color css
<style>
span { border-color: #ECC62C; }
span { border-color: rgb(236,198,44); }
td.TdClassName
{
border-color: #ECC62C;
}
.TagClassName
{
border-color: #ECC62C;
}
</style>