Shades of Golden Fizz #EEFF2A
Tints of Golden Fizz #EEFF2A
RGB
CMYK
RGB Variations
Color information
#EEFF2A (or 0xEEFF2A) is known color: Golden Fizz. HEX triplet: EE, FF and 2A. RGB value is (238,255,42). Sum of RGB (Red+Green+Blue) = 238+255+42=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 42 (16.80% from 255 or 7.85% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFF2A is #1100D5. Grayscale: #E2E2E2. Windows color (decimal): -1114326 or 2818030. OLE color: 2818030.
HSL color Cylindrical-coordinate representation of color #EEFF2A: hue angle of 64.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEFF2A is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 42 | - |
| CMYK | 0.07 | 0 | 0.84 | 0 |
| HSL | 64.79º | 1% | 0.58% | - |
| HSV(B) | 64.79º | 0.84% | 1% | - |
| XYZ | 71.44 | 89.86 | 15.77 | - |
| YUV | 225.64 | 24.37 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 42 | 0.07 | 0 | 0.84 | 0 | 64.79 | 1 | 0.58 |
| Hex | EE | FF | 2A | 7 | 0 | 54 | 0 | 41 | 64 | 3A |
| Octal | 356 | 377 | 52 | 7 | 0 | 124 | 0 | 101 | 144 | 72 |
| Binary | 11101110 | 11111111 | 101010 | 111 | 0 | 1010100 | 0 | 1000001 | 1100100 | 111010 |
Color Harmonies of #EEFF2A
Complementary color
Monochromatic Colors of #EEFF2A
Black with #EEFF2A
Text Example
Text Example
White with #EEFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF2A; }
p { color: rgb(238,255,42); }
H1.HeaderClassName
{
color: #EEFF2A;
}
.AnyTagClassName
{
color: #EEFF2A;
}
</style>
background-color css
<style>
a { background-color: #EEFF2A; }
a { background-color: rgb(238,255,42); }
div.DivClassName
{
background-color: #EEFF2A;
}
.BgClassName
{
background-color: #EEFF2A;
}
</style>
border-color css
<style>
span { border-color: #EEFF2A; }
span { border-color: rgb(238,255,42); }
td.TdClassName
{
border-color: #EEFF2A;
}
.TagClassName
{
border-color: #EEFF2A;
}
</style>