Shades of Golden Fizz #ECDC26
Tints of Golden Fizz #ECDC26
RGB
CMYK
RGB Variations
Color information
#ECDC26 (or 0xECDC26) is known color: Golden Fizz. HEX triplet: EC, DC and 26. RGB value is (236,220,38). Sum of RGB (Red+Green+Blue) = 236+220+38=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 38 (15.23% from 255 or 7.69% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC26 is #1323D9. Grayscale: #CCCCCC. Windows color (decimal): -1254362 or 2546924. OLE color: 2546924.
HSL color Cylindrical-coordinate representation of color #ECDC26: hue angle of 55.15º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECDC26 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 38 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.07 |
| HSL | 55.15º | 0.84% | 0.54% | - |
| HSV(B) | 55.15º | 0.84% | 0.93% | - |
| XYZ | 60.54 | 69.16 | 11.99 | - |
| YUV | 204.04 | 34.3 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 38 | 0 | 0.07 | 0.84 | 0.07 | 55.15 | 0.84 | 0.54 |
| Hex | EC | DC | 26 | 0 | 7 | 54 | 7 | 37 | 54 | 36 |
| Octal | 354 | 334 | 46 | 0 | 7 | 124 | 7 | 67 | 124 | 66 |
| Binary | 11101100 | 11011100 | 100110 | 0 | 111 | 1010100 | 111 | 110111 | 1010100 | 110110 |
Color Harmonies of #ECDC26
Complementary color
Monochromatic Colors of #ECDC26
Black with #ECDC26
Text Example
Text Example
White with #ECDC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC26; }
p { color: rgb(236,220,38); }
H1.HeaderClassName
{
color: #ECDC26;
}
.AnyTagClassName
{
color: #ECDC26;
}
</style>
background-color css
<style>
a { background-color: #ECDC26; }
a { background-color: rgb(236,220,38); }
div.DivClassName
{
background-color: #ECDC26;
}
.BgClassName
{
background-color: #ECDC26;
}
</style>
border-color css
<style>
span { border-color: #ECDC26; }
span { border-color: rgb(236,220,38); }
td.TdClassName
{
border-color: #ECDC26;
}
.TagClassName
{
border-color: #ECDC26;
}
</style>