Shades of Golden Fizz #EFF13D
Tints of Golden Fizz #EFF13D
RGB
CMYK
RGB Variations
Color information
#EFF13D (or 0xEFF13D) is known color: Golden Fizz. HEX triplet: EF, F1 and 3D. RGB value is (239,241,61). Sum of RGB (Red+Green+Blue) = 239+241+61=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 61 (24.22% from 255 or 11.28% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF13D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF13D is #100EC2. Grayscale: #DCDCDC. Windows color (decimal): -1052355 or 4059631. OLE color: 4059631.
HSL color Cylindrical-coordinate representation of color #EFF13D: hue angle of 60.67º 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 #EFF13D is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 61 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.05 |
| HSL | 60.67º | 0.87% | 0.59% | - |
| HSV(B) | 60.67º | 0.75% | 0.95% | - |
| XYZ | 67.89 | 81.6 | 16.59 | - |
| YUV | 219.88 | 38.34 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 61 | 0.01 | 0 | 0.75 | 0.05 | 60.67 | 0.87 | 0.59 |
| Hex | EF | F1 | 3D | 1 | 0 | 4B | 5 | 3D | 57 | 3B |
| Octal | 357 | 361 | 75 | 1 | 0 | 113 | 5 | 75 | 127 | 73 |
| Binary | 11101111 | 11110001 | 111101 | 1 | 0 | 1001011 | 101 | 111101 | 1010111 | 111011 |
Color Harmonies of #EFF13D
Complementary color
Monochromatic Colors of #EFF13D
Black with #EFF13D
Text Example
Text Example
White with #EFF13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF13D; }
p { color: rgb(239,241,61); }
H1.HeaderClassName
{
color: #EFF13D;
}
.AnyTagClassName
{
color: #EFF13D;
}
</style>
background-color css
<style>
a { background-color: #EFF13D; }
a { background-color: rgb(239,241,61); }
div.DivClassName
{
background-color: #EFF13D;
}
.BgClassName
{
background-color: #EFF13D;
}
</style>
border-color css
<style>
span { border-color: #EFF13D; }
span { border-color: rgb(239,241,61); }
td.TdClassName
{
border-color: #EFF13D;
}
.TagClassName
{
border-color: #EFF13D;
}
</style>