Shades of Golden Fizz #ECF930
Tints of Golden Fizz #ECF930
RGB
CMYK
RGB Variations
Color information
#ECF930 (or 0xECF930) is known color: Golden Fizz. HEX triplet: EC, F9 and 30. RGB value is (236,249,48). Sum of RGB (Red+Green+Blue) = 236+249+48=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 48 (19.14% from 255 or 9.01% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF930 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF930 is #1306CF. Grayscale: #DEDEDE. Windows color (decimal): -1246928 or 3209708. OLE color: 3209708.
HSL color Cylindrical-coordinate representation of color #ECF930: hue angle of 63.88º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECF930 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 48 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.02 |
| HSL | 63.88º | 0.94% | 0.58% | - |
| HSV(B) | 63.88º | 0.81% | 0.98% | - |
| XYZ | 69 | 85.8 | 15.72 | - |
| YUV | 222.2 | 29.69 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 48 | 0.05 | 0 | 0.81 | 0.02 | 63.88 | 0.94 | 0.58 |
| Hex | EC | F9 | 30 | 5 | 0 | 51 | 2 | 40 | 5E | 3A |
| Octal | 354 | 371 | 60 | 5 | 0 | 121 | 2 | 100 | 136 | 72 |
| Binary | 11101100 | 11111001 | 110000 | 101 | 0 | 1010001 | 10 | 1000000 | 1011110 | 111010 |
Color Harmonies of #ECF930
Complementary color
Monochromatic Colors of #ECF930
Black with #ECF930
Text Example
Text Example
White with #ECF930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF930; }
p { color: rgb(236,249,48); }
H1.HeaderClassName
{
color: #ECF930;
}
.AnyTagClassName
{
color: #ECF930;
}
</style>
background-color css
<style>
a { background-color: #ECF930; }
a { background-color: rgb(236,249,48); }
div.DivClassName
{
background-color: #ECF930;
}
.BgClassName
{
background-color: #ECF930;
}
</style>
border-color css
<style>
span { border-color: #ECF930; }
span { border-color: rgb(236,249,48); }
td.TdClassName
{
border-color: #ECF930;
}
.TagClassName
{
border-color: #ECF930;
}
</style>