Shades of Golden Fizz #ECD932
Tints of Golden Fizz #ECD932
RGB
CMYK
RGB Variations
Color information
#ECD932 (or 0xECD932) is known color: Golden Fizz. HEX triplet: EC, D9 and 32. RGB value is (236,217,50). Sum of RGB (Red+Green+Blue) = 236+217+50=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 50 (19.92% from 255 or 9.94% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD932 is #1326CD. Grayscale: #CCCCCC. Windows color (decimal): -1255118 or 3332588. OLE color: 3332588.
HSL color Cylindrical-coordinate representation of color #ECD932: hue angle of 53.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECD932 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 50 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.07 |
| HSL | 53.87º | 0.83% | 0.56% | - |
| HSV(B) | 53.87º | 0.79% | 0.93% | - |
| XYZ | 59.98 | 67.69 | 12.92 | - |
| YUV | 203.64 | 41.29 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 50 | 0 | 0.08 | 0.79 | 0.07 | 53.87 | 0.83 | 0.56 |
| Hex | EC | D9 | 32 | 0 | 8 | 4F | 7 | 36 | 53 | 38 |
| Octal | 354 | 331 | 62 | 0 | 10 | 117 | 7 | 66 | 123 | 70 |
| Binary | 11101100 | 11011001 | 110010 | 0 | 1000 | 1001111 | 111 | 110110 | 1010011 | 111000 |
Color Harmonies of #ECD932
Complementary color
Monochromatic Colors of #ECD932
Black with #ECD932
Text Example
Text Example
White with #ECD932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD932; }
p { color: rgb(236,217,50); }
H1.HeaderClassName
{
color: #ECD932;
}
.AnyTagClassName
{
color: #ECD932;
}
</style>
background-color css
<style>
a { background-color: #ECD932; }
a { background-color: rgb(236,217,50); }
div.DivClassName
{
background-color: #ECD932;
}
.BgClassName
{
background-color: #ECD932;
}
</style>
border-color css
<style>
span { border-color: #ECD932; }
span { border-color: rgb(236,217,50); }
td.TdClassName
{
border-color: #ECD932;
}
.TagClassName
{
border-color: #ECD932;
}
</style>