Shades of Golden Fizz #EFF13C
Tints of Golden Fizz #EFF13C
RGB
CMYK
RGB Variations
Color information
#EFF13C (or 0xEFF13C) is known color: Golden Fizz. HEX triplet: EF, F1 and 3C. RGB value is (239,241,60). Sum of RGB (Red+Green+Blue) = 239+241+60=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 60 (23.83% from 255 or 11.11% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF13C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF13C is #100EC3. Grayscale: #DCDCDC. Windows color (decimal): -1052356 or 3994095. OLE color: 3994095.
HSL color Cylindrical-coordinate representation of color #EFF13C: 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.75%. Process color model (Four color, CMYK) of #EFF13C is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 60 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.05 |
| HSL | 60.66º | 0.87% | 0.59% | - |
| HSV(B) | 60.66º | 0.75% | 0.95% | - |
| XYZ | 67.87 | 81.59 | 16.45 | - |
| YUV | 219.77 | 37.84 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 60 | 0.01 | 0 | 0.75 | 0.05 | 60.66 | 0.87 | 0.59 |
| Hex | EF | F1 | 3C | 1 | 0 | 4B | 5 | 3D | 57 | 3B |
| Octal | 357 | 361 | 74 | 1 | 0 | 113 | 5 | 75 | 127 | 73 |
| Binary | 11101111 | 11110001 | 111100 | 1 | 0 | 1001011 | 101 | 111101 | 1010111 | 111011 |
Color Harmonies of #EFF13C
Complementary color
Monochromatic Colors of #EFF13C
Black with #EFF13C
Text Example
Text Example
White with #EFF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF13C; }
p { color: rgb(239,241,60); }
H1.HeaderClassName
{
color: #EFF13C;
}
.AnyTagClassName
{
color: #EFF13C;
}
</style>
background-color css
<style>
a { background-color: #EFF13C; }
a { background-color: rgb(239,241,60); }
div.DivClassName
{
background-color: #EFF13C;
}
.BgClassName
{
background-color: #EFF13C;
}
</style>
border-color css
<style>
span { border-color: #EFF13C; }
span { border-color: rgb(239,241,60); }
td.TdClassName
{
border-color: #EFF13C;
}
.TagClassName
{
border-color: #EFF13C;
}
</style>