Shades of Golden Fizz #ECEA24
Tints of Golden Fizz #ECEA24
RGB
CMYK
RGB Variations
Color information
#ECEA24 (or 0xECEA24) is known color: Golden Fizz. HEX triplet: EC, EA and 24. RGB value is (236,234,36). Sum of RGB (Red+Green+Blue) = 236+234+36=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 36 (14.45% from 255 or 7.11% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA24 is #1315DB. Grayscale: #D4D4D4. Windows color (decimal): -1250780 or 2419436. OLE color: 2419436.
HSL color Cylindrical-coordinate representation of color #ECEA24: hue angle of 59.4º 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 #ECEA24 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 36 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.07 |
| HSL | 59.4º | 0.84% | 0.53% | - |
| HSV(B) | 59.4º | 0.85% | 0.93% | - |
| XYZ | 64.33 | 76.81 | 13.1 | - |
| YUV | 212.03 | 28.66 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 36 | 0 | 0.01 | 0.85 | 0.07 | 59.4 | 0.84 | 0.53 |
| Hex | EC | EA | 24 | 0 | 1 | 55 | 7 | 3B | 54 | 35 |
| Octal | 354 | 352 | 44 | 0 | 1 | 125 | 7 | 73 | 124 | 65 |
| Binary | 11101100 | 11101010 | 100100 | 0 | 1 | 1010101 | 111 | 111011 | 1010100 | 110101 |
Color Harmonies of #ECEA24
Complementary color
Monochromatic Colors of #ECEA24
Black with #ECEA24
Text Example
Text Example
White with #ECEA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA24; }
p { color: rgb(236,234,36); }
H1.HeaderClassName
{
color: #ECEA24;
}
.AnyTagClassName
{
color: #ECEA24;
}
</style>
background-color css
<style>
a { background-color: #ECEA24; }
a { background-color: rgb(236,234,36); }
div.DivClassName
{
background-color: #ECEA24;
}
.BgClassName
{
background-color: #ECEA24;
}
</style>
border-color css
<style>
span { border-color: #ECEA24; }
span { border-color: rgb(236,234,36); }
td.TdClassName
{
border-color: #ECEA24;
}
.TagClassName
{
border-color: #ECEA24;
}
</style>