Shades of Golden Dream #ECC72C
Tints of Golden Dream #ECC72C
RGB
CMYK
RGB Variations
Color information
#ECC72C (or 0xECC72C) is known color: Golden Dream. HEX triplet: EC, C7 and 2C. RGB value is (236,199,44). Sum of RGB (Red+Green+Blue) = 236+199+44=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 44 (17.58% from 255 or 9.19% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC72C is #1338D3. Grayscale: #C1C1C1. Windows color (decimal): -1259732 or 2934764. OLE color: 2934764.
HSL color Cylindrical-coordinate representation of color #ECC72C: hue angle of 48.44º 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 #ECC72C is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 44 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.07 |
| HSL | 48.44º | 0.83% | 0.55% | - |
| HSV(B) | 48.44º | 0.81% | 0.93% | - |
| XYZ | 55.47 | 58.86 | 10.82 | - |
| YUV | 192.39 | 44.26 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 44 | 0 | 0.16 | 0.81 | 0.07 | 48.44 | 0.83 | 0.55 |
| Hex | EC | C7 | 2C | 0 | 10 | 51 | 7 | 30 | 53 | 37 |
| Octal | 354 | 307 | 54 | 0 | 20 | 121 | 7 | 60 | 123 | 67 |
| Binary | 11101100 | 11000111 | 101100 | 0 | 10000 | 1010001 | 111 | 110000 | 1010011 | 110111 |
Color Harmonies of #ECC72C
Complementary color
Monochromatic Colors of #ECC72C
Black with #ECC72C
Text Example
Text Example
White with #ECC72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC72C; }
p { color: rgb(236,199,44); }
H1.HeaderClassName
{
color: #ECC72C;
}
.AnyTagClassName
{
color: #ECC72C;
}
</style>
background-color css
<style>
a { background-color: #ECC72C; }
a { background-color: rgb(236,199,44); }
div.DivClassName
{
background-color: #ECC72C;
}
.BgClassName
{
background-color: #ECC72C;
}
</style>
border-color css
<style>
span { border-color: #ECC72C; }
span { border-color: rgb(236,199,44); }
td.TdClassName
{
border-color: #ECC72C;
}
.TagClassName
{
border-color: #ECC72C;
}
</style>