Shades of Golden Fizz #EBF534
Tints of Golden Fizz #EBF534
RGB
CMYK
RGB Variations
Color information
#EBF534 (or 0xEBF534) is known color: Golden Fizz. HEX triplet: EB, F5 and 34. RGB value is (235,245,52). Sum of RGB (Red+Green+Blue) = 235+245+52=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 52 (20.70% from 255 or 9.77% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF534 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF534 is #140ACB. Grayscale: #DCDCDC. Windows color (decimal): -1313484 or 3470827. OLE color: 3470827.
HSL color Cylindrical-coordinate representation of color #EBF534: hue angle of 63.11º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBF534 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 52 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.04 |
| HSL | 63.11º | 0.91% | 0.58% | - |
| HSV(B) | 63.11º | 0.79% | 0.96% | - |
| XYZ | 67.53 | 83.21 | 15.75 | - |
| YUV | 220.01 | 33.19 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 52 | 0.04 | 0 | 0.79 | 0.04 | 63.11 | 0.91 | 0.58 |
| Hex | EB | F5 | 34 | 4 | 0 | 4F | 4 | 3F | 5B | 3A |
| Octal | 353 | 365 | 64 | 4 | 0 | 117 | 4 | 77 | 133 | 72 |
| Binary | 11101011 | 11110101 | 110100 | 100 | 0 | 1001111 | 100 | 111111 | 1011011 | 111010 |
Color Harmonies of #EBF534
Complementary color
Monochromatic Colors of #EBF534
Black with #EBF534
Text Example
Text Example
White with #EBF534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF534; }
p { color: rgb(235,245,52); }
H1.HeaderClassName
{
color: #EBF534;
}
.AnyTagClassName
{
color: #EBF534;
}
</style>
background-color css
<style>
a { background-color: #EBF534; }
a { background-color: rgb(235,245,52); }
div.DivClassName
{
background-color: #EBF534;
}
.BgClassName
{
background-color: #EBF534;
}
</style>
border-color css
<style>
span { border-color: #EBF534; }
span { border-color: rgb(235,245,52); }
td.TdClassName
{
border-color: #EBF534;
}
.TagClassName
{
border-color: #EBF534;
}
</style>