Shades of Golden Fizz #EEFE2B
Tints of Golden Fizz #EEFE2B
RGB
CMYK
RGB Variations
Color information
#EEFE2B (or 0xEEFE2B) is known color: Golden Fizz. HEX triplet: EE, FE and 2B. RGB value is (238,254,43). Sum of RGB (Red+Green+Blue) = 238+254+43=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 43 (17.19% from 255 or 8.04% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFE2B is #1101D4. Grayscale: #E1E1E1. Windows color (decimal): -1114581 or 2883310. OLE color: 2883310.
HSL color Cylindrical-coordinate representation of color #EEFE2B: hue angle of 64.55º 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 #EEFE2B is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 43 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.00 |
| HSL | 64.55º | 0.99% | 0.58% | - |
| HSV(B) | 64.55º | 0.83% | 1% | - |
| XYZ | 71.14 | 89.24 | 15.76 | - |
| YUV | 225.16 | 25.2 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 43 | 0.06 | 0 | 0.83 | 0.00 | 64.55 | 0.99 | 0.58 |
| Hex | EE | FE | 2B | 6 | 0 | 53 | 0 | 41 | 63 | 3A |
| Octal | 356 | 376 | 53 | 6 | 0 | 123 | 0 | 101 | 143 | 72 |
| Binary | 11101110 | 11111110 | 101011 | 110 | 0 | 1010011 | 0 | 1000001 | 1100011 | 111010 |
Color Harmonies of #EEFE2B
Complementary color
Monochromatic Colors of #EEFE2B
Black with #EEFE2B
Text Example
Text Example
White with #EEFE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE2B; }
p { color: rgb(238,254,43); }
H1.HeaderClassName
{
color: #EEFE2B;
}
.AnyTagClassName
{
color: #EEFE2B;
}
</style>
background-color css
<style>
a { background-color: #EEFE2B; }
a { background-color: rgb(238,254,43); }
div.DivClassName
{
background-color: #EEFE2B;
}
.BgClassName
{
background-color: #EEFE2B;
}
</style>
border-color css
<style>
span { border-color: #EEFE2B; }
span { border-color: rgb(238,254,43); }
td.TdClassName
{
border-color: #EEFE2B;
}
.TagClassName
{
border-color: #EEFE2B;
}
</style>