Shades of Golden Fizz #ECF72A
Tints of Golden Fizz #ECF72A
RGB
CMYK
RGB Variations
Color information
#ECF72A (or 0xECF72A) is known color: Golden Fizz. HEX triplet: EC, F7 and 2A. RGB value is (236,247,42). Sum of RGB (Red+Green+Blue) = 236+247+42=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 42 (16.80% from 255 or 8% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF72A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF72A is #1308D5. Grayscale: #DDDDDD. Windows color (decimal): -1247446 or 2815980. OLE color: 2815980.
HSL color Cylindrical-coordinate representation of color #ECF72A: hue angle of 63.22º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECF72A is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 42 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.03 |
| HSL | 63.22º | 0.93% | 0.57% | - |
| HSV(B) | 63.22º | 0.83% | 0.97% | - |
| XYZ | 68.27 | 84.52 | 14.91 | - |
| YUV | 220.34 | 27.36 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 42 | 0.04 | 0 | 0.83 | 0.03 | 63.22 | 0.93 | 0.57 |
| Hex | EC | F7 | 2A | 4 | 0 | 53 | 3 | 3F | 5D | 39 |
| Octal | 354 | 367 | 52 | 4 | 0 | 123 | 3 | 77 | 135 | 71 |
| Binary | 11101100 | 11110111 | 101010 | 100 | 0 | 1010011 | 11 | 111111 | 1011101 | 111001 |
Color Harmonies of #ECF72A
Complementary color
Monochromatic Colors of #ECF72A
Black with #ECF72A
Text Example
Text Example
White with #ECF72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF72A; }
p { color: rgb(236,247,42); }
H1.HeaderClassName
{
color: #ECF72A;
}
.AnyTagClassName
{
color: #ECF72A;
}
</style>
background-color css
<style>
a { background-color: #ECF72A; }
a { background-color: rgb(236,247,42); }
div.DivClassName
{
background-color: #ECF72A;
}
.BgClassName
{
background-color: #ECF72A;
}
</style>
border-color css
<style>
span { border-color: #ECF72A; }
span { border-color: rgb(236,247,42); }
td.TdClassName
{
border-color: #ECF72A;
}
.TagClassName
{
border-color: #ECF72A;
}
</style>