Shades of Golden Fizz #EBF130
Tints of Golden Fizz #EBF130
RGB
CMYK
RGB Variations
Color information
#EBF130 (or 0xEBF130) is known color: Golden Fizz. HEX triplet: EB, F1 and 30. RGB value is (235,241,48). Sum of RGB (Red+Green+Blue) = 235+241+48=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 48 (19.14% from 255 or 9.16% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF130 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF130 is #140ECF. Grayscale: #D9D9D9. Windows color (decimal): -1314512 or 3207659. OLE color: 3207659.
HSL color Cylindrical-coordinate representation of color #EBF130: hue angle of 61.87º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBF130 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 48 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.05 |
| HSL | 61.87º | 0.87% | 0.57% | - |
| HSV(B) | 61.87º | 0.8% | 0.95% | - |
| XYZ | 66.25 | 80.79 | 14.9 | - |
| YUV | 217.2 | 32.51 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 48 | 0.02 | 0 | 0.80 | 0.05 | 61.87 | 0.87 | 0.57 |
| Hex | EB | F1 | 30 | 2 | 0 | 50 | 5 | 3E | 57 | 39 |
| Octal | 353 | 361 | 60 | 2 | 0 | 120 | 5 | 76 | 127 | 71 |
| Binary | 11101011 | 11110001 | 110000 | 10 | 0 | 1010000 | 101 | 111110 | 1010111 | 111001 |
Color Harmonies of #EBF130
Complementary color
Monochromatic Colors of #EBF130
Black with #EBF130
Text Example
Text Example
White with #EBF130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF130; }
p { color: rgb(235,241,48); }
H1.HeaderClassName
{
color: #EBF130;
}
.AnyTagClassName
{
color: #EBF130;
}
</style>
background-color css
<style>
a { background-color: #EBF130; }
a { background-color: rgb(235,241,48); }
div.DivClassName
{
background-color: #EBF130;
}
.BgClassName
{
background-color: #EBF130;
}
</style>
border-color css
<style>
span { border-color: #EBF130; }
span { border-color: rgb(235,241,48); }
td.TdClassName
{
border-color: #EBF130;
}
.TagClassName
{
border-color: #EBF130;
}
</style>