Shades of Golden Fizz #ECDB3B
Tints of Golden Fizz #ECDB3B
RGB
CMYK
RGB Variations
Color information
#ECDB3B (or 0xECDB3B) is known color: Golden Fizz. HEX triplet: EC, DB and 3B. RGB value is (236,219,59). Sum of RGB (Red+Green+Blue) = 236+219+59=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 59 (23.44% from 255 or 11.48% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB3B is #1324C4. Grayscale: #CECECE. Windows color (decimal): -1254597 or 3922924. OLE color: 3922924.
HSL color Cylindrical-coordinate representation of color #ECDB3B: hue angle of 54.24º 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 #ECDB3B is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 59 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.07 |
| HSL | 54.24º | 0.82% | 0.58% | - |
| HSV(B) | 54.24º | 0.75% | 0.93% | - |
| XYZ | 60.71 | 68.81 | 14.22 | - |
| YUV | 205.84 | 45.13 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 59 | 0 | 0.07 | 0.75 | 0.07 | 54.24 | 0.82 | 0.58 |
| Hex | EC | DB | 3B | 0 | 7 | 4B | 7 | 36 | 52 | 3A |
| Octal | 354 | 333 | 73 | 0 | 7 | 113 | 7 | 66 | 122 | 72 |
| Binary | 11101100 | 11011011 | 111011 | 0 | 111 | 1001011 | 111 | 110110 | 1010010 | 111010 |
Color Harmonies of #ECDB3B
Complementary color
Monochromatic Colors of #ECDB3B
Black with #ECDB3B
Text Example
Text Example
White with #ECDB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB3B; }
p { color: rgb(236,219,59); }
H1.HeaderClassName
{
color: #ECDB3B;
}
.AnyTagClassName
{
color: #ECDB3B;
}
</style>
background-color css
<style>
a { background-color: #ECDB3B; }
a { background-color: rgb(236,219,59); }
div.DivClassName
{
background-color: #ECDB3B;
}
.BgClassName
{
background-color: #ECDB3B;
}
</style>
border-color css
<style>
span { border-color: #ECDB3B; }
span { border-color: rgb(236,219,59); }
td.TdClassName
{
border-color: #ECDB3B;
}
.TagClassName
{
border-color: #ECDB3B;
}
</style>