Shades of Golden Fizz #EBF024
Tints of Golden Fizz #EBF024
RGB
CMYK
RGB Variations
Color information
#EBF024 (or 0xEBF024) is known color: Golden Fizz. HEX triplet: EB, F0 and 24. RGB value is (235,240,36). Sum of RGB (Red+Green+Blue) = 235+240+36=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 36 (14.45% from 255 or 7.05% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF024 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF024 is #140FDB. Grayscale: #D8D8D8. Windows color (decimal): -1314780 or 2420971. OLE color: 2420971.
HSL color Cylindrical-coordinate representation of color #EBF024: hue angle of 61.47º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EBF024 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 36 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.06 |
| HSL | 61.47º | 0.87% | 0.54% | - |
| HSV(B) | 61.47º | 0.85% | 0.94% | - |
| XYZ | 65.74 | 80.11 | 13.67 | - |
| YUV | 215.25 | 26.84 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 36 | 0.02 | 0 | 0.85 | 0.06 | 61.47 | 0.87 | 0.54 |
| Hex | EB | F0 | 24 | 2 | 0 | 55 | 6 | 3D | 57 | 36 |
| Octal | 353 | 360 | 44 | 2 | 0 | 125 | 6 | 75 | 127 | 66 |
| Binary | 11101011 | 11110000 | 100100 | 10 | 0 | 1010101 | 110 | 111101 | 1010111 | 110110 |
Color Harmonies of #EBF024
Complementary color
Monochromatic Colors of #EBF024
Black with #EBF024
Text Example
Text Example
White with #EBF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF024; }
p { color: rgb(235,240,36); }
H1.HeaderClassName
{
color: #EBF024;
}
.AnyTagClassName
{
color: #EBF024;
}
</style>
background-color css
<style>
a { background-color: #EBF024; }
a { background-color: rgb(235,240,36); }
div.DivClassName
{
background-color: #EBF024;
}
.BgClassName
{
background-color: #EBF024;
}
</style>
border-color css
<style>
span { border-color: #EBF024; }
span { border-color: rgb(235,240,36); }
td.TdClassName
{
border-color: #EBF024;
}
.TagClassName
{
border-color: #EBF024;
}
</style>