Shades of Golden Fizz #ECDA28
Tints of Golden Fizz #ECDA28
RGB
CMYK
RGB Variations
Color information
#ECDA28 (or 0xECDA28) is known color: Golden Fizz. HEX triplet: EC, DA and 28. RGB value is (236,218,40). Sum of RGB (Red+Green+Blue) = 236+218+40=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA28 is #1325D7. Grayscale: #CBCBCB. Windows color (decimal): -1254872 or 2677484. OLE color: 2677484.
HSL color Cylindrical-coordinate representation of color #ECDA28: hue angle of 54.49º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECDA28 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 40 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.07 |
| HSL | 54.49º | 0.84% | 0.54% | - |
| HSV(B) | 54.49º | 0.83% | 0.93% | - |
| XYZ | 60.05 | 68.13 | 11.99 | - |
| YUV | 203.09 | 35.96 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 40 | 0 | 0.08 | 0.83 | 0.07 | 54.49 | 0.84 | 0.54 |
| Hex | EC | DA | 28 | 0 | 8 | 53 | 7 | 36 | 54 | 36 |
| Octal | 354 | 332 | 50 | 0 | 10 | 123 | 7 | 66 | 124 | 66 |
| Binary | 11101100 | 11011010 | 101000 | 0 | 1000 | 1010011 | 111 | 110110 | 1010100 | 110110 |
Color Harmonies of #ECDA28
Complementary color
Monochromatic Colors of #ECDA28
Black with #ECDA28
Text Example
Text Example
White with #ECDA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA28; }
p { color: rgb(236,218,40); }
H1.HeaderClassName
{
color: #ECDA28;
}
.AnyTagClassName
{
color: #ECDA28;
}
</style>
background-color css
<style>
a { background-color: #ECDA28; }
a { background-color: rgb(236,218,40); }
div.DivClassName
{
background-color: #ECDA28;
}
.BgClassName
{
background-color: #ECDA28;
}
</style>
border-color css
<style>
span { border-color: #ECDA28; }
span { border-color: rgb(236,218,40); }
td.TdClassName
{
border-color: #ECDA28;
}
.TagClassName
{
border-color: #ECDA28;
}
</style>