Shades of Golden Fizz #EBFE2A
Tints of Golden Fizz #EBFE2A
RGB
CMYK
RGB Variations
Color information
#EBFE2A (or 0xEBFE2A) is known color: Golden Fizz. HEX triplet: EB, FE and 2A. RGB value is (235,254,42). Sum of RGB (Red+Green+Blue) = 235+254+42=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 42 (16.80% from 255 or 7.91% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFE2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFE2A is #1401D5. Grayscale: #E0E0E0. Windows color (decimal): -1311190 or 2817771. OLE color: 2817771.
HSL color Cylindrical-coordinate representation of color #EBFE2A: hue angle of 65.38º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBFE2A is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 42 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.00 |
| HSL | 65.38º | 0.99% | 0.58% | - |
| HSV(B) | 65.38º | 0.83% | 1% | - |
| XYZ | 70.12 | 88.71 | 15.62 | - |
| YUV | 224.15 | 25.21 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 42 | 0.07 | 0 | 0.83 | 0.00 | 65.38 | 0.99 | 0.58 |
| Hex | EB | FE | 2A | 7 | 0 | 53 | 0 | 41 | 63 | 3A |
| Octal | 353 | 376 | 52 | 7 | 0 | 123 | 0 | 101 | 143 | 72 |
| Binary | 11101011 | 11111110 | 101010 | 111 | 0 | 1010011 | 0 | 1000001 | 1100011 | 111010 |
Color Harmonies of #EBFE2A
Complementary color
Monochromatic Colors of #EBFE2A
Black with #EBFE2A
Text Example
Text Example
White with #EBFE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFE2A; }
p { color: rgb(235,254,42); }
H1.HeaderClassName
{
color: #EBFE2A;
}
.AnyTagClassName
{
color: #EBFE2A;
}
</style>
background-color css
<style>
a { background-color: #EBFE2A; }
a { background-color: rgb(235,254,42); }
div.DivClassName
{
background-color: #EBFE2A;
}
.BgClassName
{
background-color: #EBFE2A;
}
</style>
border-color css
<style>
span { border-color: #EBFE2A; }
span { border-color: rgb(235,254,42); }
td.TdClassName
{
border-color: #EBFE2A;
}
.TagClassName
{
border-color: #EBFE2A;
}
</style>