Shades of Golden Fizz #ECFA2C
Tints of Golden Fizz #ECFA2C
RGB
CMYK
RGB Variations
Color information
#ECFA2C (or 0xECFA2C) is known color: Golden Fizz. HEX triplet: EC, FA and 2C. RGB value is (236,250,44). Sum of RGB (Red+Green+Blue) = 236+250+44=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 44 (17.58% from 255 or 8.30% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFA2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFA2C is #1305D3. Grayscale: #DFDFDF. Windows color (decimal): -1246676 or 2947820. OLE color: 2947820.
HSL color Cylindrical-coordinate representation of color #ECFA2C: hue angle of 64.08º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECFA2C is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 250 | 44 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.02 |
| HSL | 64.08º | 0.95% | 0.58% | - |
| HSV(B) | 64.08º | 0.82% | 0.98% | - |
| XYZ | 69.23 | 86.39 | 15.41 | - |
| YUV | 222.33 | 27.36 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 250 | 44 | 0.06 | 0 | 0.82 | 0.02 | 64.08 | 0.95 | 0.58 |
| Hex | EC | FA | 2C | 6 | 0 | 52 | 2 | 40 | 5F | 3A |
| Octal | 354 | 372 | 54 | 6 | 0 | 122 | 2 | 100 | 137 | 72 |
| Binary | 11101100 | 11111010 | 101100 | 110 | 0 | 1010010 | 10 | 1000000 | 1011111 | 111010 |
Color Harmonies of #ECFA2C
Complementary color
Monochromatic Colors of #ECFA2C
Black with #ECFA2C
Text Example
Text Example
White with #ECFA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFA2C; }
p { color: rgb(236,250,44); }
H1.HeaderClassName
{
color: #ECFA2C;
}
.AnyTagClassName
{
color: #ECFA2C;
}
</style>
background-color css
<style>
a { background-color: #ECFA2C; }
a { background-color: rgb(236,250,44); }
div.DivClassName
{
background-color: #ECFA2C;
}
.BgClassName
{
background-color: #ECFA2C;
}
</style>
border-color css
<style>
span { border-color: #ECFA2C; }
span { border-color: rgb(236,250,44); }
td.TdClassName
{
border-color: #ECFA2C;
}
.TagClassName
{
border-color: #ECFA2C;
}
</style>