Shades of Golden Fizz #ECF62B
Tints of Golden Fizz #ECF62B
RGB
CMYK
RGB Variations
Color information
#ECF62B (or 0xECF62B) is known color: Golden Fizz. HEX triplet: EC, F6 and 2B. RGB value is (236,246,43). Sum of RGB (Red+Green+Blue) = 236+246+43=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 43 (17.19% from 255 or 8.19% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF62B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF62B is #1309D4. Grayscale: #DCDCDC. Windows color (decimal): -1247701 or 2881260. OLE color: 2881260.
HSL color Cylindrical-coordinate representation of color #ECF62B: hue angle of 62.96º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECF62B is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 43 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.04 |
| HSL | 62.96º | 0.92% | 0.57% | - |
| HSV(B) | 62.96º | 0.83% | 0.96% | - |
| XYZ | 67.98 | 83.92 | 14.9 | - |
| YUV | 219.87 | 28.19 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 43 | 0.04 | 0 | 0.83 | 0.04 | 62.96 | 0.92 | 0.57 |
| Hex | EC | F6 | 2B | 4 | 0 | 53 | 4 | 3F | 5C | 39 |
| Octal | 354 | 366 | 53 | 4 | 0 | 123 | 4 | 77 | 134 | 71 |
| Binary | 11101100 | 11110110 | 101011 | 100 | 0 | 1010011 | 100 | 111111 | 1011100 | 111001 |
Color Harmonies of #ECF62B
Complementary color
Monochromatic Colors of #ECF62B
Black with #ECF62B
Text Example
Text Example
White with #ECF62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF62B; }
p { color: rgb(236,246,43); }
H1.HeaderClassName
{
color: #ECF62B;
}
.AnyTagClassName
{
color: #ECF62B;
}
</style>
background-color css
<style>
a { background-color: #ECF62B; }
a { background-color: rgb(236,246,43); }
div.DivClassName
{
background-color: #ECF62B;
}
.BgClassName
{
background-color: #ECF62B;
}
</style>
border-color css
<style>
span { border-color: #ECF62B; }
span { border-color: rgb(236,246,43); }
td.TdClassName
{
border-color: #ECF62B;
}
.TagClassName
{
border-color: #ECF62B;
}
</style>