Shades of Golden Fizz #ECF127
Tints of Golden Fizz #ECF127
RGB
CMYK
RGB Variations
Color information
#ECF127 (or 0xECF127) is known color: Golden Fizz. HEX triplet: EC, F1 and 27. RGB value is (236,241,39). Sum of RGB (Red+Green+Blue) = 236+241+39=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 39 (15.62% from 255 or 7.56% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF127 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF127 is #130ED8. Grayscale: #D9D9D9. Windows color (decimal): -1248985 or 2617836. OLE color: 2617836.
HSL color Cylindrical-coordinate representation of color #ECF127: hue angle of 61.49º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECF127 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 39 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.05 |
| HSL | 61.49º | 0.88% | 0.55% | - |
| HSV(B) | 61.49º | 0.84% | 0.95% | - |
| XYZ | 66.41 | 80.89 | 14.03 | - |
| YUV | 216.48 | 27.84 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 39 | 0.02 | 0 | 0.84 | 0.05 | 61.49 | 0.88 | 0.55 |
| Hex | EC | F1 | 27 | 2 | 0 | 54 | 5 | 3D | 58 | 37 |
| Octal | 354 | 361 | 47 | 2 | 0 | 124 | 5 | 75 | 130 | 67 |
| Binary | 11101100 | 11110001 | 100111 | 10 | 0 | 1010100 | 101 | 111101 | 1011000 | 110111 |
Color Harmonies of #ECF127
Complementary color
Monochromatic Colors of #ECF127
Black with #ECF127
Text Example
Text Example
White with #ECF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF127; }
p { color: rgb(236,241,39); }
H1.HeaderClassName
{
color: #ECF127;
}
.AnyTagClassName
{
color: #ECF127;
}
</style>
background-color css
<style>
a { background-color: #ECF127; }
a { background-color: rgb(236,241,39); }
div.DivClassName
{
background-color: #ECF127;
}
.BgClassName
{
background-color: #ECF127;
}
</style>
border-color css
<style>
span { border-color: #ECF127; }
span { border-color: rgb(236,241,39); }
td.TdClassName
{
border-color: #ECF127;
}
.TagClassName
{
border-color: #ECF127;
}
</style>