Shades of Golden Fizz #EFF13B
Tints of Golden Fizz #EFF13B
RGB
CMYK
RGB Variations
Color information
#EFF13B (or 0xEFF13B) is known color: Golden Fizz. HEX triplet: EF, F1 and 3B. RGB value is (239,241,59). Sum of RGB (Red+Green+Blue) = 239+241+59=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 59 (23.44% from 255 or 10.95% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF13B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF13B is #100EC4. Grayscale: #DCDCDC. Windows color (decimal): -1052357 or 3928559. OLE color: 3928559.
HSL color Cylindrical-coordinate representation of color #EFF13B: hue angle of 60.66º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFF13B is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 59 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.05 |
| HSL | 60.66º | 0.87% | 0.59% | - |
| HSV(B) | 60.66º | 0.76% | 0.95% | - |
| XYZ | 67.84 | 81.58 | 16.31 | - |
| YUV | 219.65 | 37.34 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 59 | 0.01 | 0 | 0.76 | 0.05 | 60.66 | 0.87 | 0.59 |
| Hex | EF | F1 | 3B | 1 | 0 | 4C | 5 | 3D | 57 | 3B |
| Octal | 357 | 361 | 73 | 1 | 0 | 114 | 5 | 75 | 127 | 73 |
| Binary | 11101111 | 11110001 | 111011 | 1 | 0 | 1001100 | 101 | 111101 | 1010111 | 111011 |
Color Harmonies of #EFF13B
Complementary color
Monochromatic Colors of #EFF13B
Black with #EFF13B
Text Example
Text Example
White with #EFF13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF13B; }
p { color: rgb(239,241,59); }
H1.HeaderClassName
{
color: #EFF13B;
}
.AnyTagClassName
{
color: #EFF13B;
}
</style>
background-color css
<style>
a { background-color: #EFF13B; }
a { background-color: rgb(239,241,59); }
div.DivClassName
{
background-color: #EFF13B;
}
.BgClassName
{
background-color: #EFF13B;
}
</style>
border-color css
<style>
span { border-color: #EFF13B; }
span { border-color: rgb(239,241,59); }
td.TdClassName
{
border-color: #EFF13B;
}
.TagClassName
{
border-color: #EFF13B;
}
</style>