Shades of Golden Fizz #EBF630
Tints of Golden Fizz #EBF630
RGB
CMYK
RGB Variations
Color information
#EBF630 (or 0xEBF630) is known color: Golden Fizz. HEX triplet: EB, F6 and 30. RGB value is (235,246,48). Sum of RGB (Red+Green+Blue) = 235+246+48=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 48 (19.14% from 255 or 9.07% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF630 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF630 is #1409CF. Grayscale: #DCDCDC. Windows color (decimal): -1313232 or 3208939. OLE color: 3208939.
HSL color Cylindrical-coordinate representation of color #EBF630: hue angle of 63.33º degrees, saturation: 0.92, 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 #EBF630 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 246 | 48 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.04 |
| HSL | 63.33º | 0.92% | 0.58% | - |
| HSV(B) | 63.33º | 0.8% | 0.96% | - |
| XYZ | 67.75 | 83.79 | 15.4 | - |
| YUV | 220.14 | 30.86 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 246 | 48 | 0.04 | 0 | 0.80 | 0.04 | 63.33 | 0.92 | 0.58 |
| Hex | EB | F6 | 30 | 4 | 0 | 50 | 4 | 3F | 5C | 3A |
| Octal | 353 | 366 | 60 | 4 | 0 | 120 | 4 | 77 | 134 | 72 |
| Binary | 11101011 | 11110110 | 110000 | 100 | 0 | 1010000 | 100 | 111111 | 1011100 | 111010 |
Color Harmonies of #EBF630
Complementary color
Monochromatic Colors of #EBF630
Black with #EBF630
Text Example
Text Example
White with #EBF630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF630; }
p { color: rgb(235,246,48); }
H1.HeaderClassName
{
color: #EBF630;
}
.AnyTagClassName
{
color: #EBF630;
}
</style>
background-color css
<style>
a { background-color: #EBF630; }
a { background-color: rgb(235,246,48); }
div.DivClassName
{
background-color: #EBF630;
}
.BgClassName
{
background-color: #EBF630;
}
</style>
border-color css
<style>
span { border-color: #EBF630; }
span { border-color: rgb(235,246,48); }
td.TdClassName
{
border-color: #EBF630;
}
.TagClassName
{
border-color: #EBF630;
}
</style>