Shades of Golden Fizz #EEF52A
Tints of Golden Fizz #EEF52A
RGB
CMYK
RGB Variations
Color information
#EEF52A (or 0xEEF52A) is known color: Golden Fizz. HEX triplet: EE, F5 and 2A. RGB value is (238,245,42). Sum of RGB (Red+Green+Blue) = 238+245+42=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 42 (16.80% from 255 or 8% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF52A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF52A is #110AD5. Grayscale: #DCDCDC. Windows color (decimal): -1116886 or 2815470. OLE color: 2815470.
HSL color Cylindrical-coordinate representation of color #EEF52A: hue angle of 62.07º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEF52A is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 42 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.04 |
| HSL | 62.07º | 0.91% | 0.56% | - |
| HSV(B) | 62.07º | 0.83% | 0.96% | - |
| XYZ | 68.33 | 83.65 | 14.74 | - |
| YUV | 219.77 | 27.68 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 42 | 0.03 | 0 | 0.83 | 0.04 | 62.07 | 0.91 | 0.56 |
| Hex | EE | F5 | 2A | 3 | 0 | 53 | 4 | 3E | 5B | 38 |
| Octal | 356 | 365 | 52 | 3 | 0 | 123 | 4 | 76 | 133 | 70 |
| Binary | 11101110 | 11110101 | 101010 | 11 | 0 | 1010011 | 100 | 111110 | 1011011 | 111000 |
Color Harmonies of #EEF52A
Complementary color
Monochromatic Colors of #EEF52A
Black with #EEF52A
Text Example
Text Example
White with #EEF52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF52A; }
p { color: rgb(238,245,42); }
H1.HeaderClassName
{
color: #EEF52A;
}
.AnyTagClassName
{
color: #EEF52A;
}
</style>
background-color css
<style>
a { background-color: #EEF52A; }
a { background-color: rgb(238,245,42); }
div.DivClassName
{
background-color: #EEF52A;
}
.BgClassName
{
background-color: #EEF52A;
}
</style>
border-color css
<style>
span { border-color: #EEF52A; }
span { border-color: rgb(238,245,42); }
td.TdClassName
{
border-color: #EEF52A;
}
.TagClassName
{
border-color: #EEF52A;
}
</style>