Shades of Golden Fizz #EEF93A
Tints of Golden Fizz #EEF93A
RGB
CMYK
RGB Variations
Color information
#EEF93A (or 0xEEF93A) is known color: Golden Fizz. HEX triplet: EE, F9 and 3A. RGB value is (238,249,58). Sum of RGB (Red+Green+Blue) = 238+249+58=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 58 (23.05% from 255 or 10.64% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF93A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF93A is #1106C5. Grayscale: #E0E0E0. Windows color (decimal): -1115846 or 3865070. OLE color: 3865070.
HSL color Cylindrical-coordinate representation of color #EEF93A: hue angle of 63.46º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EEF93A is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 58 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.02 |
| HSL | 63.46º | 0.94% | 0.6% | - |
| HSV(B) | 63.46º | 0.77% | 0.98% | - |
| XYZ | 69.9 | 86.23 | 16.96 | - |
| YUV | 223.94 | 34.36 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 58 | 0.04 | 0 | 0.77 | 0.02 | 63.46 | 0.94 | 0.6 |
| Hex | EE | F9 | 3A | 4 | 0 | 4D | 2 | 3F | 5E | 3C |
| Octal | 356 | 371 | 72 | 4 | 0 | 115 | 2 | 77 | 136 | 74 |
| Binary | 11101110 | 11111001 | 111010 | 100 | 0 | 1001101 | 10 | 111111 | 1011110 | 111100 |
Color Harmonies of #EEF93A
Complementary color
Monochromatic Colors of #EEF93A
Black with #EEF93A
Text Example
Text Example
White with #EEF93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF93A; }
p { color: rgb(238,249,58); }
H1.HeaderClassName
{
color: #EEF93A;
}
.AnyTagClassName
{
color: #EEF93A;
}
</style>
background-color css
<style>
a { background-color: #EEF93A; }
a { background-color: rgb(238,249,58); }
div.DivClassName
{
background-color: #EEF93A;
}
.BgClassName
{
background-color: #EEF93A;
}
</style>
border-color css
<style>
span { border-color: #EEF93A; }
span { border-color: rgb(238,249,58); }
td.TdClassName
{
border-color: #EEF93A;
}
.TagClassName
{
border-color: #EEF93A;
}
</style>