Shades of Golden Fizz #ECF435
Tints of Golden Fizz #ECF435
RGB
CMYK
RGB Variations
Color information
#ECF435 (or 0xECF435) is known color: Golden Fizz. HEX triplet: EC, F4 and 35. RGB value is (236,244,53). Sum of RGB (Red+Green+Blue) = 236+244+53=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 53 (21.09% from 255 or 9.94% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF435 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF435 is #130BCA. Grayscale: #DCDCDC. Windows color (decimal): -1248203 or 3536108. OLE color: 3536108.
HSL color Cylindrical-coordinate representation of color #ECF435: hue angle of 62.51º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECF435 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 53 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.04 |
| HSL | 62.51º | 0.9% | 0.58% | - |
| HSV(B) | 62.51º | 0.78% | 0.96% | - |
| XYZ | 67.59 | 82.79 | 15.79 | - |
| YUV | 219.83 | 33.85 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 53 | 0.03 | 0 | 0.78 | 0.04 | 62.51 | 0.9 | 0.58 |
| Hex | EC | F4 | 35 | 3 | 0 | 4E | 4 | 3F | 5A | 3A |
| Octal | 354 | 364 | 65 | 3 | 0 | 116 | 4 | 77 | 132 | 72 |
| Binary | 11101100 | 11110100 | 110101 | 11 | 0 | 1001110 | 100 | 111111 | 1011010 | 111010 |
Color Harmonies of #ECF435
Complementary color
Monochromatic Colors of #ECF435
Black with #ECF435
Text Example
Text Example
White with #ECF435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF435; }
p { color: rgb(236,244,53); }
H1.HeaderClassName
{
color: #ECF435;
}
.AnyTagClassName
{
color: #ECF435;
}
</style>
background-color css
<style>
a { background-color: #ECF435; }
a { background-color: rgb(236,244,53); }
div.DivClassName
{
background-color: #ECF435;
}
.BgClassName
{
background-color: #ECF435;
}
</style>
border-color css
<style>
span { border-color: #ECF435; }
span { border-color: rgb(236,244,53); }
td.TdClassName
{
border-color: #ECF435;
}
.TagClassName
{
border-color: #ECF435;
}
</style>