Shades of Golden Fizz #ECDB33
Tints of Golden Fizz #ECDB33
RGB
CMYK
RGB Variations
Color information
#ECDB33 (or 0xECDB33) is known color: Golden Fizz. HEX triplet: EC, DB and 33. RGB value is (236,219,51). Sum of RGB (Red+Green+Blue) = 236+219+51=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 51 (20.31% from 255 or 10.08% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB33 is #1324CC. Grayscale: #CDCDCD. Windows color (decimal): -1254605 or 3398636. OLE color: 3398636.
HSL color Cylindrical-coordinate representation of color #ECDB33: hue angle of 54.49º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECDB33 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 51 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.07 |
| HSL | 54.49º | 0.83% | 0.56% | - |
| HSV(B) | 54.49º | 0.78% | 0.93% | - |
| XYZ | 60.52 | 68.73 | 13.21 | - |
| YUV | 204.93 | 41.13 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 51 | 0 | 0.07 | 0.78 | 0.07 | 54.49 | 0.83 | 0.56 |
| Hex | EC | DB | 33 | 0 | 7 | 4E | 7 | 36 | 53 | 38 |
| Octal | 354 | 333 | 63 | 0 | 7 | 116 | 7 | 66 | 123 | 70 |
| Binary | 11101100 | 11011011 | 110011 | 0 | 111 | 1001110 | 111 | 110110 | 1010011 | 111000 |
Color Harmonies of #ECDB33
Complementary color
Monochromatic Colors of #ECDB33
Black with #ECDB33
Text Example
Text Example
White with #ECDB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB33; }
p { color: rgb(236,219,51); }
H1.HeaderClassName
{
color: #ECDB33;
}
.AnyTagClassName
{
color: #ECDB33;
}
</style>
background-color css
<style>
a { background-color: #ECDB33; }
a { background-color: rgb(236,219,51); }
div.DivClassName
{
background-color: #ECDB33;
}
.BgClassName
{
background-color: #ECDB33;
}
</style>
border-color css
<style>
span { border-color: #ECDB33; }
span { border-color: rgb(236,219,51); }
td.TdClassName
{
border-color: #ECDB33;
}
.TagClassName
{
border-color: #ECDB33;
}
</style>