Shades of Golden Fizz #EEFA2A
Tints of Golden Fizz #EEFA2A
RGB
CMYK
RGB Variations
Color information
#EEFA2A (or 0xEEFA2A) is known color: Golden Fizz. HEX triplet: EE, FA and 2A. RGB value is (238,250,42). Sum of RGB (Red+Green+Blue) = 238+250+42=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 42 (16.80% from 255 or 7.92% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFA2A is #1105D5. Grayscale: #DFDFDF. Windows color (decimal): -1115606 or 2816750. OLE color: 2816750.
HSL color Cylindrical-coordinate representation of color #EEFA2A: hue angle of 63.46º 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 #EEFA2A is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 42 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.02 |
| HSL | 63.46º | 0.95% | 0.57% | - |
| HSV(B) | 63.46º | 0.83% | 0.98% | - |
| XYZ | 69.86 | 86.72 | 15.25 | - |
| YUV | 222.7 | 26.02 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 42 | 0.05 | 0 | 0.83 | 0.02 | 63.46 | 0.95 | 0.57 |
| Hex | EE | FA | 2A | 5 | 0 | 53 | 2 | 3F | 5F | 39 |
| Octal | 356 | 372 | 52 | 5 | 0 | 123 | 2 | 77 | 137 | 71 |
| Binary | 11101110 | 11111010 | 101010 | 101 | 0 | 1010011 | 10 | 111111 | 1011111 | 111001 |
Color Harmonies of #EEFA2A
Complementary color
Monochromatic Colors of #EEFA2A
Black with #EEFA2A
Text Example
Text Example
White with #EEFA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA2A; }
p { color: rgb(238,250,42); }
H1.HeaderClassName
{
color: #EEFA2A;
}
.AnyTagClassName
{
color: #EEFA2A;
}
</style>
background-color css
<style>
a { background-color: #EEFA2A; }
a { background-color: rgb(238,250,42); }
div.DivClassName
{
background-color: #EEFA2A;
}
.BgClassName
{
background-color: #EEFA2A;
}
</style>
border-color css
<style>
span { border-color: #EEFA2A; }
span { border-color: rgb(238,250,42); }
td.TdClassName
{
border-color: #EEFA2A;
}
.TagClassName
{
border-color: #EEFA2A;
}
</style>