Shades of Golden Fizz #ECF92B
Tints of Golden Fizz #ECF92B
RGB
CMYK
RGB Variations
Color information
#ECF92B (or 0xECF92B) is known color: Golden Fizz. HEX triplet: EC, F9 and 2B. RGB value is (236,249,43). Sum of RGB (Red+Green+Blue) = 236+249+43=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 43 (17.19% from 255 or 8.14% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF92B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF92B is #1306D4. Grayscale: #DEDEDE. Windows color (decimal): -1246933 or 2882028. OLE color: 2882028.
HSL color Cylindrical-coordinate representation of color #ECF92B: hue angle of 63.79º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECF92B is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 43 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.02 |
| HSL | 63.79º | 0.94% | 0.57% | - |
| HSV(B) | 63.79º | 0.83% | 0.98% | - |
| XYZ | 68.9 | 85.76 | 15.21 | - |
| YUV | 221.63 | 27.19 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 43 | 0.05 | 0 | 0.83 | 0.02 | 63.79 | 0.94 | 0.57 |
| Hex | EC | F9 | 2B | 5 | 0 | 53 | 2 | 40 | 5E | 39 |
| Octal | 354 | 371 | 53 | 5 | 0 | 123 | 2 | 100 | 136 | 71 |
| Binary | 11101100 | 11111001 | 101011 | 101 | 0 | 1010011 | 10 | 1000000 | 1011110 | 111001 |
Color Harmonies of #ECF92B
Complementary color
Monochromatic Colors of #ECF92B
Black with #ECF92B
Text Example
Text Example
White with #ECF92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF92B; }
p { color: rgb(236,249,43); }
H1.HeaderClassName
{
color: #ECF92B;
}
.AnyTagClassName
{
color: #ECF92B;
}
</style>
background-color css
<style>
a { background-color: #ECF92B; }
a { background-color: rgb(236,249,43); }
div.DivClassName
{
background-color: #ECF92B;
}
.BgClassName
{
background-color: #ECF92B;
}
</style>
border-color css
<style>
span { border-color: #ECF92B; }
span { border-color: rgb(236,249,43); }
td.TdClassName
{
border-color: #ECF92B;
}
.TagClassName
{
border-color: #ECF92B;
}
</style>