Shades of Golden Fizz #EBF631
Tints of Golden Fizz #EBF631
RGB
CMYK
RGB Variations
Color information
#EBF631 (or 0xEBF631) is known color: Golden Fizz. HEX triplet: EB, F6 and 31. RGB value is (235,246,49). Sum of RGB (Red+Green+Blue) = 235+246+49=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 49 (19.53% from 255 or 9.25% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF631 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF631 is #1409CE. Grayscale: #DDDDDD. Windows color (decimal): -1313231 or 3274475. OLE color: 3274475.
HSL color Cylindrical-coordinate representation of color #EBF631: hue angle of 63.35º 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 #EBF631 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 246 | 49 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.04 |
| HSL | 63.35º | 0.92% | 0.58% | - |
| HSV(B) | 63.35º | 0.8% | 0.96% | - |
| XYZ | 67.77 | 83.8 | 15.51 | - |
| YUV | 220.25 | 31.36 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 246 | 49 | 0.04 | 0 | 0.80 | 0.04 | 63.35 | 0.92 | 0.58 |
| Hex | EB | F6 | 31 | 4 | 0 | 50 | 4 | 3F | 5C | 3A |
| Octal | 353 | 366 | 61 | 4 | 0 | 120 | 4 | 77 | 134 | 72 |
| Binary | 11101011 | 11110110 | 110001 | 100 | 0 | 1010000 | 100 | 111111 | 1011100 | 111010 |
Color Harmonies of #EBF631
Complementary color
Monochromatic Colors of #EBF631
Black with #EBF631
Text Example
Text Example
White with #EBF631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF631; }
p { color: rgb(235,246,49); }
H1.HeaderClassName
{
color: #EBF631;
}
.AnyTagClassName
{
color: #EBF631;
}
</style>
background-color css
<style>
a { background-color: #EBF631; }
a { background-color: rgb(235,246,49); }
div.DivClassName
{
background-color: #EBF631;
}
.BgClassName
{
background-color: #EBF631;
}
</style>
border-color css
<style>
span { border-color: #EBF631; }
span { border-color: rgb(235,246,49); }
td.TdClassName
{
border-color: #EBF631;
}
.TagClassName
{
border-color: #EBF631;
}
</style>