Shades of Golden Fizz #EEFA36
Tints of Golden Fizz #EEFA36
RGB
CMYK
RGB Variations
Color information
#EEFA36 (or 0xEEFA36) is known color: Golden Fizz. HEX triplet: EE, FA and 36. RGB value is (238,250,54). Sum of RGB (Red+Green+Blue) = 238+250+54=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 54 (21.48% from 255 or 9.96% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFA36 is #1105C9. Grayscale: #E0E0E0. Windows color (decimal): -1115594 or 3603182. OLE color: 3603182.
HSL color Cylindrical-coordinate representation of color #EEFA36: hue angle of 63.67º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEFA36 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 54 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.02 |
| HSL | 63.67º | 0.95% | 0.6% | - |
| HSV(B) | 63.67º | 0.78% | 0.98% | - |
| XYZ | 70.11 | 86.81 | 16.55 | - |
| YUV | 224.07 | 32.02 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 54 | 0.05 | 0 | 0.78 | 0.02 | 63.67 | 0.95 | 0.6 |
| Hex | EE | FA | 36 | 5 | 0 | 4E | 2 | 40 | 5F | 3C |
| Octal | 356 | 372 | 66 | 5 | 0 | 116 | 2 | 100 | 137 | 74 |
| Binary | 11101110 | 11111010 | 110110 | 101 | 0 | 1001110 | 10 | 1000000 | 1011111 | 111100 |
Color Harmonies of #EEFA36
Complementary color
Monochromatic Colors of #EEFA36
Black with #EEFA36
Text Example
Text Example
White with #EEFA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA36; }
p { color: rgb(238,250,54); }
H1.HeaderClassName
{
color: #EEFA36;
}
.AnyTagClassName
{
color: #EEFA36;
}
</style>
background-color css
<style>
a { background-color: #EEFA36; }
a { background-color: rgb(238,250,54); }
div.DivClassName
{
background-color: #EEFA36;
}
.BgClassName
{
background-color: #EEFA36;
}
</style>
border-color css
<style>
span { border-color: #EEFA36; }
span { border-color: rgb(238,250,54); }
td.TdClassName
{
border-color: #EEFA36;
}
.TagClassName
{
border-color: #EEFA36;
}
</style>