Shades of Golden Fizz #ECD73B
Tints of Golden Fizz #ECD73B
RGB
CMYK
RGB Variations
Color information
#ECD73B (or 0xECD73B) is known color: Golden Fizz. HEX triplet: EC, D7 and 3B. RGB value is (236,215,59). Sum of RGB (Red+Green+Blue) = 236+215+59=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 59 (23.44% from 255 or 11.57% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD73B is #1328C4. Grayscale: #CCCCCC. Windows color (decimal): -1255621 or 3921900. OLE color: 3921900.
HSL color Cylindrical-coordinate representation of color #ECD73B: hue angle of 52.88º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECD73B is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 59 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.07 |
| HSL | 52.88º | 0.82% | 0.58% | - |
| HSV(B) | 52.88º | 0.75% | 0.93% | - |
| XYZ | 59.68 | 66.75 | 13.88 | - |
| YUV | 203.5 | 46.46 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 59 | 0 | 0.09 | 0.75 | 0.07 | 52.88 | 0.82 | 0.58 |
| Hex | EC | D7 | 3B | 0 | 9 | 4B | 7 | 35 | 52 | 3A |
| Octal | 354 | 327 | 73 | 0 | 11 | 113 | 7 | 65 | 122 | 72 |
| Binary | 11101100 | 11010111 | 111011 | 0 | 1001 | 1001011 | 111 | 110101 | 1010010 | 111010 |
Color Harmonies of #ECD73B
Complementary color
Monochromatic Colors of #ECD73B
Black with #ECD73B
Text Example
Text Example
White with #ECD73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD73B; }
p { color: rgb(236,215,59); }
H1.HeaderClassName
{
color: #ECD73B;
}
.AnyTagClassName
{
color: #ECD73B;
}
</style>
background-color css
<style>
a { background-color: #ECD73B; }
a { background-color: rgb(236,215,59); }
div.DivClassName
{
background-color: #ECD73B;
}
.BgClassName
{
background-color: #ECD73B;
}
</style>
border-color css
<style>
span { border-color: #ECD73B; }
span { border-color: rgb(236,215,59); }
td.TdClassName
{
border-color: #ECD73B;
}
.TagClassName
{
border-color: #ECD73B;
}
</style>