Shades of Golden Fizz #EBF532
Tints of Golden Fizz #EBF532
RGB
CMYK
RGB Variations
Color information
#EBF532 (or 0xEBF532) is known color: Golden Fizz. HEX triplet: EB, F5 and 32. RGB value is (235,245,50). Sum of RGB (Red+Green+Blue) = 235+245+50=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 50 (19.92% from 255 or 9.43% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF532 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF532 is #140ACD. Grayscale: #DCDCDC. Windows color (decimal): -1313486 or 3339755. OLE color: 3339755.
HSL color Cylindrical-coordinate representation of color #EBF532: hue angle of 63.08º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBF532 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 50 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.04 |
| HSL | 63.08º | 0.91% | 0.58% | - |
| HSV(B) | 63.08º | 0.8% | 0.96% | - |
| XYZ | 67.49 | 83.2 | 15.52 | - |
| YUV | 219.78 | 32.19 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 50 | 0.04 | 0 | 0.80 | 0.04 | 63.08 | 0.91 | 0.58 |
| Hex | EB | F5 | 32 | 4 | 0 | 50 | 4 | 3F | 5B | 3A |
| Octal | 353 | 365 | 62 | 4 | 0 | 120 | 4 | 77 | 133 | 72 |
| Binary | 11101011 | 11110101 | 110010 | 100 | 0 | 1010000 | 100 | 111111 | 1011011 | 111010 |
Color Harmonies of #EBF532
Complementary color
Monochromatic Colors of #EBF532
Black with #EBF532
Text Example
Text Example
White with #EBF532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF532; }
p { color: rgb(235,245,50); }
H1.HeaderClassName
{
color: #EBF532;
}
.AnyTagClassName
{
color: #EBF532;
}
</style>
background-color css
<style>
a { background-color: #EBF532; }
a { background-color: rgb(235,245,50); }
div.DivClassName
{
background-color: #EBF532;
}
.BgClassName
{
background-color: #EBF532;
}
</style>
border-color css
<style>
span { border-color: #EBF532; }
span { border-color: rgb(235,245,50); }
td.TdClassName
{
border-color: #EBF532;
}
.TagClassName
{
border-color: #EBF532;
}
</style>