Shades of Golden Fizz #ECF32A
Tints of Golden Fizz #ECF32A
RGB
CMYK
RGB Variations
Color information
#ECF32A (or 0xECF32A) is known color: Golden Fizz. HEX triplet: EC, F3 and 2A. RGB value is (236,243,42). Sum of RGB (Red+Green+Blue) = 236+243+42=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 42 (16.80% from 255 or 8.06% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF32A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF32A is #130CD5. Grayscale: #DADADA. Windows color (decimal): -1248470 or 2814956. OLE color: 2814956.
HSL color Cylindrical-coordinate representation of color #ECF32A: hue angle of 62.09º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECF32A is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 42 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.05 |
| HSL | 62.09º | 0.89% | 0.56% | - |
| HSV(B) | 62.09º | 0.83% | 0.95% | - |
| XYZ | 67.06 | 82.1 | 14.5 | - |
| YUV | 217.99 | 28.68 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 42 | 0.03 | 0 | 0.83 | 0.05 | 62.09 | 0.89 | 0.56 |
| Hex | EC | F3 | 2A | 3 | 0 | 53 | 5 | 3E | 59 | 38 |
| Octal | 354 | 363 | 52 | 3 | 0 | 123 | 5 | 76 | 131 | 70 |
| Binary | 11101100 | 11110011 | 101010 | 11 | 0 | 1010011 | 101 | 111110 | 1011001 | 111000 |
Color Harmonies of #ECF32A
Complementary color
Monochromatic Colors of #ECF32A
Black with #ECF32A
Text Example
Text Example
White with #ECF32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF32A; }
p { color: rgb(236,243,42); }
H1.HeaderClassName
{
color: #ECF32A;
}
.AnyTagClassName
{
color: #ECF32A;
}
</style>
background-color css
<style>
a { background-color: #ECF32A; }
a { background-color: rgb(236,243,42); }
div.DivClassName
{
background-color: #ECF32A;
}
.BgClassName
{
background-color: #ECF32A;
}
</style>
border-color css
<style>
span { border-color: #ECF32A; }
span { border-color: rgb(236,243,42); }
td.TdClassName
{
border-color: #ECF32A;
}
.TagClassName
{
border-color: #ECF32A;
}
</style>