Shades of Golden Fizz #EEFA2B
Tints of Golden Fizz #EEFA2B
RGB
CMYK
RGB Variations
Color information
#EEFA2B (or 0xEEFA2B) is known color: Golden Fizz. HEX triplet: EE, FA and 2B. RGB value is (238,250,43). Sum of RGB (Red+Green+Blue) = 238+250+43=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 43 (17.19% from 255 or 8.10% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFA2B is #1105D4. Grayscale: #DFDFDF. Windows color (decimal): -1115605 or 2882286. OLE color: 2882286.
HSL color Cylindrical-coordinate representation of color #EEFA2B: hue angle of 63.48º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEFA2B is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 43 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.02 |
| HSL | 63.48º | 0.95% | 0.57% | - |
| HSV(B) | 63.48º | 0.83% | 0.98% | - |
| XYZ | 69.88 | 86.72 | 15.34 | - |
| YUV | 222.81 | 26.52 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 43 | 0.05 | 0 | 0.83 | 0.02 | 63.48 | 0.95 | 0.57 |
| Hex | EE | FA | 2B | 5 | 0 | 53 | 2 | 3F | 5F | 39 |
| Octal | 356 | 372 | 53 | 5 | 0 | 123 | 2 | 77 | 137 | 71 |
| Binary | 11101110 | 11111010 | 101011 | 101 | 0 | 1010011 | 10 | 111111 | 1011111 | 111001 |
Color Harmonies of #EEFA2B
Complementary color
Monochromatic Colors of #EEFA2B
Black with #EEFA2B
Text Example
Text Example
White with #EEFA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA2B; }
p { color: rgb(238,250,43); }
H1.HeaderClassName
{
color: #EEFA2B;
}
.AnyTagClassName
{
color: #EEFA2B;
}
</style>
background-color css
<style>
a { background-color: #EEFA2B; }
a { background-color: rgb(238,250,43); }
div.DivClassName
{
background-color: #EEFA2B;
}
.BgClassName
{
background-color: #EEFA2B;
}
</style>
border-color css
<style>
span { border-color: #EEFA2B; }
span { border-color: rgb(238,250,43); }
td.TdClassName
{
border-color: #EEFA2B;
}
.TagClassName
{
border-color: #EEFA2B;
}
</style>