Shades of Golden Fizz #ECED28
Tints of Golden Fizz #ECED28
RGB
CMYK
RGB Variations
Color information
#ECED28 (or 0xECED28) is known color: Golden Fizz. HEX triplet: EC, ED and 28. RGB value is (236,237,40). Sum of RGB (Red+Green+Blue) = 236+237+40=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 40 (16.02% from 255 or 7.80% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED28 is #1312D7. Grayscale: #D7D7D7. Windows color (decimal): -1250008 or 2682348. OLE color: 2682348.
HSL color Cylindrical-coordinate representation of color #ECED28: hue angle of 60.3º degrees, saturation: 0.85, 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 #ECED28 is Cyan = 0.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 40 | - |
| CMYK | 0.00 | 0 | 0.83 | 0.07 |
| HSL | 60.3º | 0.85% | 0.54% | - |
| HSV(B) | 60.3º | 0.83% | 0.93% | - |
| XYZ | 65.26 | 78.55 | 13.73 | - |
| YUV | 214.24 | 29.67 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 40 | 0.00 | 0 | 0.83 | 0.07 | 60.3 | 0.85 | 0.54 |
| Hex | EC | ED | 28 | 0 | 0 | 53 | 7 | 3C | 55 | 36 |
| Octal | 354 | 355 | 50 | 0 | 0 | 123 | 7 | 74 | 125 | 66 |
| Binary | 11101100 | 11101101 | 101000 | 0 | 0 | 1010011 | 111 | 111100 | 1010101 | 110110 |
Color Harmonies of #ECED28
Complementary color
Monochromatic Colors of #ECED28
Black with #ECED28
Text Example
Text Example
White with #ECED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED28; }
p { color: rgb(236,237,40); }
H1.HeaderClassName
{
color: #ECED28;
}
.AnyTagClassName
{
color: #ECED28;
}
</style>
background-color css
<style>
a { background-color: #ECED28; }
a { background-color: rgb(236,237,40); }
div.DivClassName
{
background-color: #ECED28;
}
.BgClassName
{
background-color: #ECED28;
}
</style>
border-color css
<style>
span { border-color: #ECED28; }
span { border-color: rgb(236,237,40); }
td.TdClassName
{
border-color: #ECED28;
}
.TagClassName
{
border-color: #ECED28;
}
</style>