Shades of Golden Fizz #ECFF34
Tints of Golden Fizz #ECFF34
RGB
CMYK
RGB Variations
Color information
#ECFF34 (or 0xECFF34) is known color: Golden Fizz. HEX triplet: EC, FF and 34. RGB value is (236,255,52). Sum of RGB (Red+Green+Blue) = 236+255+52=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 52 (20.70% from 255 or 9.58% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFF34 is #1300CB. Grayscale: #E2E2E2. Windows color (decimal): -1245388 or 3473388. OLE color: 3473388.
HSL color Cylindrical-coordinate representation of color #ECFF34: hue angle of 65.62º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECFF34 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 52 | - |
| CMYK | 0.07 | 0 | 0.80 | 0 |
| HSL | 65.62º | 1% | 0.6% | - |
| HSV(B) | 65.62º | 0.8% | 1% | - |
| XYZ | 70.97 | 89.6 | 16.8 | - |
| YUV | 226.18 | 29.71 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 52 | 0.07 | 0 | 0.80 | 0 | 65.62 | 1 | 0.6 |
| Hex | EC | FF | 34 | 7 | 0 | 50 | 0 | 42 | 64 | 3C |
| Octal | 354 | 377 | 64 | 7 | 0 | 120 | 0 | 102 | 144 | 74 |
| Binary | 11101100 | 11111111 | 110100 | 111 | 0 | 1010000 | 0 | 1000010 | 1100100 | 111100 |
Color Harmonies of #ECFF34
Complementary color
Monochromatic Colors of #ECFF34
Black with #ECFF34
Text Example
Text Example
White with #ECFF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF34; }
p { color: rgb(236,255,52); }
H1.HeaderClassName
{
color: #ECFF34;
}
.AnyTagClassName
{
color: #ECFF34;
}
</style>
background-color css
<style>
a { background-color: #ECFF34; }
a { background-color: rgb(236,255,52); }
div.DivClassName
{
background-color: #ECFF34;
}
.BgClassName
{
background-color: #ECFF34;
}
</style>
border-color css
<style>
span { border-color: #ECFF34; }
span { border-color: rgb(236,255,52); }
td.TdClassName
{
border-color: #ECFF34;
}
.TagClassName
{
border-color: #ECFF34;
}
</style>