Shades of Golden Fizz #EEFC3A
Tints of Golden Fizz #EEFC3A
RGB
CMYK
RGB Variations
Color information
#EEFC3A (or 0xEEFC3A) is known color: Golden Fizz. HEX triplet: EE, FC and 3A. RGB value is (238,252,58). Sum of RGB (Red+Green+Blue) = 238+252+58=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 58 (23.05% from 255 or 10.58% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFC3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFC3A is #1103C5. Grayscale: #E2E2E2. Windows color (decimal): -1115078 or 3865838. OLE color: 3865838.
HSL color Cylindrical-coordinate representation of color #EEFC3A: hue angle of 64.33º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EEFC3A is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 252 | 58 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.01 |
| HSL | 64.33º | 0.97% | 0.61% | - |
| HSV(B) | 64.33º | 0.77% | 0.99% | - |
| XYZ | 70.83 | 88.1 | 17.28 | - |
| YUV | 225.7 | 33.36 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 252 | 58 | 0.06 | 0 | 0.77 | 0.01 | 64.33 | 0.97 | 0.61 |
| Hex | EE | FC | 3A | 6 | 0 | 4D | 1 | 40 | 61 | 3D |
| Octal | 356 | 374 | 72 | 6 | 0 | 115 | 1 | 100 | 141 | 75 |
| Binary | 11101110 | 11111100 | 111010 | 110 | 0 | 1001101 | 1 | 1000000 | 1100001 | 111101 |
Color Harmonies of #EEFC3A
Complementary color
Monochromatic Colors of #EEFC3A
Black with #EEFC3A
Text Example
Text Example
White with #EEFC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFC3A; }
p { color: rgb(238,252,58); }
H1.HeaderClassName
{
color: #EEFC3A;
}
.AnyTagClassName
{
color: #EEFC3A;
}
</style>
background-color css
<style>
a { background-color: #EEFC3A; }
a { background-color: rgb(238,252,58); }
div.DivClassName
{
background-color: #EEFC3A;
}
.BgClassName
{
background-color: #EEFC3A;
}
</style>
border-color css
<style>
span { border-color: #EEFC3A; }
span { border-color: rgb(238,252,58); }
td.TdClassName
{
border-color: #EEFC3A;
}
.TagClassName
{
border-color: #EEFC3A;
}
</style>