Shades of Golden Dream #ECC52B
Tints of Golden Dream #ECC52B
RGB
CMYK
RGB Variations
Color information
#ECC52B (or 0xECC52B) is known color: Golden Dream. HEX triplet: EC, C5 and 2B. RGB value is (236,197,43). Sum of RGB (Red+Green+Blue) = 236+197+43=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 43 (17.19% from 255 or 9.03% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC52B is #133AD4. Grayscale: #BFBFBF. Windows color (decimal): -1260245 or 2868716. OLE color: 2868716.
HSL color Cylindrical-coordinate representation of color #ECC52B: hue angle of 47.88º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECC52B is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 43 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.07 |
| HSL | 47.88º | 0.84% | 0.55% | - |
| HSV(B) | 47.88º | 0.82% | 0.93% | - |
| XYZ | 54.99 | 57.94 | 10.57 | - |
| YUV | 191.11 | 44.42 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 43 | 0 | 0.17 | 0.82 | 0.07 | 47.88 | 0.84 | 0.55 |
| Hex | EC | C5 | 2B | 0 | 11 | 52 | 7 | 30 | 54 | 37 |
| Octal | 354 | 305 | 53 | 0 | 21 | 122 | 7 | 60 | 124 | 67 |
| Binary | 11101100 | 11000101 | 101011 | 0 | 10001 | 1010010 | 111 | 110000 | 1010100 | 110111 |
Color Harmonies of #ECC52B
Complementary color
Monochromatic Colors of #ECC52B
Black with #ECC52B
Text Example
Text Example
White with #ECC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC52B; }
p { color: rgb(236,197,43); }
H1.HeaderClassName
{
color: #ECC52B;
}
.AnyTagClassName
{
color: #ECC52B;
}
</style>
background-color css
<style>
a { background-color: #ECC52B; }
a { background-color: rgb(236,197,43); }
div.DivClassName
{
background-color: #ECC52B;
}
.BgClassName
{
background-color: #ECC52B;
}
</style>
border-color css
<style>
span { border-color: #ECC52B; }
span { border-color: rgb(236,197,43); }
td.TdClassName
{
border-color: #ECC52B;
}
.TagClassName
{
border-color: #ECC52B;
}
</style>