Shades of Golden Fizz #ECF22B
Tints of Golden Fizz #ECF22B
RGB
CMYK
RGB Variations
Color information
#ECF22B (or 0xECF22B) is known color: Golden Fizz. HEX triplet: EC, F2 and 2B. RGB value is (236,242,43). Sum of RGB (Red+Green+Blue) = 236+242+43=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 43 (17.19% from 255 or 8.25% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF22B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF22B is #130DD4. Grayscale: #DADADA. Windows color (decimal): -1248725 or 2880236. OLE color: 2880236.
HSL color Cylindrical-coordinate representation of color #ECF22B: hue angle of 61.81º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECF22B is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 43 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.05 |
| HSL | 61.81º | 0.88% | 0.56% | - |
| HSV(B) | 61.81º | 0.82% | 0.95% | - |
| XYZ | 66.78 | 81.51 | 14.5 | - |
| YUV | 217.52 | 29.51 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 43 | 0.02 | 0 | 0.82 | 0.05 | 61.81 | 0.88 | 0.56 |
| Hex | EC | F2 | 2B | 2 | 0 | 52 | 5 | 3E | 58 | 38 |
| Octal | 354 | 362 | 53 | 2 | 0 | 122 | 5 | 76 | 130 | 70 |
| Binary | 11101100 | 11110010 | 101011 | 10 | 0 | 1010010 | 101 | 111110 | 1011000 | 111000 |
Color Harmonies of #ECF22B
Complementary color
Monochromatic Colors of #ECF22B
Black with #ECF22B
Text Example
Text Example
White with #ECF22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF22B; }
p { color: rgb(236,242,43); }
H1.HeaderClassName
{
color: #ECF22B;
}
.AnyTagClassName
{
color: #ECF22B;
}
</style>
background-color css
<style>
a { background-color: #ECF22B; }
a { background-color: rgb(236,242,43); }
div.DivClassName
{
background-color: #ECF22B;
}
.BgClassName
{
background-color: #ECF22B;
}
</style>
border-color css
<style>
span { border-color: #ECF22B; }
span { border-color: rgb(236,242,43); }
td.TdClassName
{
border-color: #ECF22B;
}
.TagClassName
{
border-color: #ECF22B;
}
</style>