Shades of Golden Fizz #EFF32B
Tints of Golden Fizz #EFF32B
RGB
CMYK
RGB Variations
Color information
#EFF32B (or 0xEFF32B) is known color: Golden Fizz. HEX triplet: EF, F3 and 2B. RGB value is (239,243,43). Sum of RGB (Red+Green+Blue) = 239+243+43=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 43 (17.19% from 255 or 8.19% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF32B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF32B is #100CD4. Grayscale: #DBDBDB. Windows color (decimal): -1051861 or 2880495. OLE color: 2880495.
HSL color Cylindrical-coordinate representation of color #EFF32B: hue angle of 61.2º degrees, saturation: 0.89, 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 #EFF32B is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 43 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.05 |
| HSL | 61.2º | 0.89% | 0.56% | - |
| HSV(B) | 61.2º | 0.82% | 0.95% | - |
| XYZ | 68.08 | 82.63 | 14.65 | - |
| YUV | 219 | 28.67 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 43 | 0.02 | 0 | 0.82 | 0.05 | 61.2 | 0.89 | 0.56 |
| Hex | EF | F3 | 2B | 2 | 0 | 52 | 5 | 3D | 59 | 38 |
| Octal | 357 | 363 | 53 | 2 | 0 | 122 | 5 | 75 | 131 | 70 |
| Binary | 11101111 | 11110011 | 101011 | 10 | 0 | 1010010 | 101 | 111101 | 1011001 | 111000 |
Color Harmonies of #EFF32B
Complementary color
Monochromatic Colors of #EFF32B
Black with #EFF32B
Text Example
Text Example
White with #EFF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF32B; }
p { color: rgb(239,243,43); }
H1.HeaderClassName
{
color: #EFF32B;
}
.AnyTagClassName
{
color: #EFF32B;
}
</style>
background-color css
<style>
a { background-color: #EFF32B; }
a { background-color: rgb(239,243,43); }
div.DivClassName
{
background-color: #EFF32B;
}
.BgClassName
{
background-color: #EFF32B;
}
</style>
border-color css
<style>
span { border-color: #EFF32B; }
span { border-color: rgb(239,243,43); }
td.TdClassName
{
border-color: #EFF32B;
}
.TagClassName
{
border-color: #EFF32B;
}
</style>