Shades of Golden Fizz #ECDB24
Tints of Golden Fizz #ECDB24
RGB
CMYK
RGB Variations
Color information
#ECDB24 (or 0xECDB24) is known color: Golden Fizz. HEX triplet: EC, DB and 24. RGB value is (236,219,36). Sum of RGB (Red+Green+Blue) = 236+219+36=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 36 (14.45% from 255 or 7.33% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB24 is #1324DB. Grayscale: #CBCBCB. Windows color (decimal): -1254620 or 2415596. OLE color: 2415596.
HSL color Cylindrical-coordinate representation of color #ECDB24: hue angle of 54.9º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECDB24 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 36 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.07 |
| HSL | 54.9º | 0.84% | 0.53% | - |
| HSV(B) | 54.9º | 0.85% | 0.93% | - |
| XYZ | 60.24 | 68.62 | 11.74 | - |
| YUV | 203.22 | 33.63 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 36 | 0 | 0.07 | 0.85 | 0.07 | 54.9 | 0.84 | 0.53 |
| Hex | EC | DB | 24 | 0 | 7 | 55 | 7 | 37 | 54 | 35 |
| Octal | 354 | 333 | 44 | 0 | 7 | 125 | 7 | 67 | 124 | 65 |
| Binary | 11101100 | 11011011 | 100100 | 0 | 111 | 1010101 | 111 | 110111 | 1010100 | 110101 |
Color Harmonies of #ECDB24
Complementary color
Monochromatic Colors of #ECDB24
Black with #ECDB24
Text Example
Text Example
White with #ECDB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB24; }
p { color: rgb(236,219,36); }
H1.HeaderClassName
{
color: #ECDB24;
}
.AnyTagClassName
{
color: #ECDB24;
}
</style>
background-color css
<style>
a { background-color: #ECDB24; }
a { background-color: rgb(236,219,36); }
div.DivClassName
{
background-color: #ECDB24;
}
.BgClassName
{
background-color: #ECDB24;
}
</style>
border-color css
<style>
span { border-color: #ECDB24; }
span { border-color: rgb(236,219,36); }
td.TdClassName
{
border-color: #ECDB24;
}
.TagClassName
{
border-color: #ECDB24;
}
</style>