Shades of Golden Fizz #ECFD2B
Tints of Golden Fizz #ECFD2B
RGB
CMYK
RGB Variations
Color information
#ECFD2B (or 0xECFD2B) is known color: Golden Fizz. HEX triplet: EC, FD and 2B. RGB value is (236,253,43). Sum of RGB (Red+Green+Blue) = 236+253+43=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 43 (17.19% from 255 or 8.08% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFD2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFD2B is #1302D4. Grayscale: #E0E0E0. Windows color (decimal): -1245909 or 2883052. OLE color: 2883052.
HSL color Cylindrical-coordinate representation of color #ECFD2B: hue angle of 64.86º degrees, saturation: 0.98, 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 #ECFD2B is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 253 | 43 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.01 |
| HSL | 64.86º | 0.98% | 0.58% | - |
| HSV(B) | 64.86º | 0.83% | 0.99% | - |
| XYZ | 70.15 | 88.26 | 15.62 | - |
| YUV | 223.98 | 25.87 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 253 | 43 | 0.07 | 0 | 0.83 | 0.01 | 64.86 | 0.98 | 0.58 |
| Hex | EC | FD | 2B | 7 | 0 | 53 | 1 | 41 | 62 | 3A |
| Octal | 354 | 375 | 53 | 7 | 0 | 123 | 1 | 101 | 142 | 72 |
| Binary | 11101100 | 11111101 | 101011 | 111 | 0 | 1010011 | 1 | 1000001 | 1100010 | 111010 |
Color Harmonies of #ECFD2B
Complementary color
Monochromatic Colors of #ECFD2B
Black with #ECFD2B
Text Example
Text Example
White with #ECFD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFD2B; }
p { color: rgb(236,253,43); }
H1.HeaderClassName
{
color: #ECFD2B;
}
.AnyTagClassName
{
color: #ECFD2B;
}
</style>
background-color css
<style>
a { background-color: #ECFD2B; }
a { background-color: rgb(236,253,43); }
div.DivClassName
{
background-color: #ECFD2B;
}
.BgClassName
{
background-color: #ECFD2B;
}
</style>
border-color css
<style>
span { border-color: #ECFD2B; }
span { border-color: rgb(236,253,43); }
td.TdClassName
{
border-color: #ECFD2B;
}
.TagClassName
{
border-color: #ECFD2B;
}
</style>