Shades of Golden Fizz #ECFC2B
Tints of Golden Fizz #ECFC2B
RGB
CMYK
RGB Variations
Color information
#ECFC2B (or 0xECFC2B) is known color: Golden Fizz. HEX triplet: EC, FC and 2B. RGB value is (236,252,43). Sum of RGB (Red+Green+Blue) = 236+252+43=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 43 (17.19% from 255 or 8.10% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFC2B is #1303D4. Grayscale: #E0E0E0. Windows color (decimal): -1246165 or 2882796. OLE color: 2882796.
HSL color Cylindrical-coordinate representation of color #ECFC2B: hue angle of 64.59º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECFC2B is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 43 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.01 |
| HSL | 64.59º | 0.97% | 0.58% | - |
| HSV(B) | 64.59º | 0.83% | 0.99% | - |
| XYZ | 69.84 | 87.63 | 15.52 | - |
| YUV | 223.39 | 26.2 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 43 | 0.06 | 0 | 0.83 | 0.01 | 64.59 | 0.97 | 0.58 |
| Hex | EC | FC | 2B | 6 | 0 | 53 | 1 | 41 | 61 | 3A |
| Octal | 354 | 374 | 53 | 6 | 0 | 123 | 1 | 101 | 141 | 72 |
| Binary | 11101100 | 11111100 | 101011 | 110 | 0 | 1010011 | 1 | 1000001 | 1100001 | 111010 |
Color Harmonies of #ECFC2B
Complementary color
Monochromatic Colors of #ECFC2B
Black with #ECFC2B
Text Example
Text Example
White with #ECFC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFC2B; }
p { color: rgb(236,252,43); }
H1.HeaderClassName
{
color: #ECFC2B;
}
.AnyTagClassName
{
color: #ECFC2B;
}
</style>
background-color css
<style>
a { background-color: #ECFC2B; }
a { background-color: rgb(236,252,43); }
div.DivClassName
{
background-color: #ECFC2B;
}
.BgClassName
{
background-color: #ECFC2B;
}
</style>
border-color css
<style>
span { border-color: #ECFC2B; }
span { border-color: rgb(236,252,43); }
td.TdClassName
{
border-color: #ECFC2B;
}
.TagClassName
{
border-color: #ECFC2B;
}
</style>