Shades of Golden Fizz #EBFE30
Tints of Golden Fizz #EBFE30
RGB
CMYK
RGB Variations
Color information
#EBFE30 (or 0xEBFE30) is known color: Golden Fizz. HEX triplet: EB, FE and 30. RGB value is (235,254,48). Sum of RGB (Red+Green+Blue) = 235+254+48=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 48 (19.14% from 255 or 8.94% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFE30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFE30 is #1401CF. Grayscale: #E1E1E1. Windows color (decimal): -1311184 or 3210987. OLE color: 3210987.
HSL color Cylindrical-coordinate representation of color #EBFE30: hue angle of 65.53º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBFE30 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 48 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.00 |
| HSL | 65.53º | 0.99% | 0.59% | - |
| HSV(B) | 65.53º | 0.81% | 1% | - |
| XYZ | 70.24 | 88.76 | 16.23 | - |
| YUV | 224.84 | 28.21 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 48 | 0.07 | 0 | 0.81 | 0.00 | 65.53 | 0.99 | 0.59 |
| Hex | EB | FE | 30 | 7 | 0 | 51 | 0 | 42 | 63 | 3B |
| Octal | 353 | 376 | 60 | 7 | 0 | 121 | 0 | 102 | 143 | 73 |
| Binary | 11101011 | 11111110 | 110000 | 111 | 0 | 1010001 | 0 | 1000010 | 1100011 | 111011 |
Color Harmonies of #EBFE30
Complementary color
Monochromatic Colors of #EBFE30
Black with #EBFE30
Text Example
Text Example
White with #EBFE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFE30; }
p { color: rgb(235,254,48); }
H1.HeaderClassName
{
color: #EBFE30;
}
.AnyTagClassName
{
color: #EBFE30;
}
</style>
background-color css
<style>
a { background-color: #EBFE30; }
a { background-color: rgb(235,254,48); }
div.DivClassName
{
background-color: #EBFE30;
}
.BgClassName
{
background-color: #EBFE30;
}
</style>
border-color css
<style>
span { border-color: #EBFE30; }
span { border-color: rgb(235,254,48); }
td.TdClassName
{
border-color: #EBFE30;
}
.TagClassName
{
border-color: #EBFE30;
}
</style>