Shades of Golden Fizz #ECFE2A
Tints of Golden Fizz #ECFE2A
RGB
CMYK
RGB Variations
Color information
#ECFE2A (or 0xECFE2A) is known color: Golden Fizz. HEX triplet: EC, FE and 2A. RGB value is (236,254,42). Sum of RGB (Red+Green+Blue) = 236+254+42=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 42 (16.80% from 255 or 7.89% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFE2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFE2A is #1301D5. Grayscale: #E1E1E1. Windows color (decimal): -1245654 or 2817772. OLE color: 2817772.
HSL color Cylindrical-coordinate representation of color #ECFE2A: hue angle of 65.09º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECFE2A is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 42 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.00 |
| HSL | 65.09º | 0.99% | 0.58% | - |
| HSV(B) | 65.09º | 0.83% | 1% | - |
| XYZ | 70.45 | 88.88 | 15.63 | - |
| YUV | 224.45 | 25.04 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 42 | 0.07 | 0 | 0.83 | 0.00 | 65.09 | 0.99 | 0.58 |
| Hex | EC | FE | 2A | 7 | 0 | 53 | 0 | 41 | 63 | 3A |
| Octal | 354 | 376 | 52 | 7 | 0 | 123 | 0 | 101 | 143 | 72 |
| Binary | 11101100 | 11111110 | 101010 | 111 | 0 | 1010011 | 0 | 1000001 | 1100011 | 111010 |
Color Harmonies of #ECFE2A
Complementary color
Monochromatic Colors of #ECFE2A
Black with #ECFE2A
Text Example
Text Example
White with #ECFE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFE2A; }
p { color: rgb(236,254,42); }
H1.HeaderClassName
{
color: #ECFE2A;
}
.AnyTagClassName
{
color: #ECFE2A;
}
</style>
background-color css
<style>
a { background-color: #ECFE2A; }
a { background-color: rgb(236,254,42); }
div.DivClassName
{
background-color: #ECFE2A;
}
.BgClassName
{
background-color: #ECFE2A;
}
</style>
border-color css
<style>
span { border-color: #ECFE2A; }
span { border-color: rgb(236,254,42); }
td.TdClassName
{
border-color: #ECFE2A;
}
.TagClassName
{
border-color: #ECFE2A;
}
</style>