Shades of Golden Fizz #EBFC2E
Tints of Golden Fizz #EBFC2E
RGB
CMYK
RGB Variations
Color information
#EBFC2E (or 0xEBFC2E) is known color: Golden Fizz. HEX triplet: EB, FC and 2E. RGB value is (235,252,46). Sum of RGB (Red+Green+Blue) = 235+252+46=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 46 (18.36% from 255 or 8.63% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFC2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFC2E is #1403D1. Grayscale: #E0E0E0. Windows color (decimal): -1311698 or 3079403. OLE color: 3079403.
HSL color Cylindrical-coordinate representation of color #EBFC2E: hue angle of 64.95º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBFC2E is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 252 | 46 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.01 |
| HSL | 64.95º | 0.97% | 0.58% | - |
| HSV(B) | 64.95º | 0.82% | 0.99% | - |
| XYZ | 69.56 | 87.48 | 15.8 | - |
| YUV | 223.43 | 27.87 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 46 | 0.07 | 0 | 0.82 | 0.01 | 64.95 | 0.97 | 0.58 |
| Hex | EB | FC | 2E | 7 | 0 | 52 | 1 | 41 | 61 | 3A |
| Octal | 353 | 374 | 56 | 7 | 0 | 122 | 1 | 101 | 141 | 72 |
| Binary | 11101011 | 11111100 | 101110 | 111 | 0 | 1010010 | 1 | 1000001 | 1100001 | 111010 |
Color Harmonies of #EBFC2E
Complementary color
Monochromatic Colors of #EBFC2E
Black with #EBFC2E
Text Example
Text Example
White with #EBFC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFC2E; }
p { color: rgb(235,252,46); }
H1.HeaderClassName
{
color: #EBFC2E;
}
.AnyTagClassName
{
color: #EBFC2E;
}
</style>
background-color css
<style>
a { background-color: #EBFC2E; }
a { background-color: rgb(235,252,46); }
div.DivClassName
{
background-color: #EBFC2E;
}
.BgClassName
{
background-color: #EBFC2E;
}
</style>
border-color css
<style>
span { border-color: #EBFC2E; }
span { border-color: rgb(235,252,46); }
td.TdClassName
{
border-color: #EBFC2E;
}
.TagClassName
{
border-color: #EBFC2E;
}
</style>