Shades of Golden Fizz #ECDB25
Tints of Golden Fizz #ECDB25
RGB
CMYK
RGB Variations
Color information
#ECDB25 (or 0xECDB25) is known color: Golden Fizz. HEX triplet: EC, DB and 25. RGB value is (236,219,37). Sum of RGB (Red+Green+Blue) = 236+219+37=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 37 (14.84% from 255 or 7.52% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB25 is #1324DA. Grayscale: #CCCCCC. Windows color (decimal): -1254619 or 2481132. OLE color: 2481132.
HSL color Cylindrical-coordinate representation of color #ECDB25: hue angle of 54.87º 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 #ECDB25 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 37 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.07 |
| HSL | 54.87º | 0.84% | 0.54% | - |
| HSV(B) | 54.87º | 0.84% | 0.93% | - |
| XYZ | 60.26 | 68.63 | 11.82 | - |
| YUV | 203.34 | 34.13 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 37 | 0 | 0.07 | 0.84 | 0.07 | 54.87 | 0.84 | 0.54 |
| Hex | EC | DB | 25 | 0 | 7 | 54 | 7 | 37 | 54 | 36 |
| Octal | 354 | 333 | 45 | 0 | 7 | 124 | 7 | 67 | 124 | 66 |
| Binary | 11101100 | 11011011 | 100101 | 0 | 111 | 1010100 | 111 | 110111 | 1010100 | 110110 |
Color Harmonies of #ECDB25
Complementary color
Monochromatic Colors of #ECDB25
Black with #ECDB25
Text Example
Text Example
White with #ECDB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB25; }
p { color: rgb(236,219,37); }
H1.HeaderClassName
{
color: #ECDB25;
}
.AnyTagClassName
{
color: #ECDB25;
}
</style>
background-color css
<style>
a { background-color: #ECDB25; }
a { background-color: rgb(236,219,37); }
div.DivClassName
{
background-color: #ECDB25;
}
.BgClassName
{
background-color: #ECDB25;
}
</style>
border-color css
<style>
span { border-color: #ECDB25; }
span { border-color: rgb(236,219,37); }
td.TdClassName
{
border-color: #ECDB25;
}
.TagClassName
{
border-color: #ECDB25;
}
</style>