Shades of Golden Fizz #EBF82F
Tints of Golden Fizz #EBF82F
RGB
CMYK
RGB Variations
Color information
#EBF82F (or 0xEBF82F) is known color: Golden Fizz. HEX triplet: EB, F8 and 2F. RGB value is (235,248,47). Sum of RGB (Red+Green+Blue) = 235+248+47=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 47 (18.75% from 255 or 8.87% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF82F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF82F is #1407D0. Grayscale: #DDDDDD. Windows color (decimal): -1312721 or 3143915. OLE color: 3143915.
HSL color Cylindrical-coordinate representation of color #EBF82F: hue angle of 63.88º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBF82F is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 248 | 47 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.03 |
| HSL | 63.88º | 0.93% | 0.58% | - |
| HSV(B) | 63.88º | 0.81% | 0.97% | - |
| XYZ | 68.34 | 85 | 15.49 | - |
| YUV | 221.2 | 29.69 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 248 | 47 | 0.05 | 0 | 0.81 | 0.03 | 63.88 | 0.93 | 0.58 |
| Hex | EB | F8 | 2F | 5 | 0 | 51 | 3 | 40 | 5D | 3A |
| Octal | 353 | 370 | 57 | 5 | 0 | 121 | 3 | 100 | 135 | 72 |
| Binary | 11101011 | 11111000 | 101111 | 101 | 0 | 1010001 | 11 | 1000000 | 1011101 | 111010 |
Color Harmonies of #EBF82F
Complementary color
Monochromatic Colors of #EBF82F
Black with #EBF82F
Text Example
Text Example
White with #EBF82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF82F; }
p { color: rgb(235,248,47); }
H1.HeaderClassName
{
color: #EBF82F;
}
.AnyTagClassName
{
color: #EBF82F;
}
</style>
background-color css
<style>
a { background-color: #EBF82F; }
a { background-color: rgb(235,248,47); }
div.DivClassName
{
background-color: #EBF82F;
}
.BgClassName
{
background-color: #EBF82F;
}
</style>
border-color css
<style>
span { border-color: #EBF82F; }
span { border-color: rgb(235,248,47); }
td.TdClassName
{
border-color: #EBF82F;
}
.TagClassName
{
border-color: #EBF82F;
}
</style>