Shades of Golden Fizz #ECF631
Tints of Golden Fizz #ECF631
RGB
CMYK
RGB Variations
Color information
#ECF631 (or 0xECF631) is known color: Golden Fizz. HEX triplet: EC, F6 and 31. RGB value is (236,246,49). Sum of RGB (Red+Green+Blue) = 236+246+49=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 49 (19.53% from 255 or 9.23% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF631 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF631 is #1309CE. Grayscale: #DDDDDD. Windows color (decimal): -1247695 or 3274476. OLE color: 3274476.
HSL color Cylindrical-coordinate representation of color #ECF631: hue angle of 63.05º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECF631 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 49 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.04 |
| HSL | 63.05º | 0.92% | 0.58% | - |
| HSV(B) | 63.05º | 0.8% | 0.96% | - |
| XYZ | 68.1 | 83.97 | 15.52 | - |
| YUV | 220.55 | 31.19 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 49 | 0.04 | 0 | 0.80 | 0.04 | 63.05 | 0.92 | 0.58 |
| Hex | EC | F6 | 31 | 4 | 0 | 50 | 4 | 3F | 5C | 3A |
| Octal | 354 | 366 | 61 | 4 | 0 | 120 | 4 | 77 | 134 | 72 |
| Binary | 11101100 | 11110110 | 110001 | 100 | 0 | 1010000 | 100 | 111111 | 1011100 | 111010 |
Color Harmonies of #ECF631
Complementary color
Monochromatic Colors of #ECF631
Black with #ECF631
Text Example
Text Example
White with #ECF631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF631; }
p { color: rgb(236,246,49); }
H1.HeaderClassName
{
color: #ECF631;
}
.AnyTagClassName
{
color: #ECF631;
}
</style>
background-color css
<style>
a { background-color: #ECF631; }
a { background-color: rgb(236,246,49); }
div.DivClassName
{
background-color: #ECF631;
}
.BgClassName
{
background-color: #ECF631;
}
</style>
border-color css
<style>
span { border-color: #ECF631; }
span { border-color: rgb(236,246,49); }
td.TdClassName
{
border-color: #ECF631;
}
.TagClassName
{
border-color: #ECF631;
}
</style>