Shades of Golden Fizz #EBF430
Tints of Golden Fizz #EBF430
RGB
CMYK
RGB Variations
Color information
#EBF430 (or 0xEBF430) is known color: Golden Fizz. HEX triplet: EB, F4 and 30. RGB value is (235,244,48). Sum of RGB (Red+Green+Blue) = 235+244+48=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 48 (19.14% from 255 or 9.11% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF430 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF430 is #140BCF. Grayscale: #DBDBDB. Windows color (decimal): -1313744 or 3208427. OLE color: 3208427.
HSL color Cylindrical-coordinate representation of color #EBF430: hue angle of 62.76º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBF430 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 244 | 48 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.04 |
| HSL | 62.76º | 0.9% | 0.57% | - |
| HSV(B) | 62.76º | 0.8% | 0.96% | - |
| XYZ | 67.15 | 82.58 | 15.2 | - |
| YUV | 218.97 | 31.52 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 244 | 48 | 0.04 | 0 | 0.80 | 0.04 | 62.76 | 0.9 | 0.57 |
| Hex | EB | F4 | 30 | 4 | 0 | 50 | 4 | 3F | 5A | 39 |
| Octal | 353 | 364 | 60 | 4 | 0 | 120 | 4 | 77 | 132 | 71 |
| Binary | 11101011 | 11110100 | 110000 | 100 | 0 | 1010000 | 100 | 111111 | 1011010 | 111001 |
Color Harmonies of #EBF430
Complementary color
Monochromatic Colors of #EBF430
Black with #EBF430
Text Example
Text Example
White with #EBF430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF430; }
p { color: rgb(235,244,48); }
H1.HeaderClassName
{
color: #EBF430;
}
.AnyTagClassName
{
color: #EBF430;
}
</style>
background-color css
<style>
a { background-color: #EBF430; }
a { background-color: rgb(235,244,48); }
div.DivClassName
{
background-color: #EBF430;
}
.BgClassName
{
background-color: #EBF430;
}
</style>
border-color css
<style>
span { border-color: #EBF430; }
span { border-color: rgb(235,244,48); }
td.TdClassName
{
border-color: #EBF430;
}
.TagClassName
{
border-color: #EBF430;
}
</style>