Shades of Golden Fizz #ECEC30
Tints of Golden Fizz #ECEC30
RGB
CMYK
RGB Variations
Color information
#ECEC30 (or 0xECEC30) is known color: Golden Fizz. HEX triplet: EC, EC and 30. RGB value is (236,236,48). Sum of RGB (Red+Green+Blue) = 236+236+48=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 48 (19.14% from 255 or 9.23% from 520); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEC30 is #1313CF. Grayscale: #D7D7D7. Windows color (decimal): -1250256 or 3206380. OLE color: 3206380.
HSL color Cylindrical-coordinate representation of color #ECEC30: hue angle of 60º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECEC30 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 48 | - |
| CMYK | 0 | 0 | 0.80 | 0.07 |
| HSL | 60º | 0.83% | 0.56% | - |
| HSV(B) | 60º | 0.8% | 0.93% | - |
| XYZ | 65.12 | 78.04 | 14.43 | - |
| YUV | 214.57 | 34 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 48 | 0 | 0 | 0.80 | 0.07 | 60 | 0.83 | 0.56 |
| Hex | EC | EC | 30 | 0 | 0 | 50 | 7 | 3C | 53 | 38 |
| Octal | 354 | 354 | 60 | 0 | 0 | 120 | 7 | 74 | 123 | 70 |
| Binary | 11101100 | 11101100 | 110000 | 0 | 0 | 1010000 | 111 | 111100 | 1010011 | 111000 |
Color Harmonies of #ECEC30
Complementary color
Monochromatic Colors of #ECEC30
Black with #ECEC30
Text Example
Text Example
White with #ECEC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC30; }
p { color: rgb(236,236,48); }
H1.HeaderClassName
{
color: #ECEC30;
}
.AnyTagClassName
{
color: #ECEC30;
}
</style>
background-color css
<style>
a { background-color: #ECEC30; }
a { background-color: rgb(236,236,48); }
div.DivClassName
{
background-color: #ECEC30;
}
.BgClassName
{
background-color: #ECEC30;
}
</style>
border-color css
<style>
span { border-color: #ECEC30; }
span { border-color: rgb(236,236,48); }
td.TdClassName
{
border-color: #ECEC30;
}
.TagClassName
{
border-color: #ECEC30;
}
</style>