Shades of Golden Fizz #EEF125
Tints of Golden Fizz #EEF125
RGB
CMYK
RGB Variations
Color information
#EEF125 (or 0xEEF125) is known color: Golden Fizz. HEX triplet: EE, F1 and 25. RGB value is (238,241,37). Sum of RGB (Red+Green+Blue) = 238+241+37=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 37 (14.84% from 255 or 7.17% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF125 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF125 is #110EDA. Grayscale: #D9D9D9. Windows color (decimal): -1117915 or 2486766. OLE color: 2486766.
HSL color Cylindrical-coordinate representation of color #EEF125: hue angle of 60.88º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEF125 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 37 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.05 |
| HSL | 60.88º | 0.88% | 0.55% | - |
| HSV(B) | 60.88º | 0.85% | 0.95% | - |
| XYZ | 67.05 | 81.22 | 13.89 | - |
| YUV | 216.85 | 26.51 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 37 | 0.01 | 0 | 0.85 | 0.05 | 60.88 | 0.88 | 0.55 |
| Hex | EE | F1 | 25 | 1 | 0 | 55 | 5 | 3D | 58 | 37 |
| Octal | 356 | 361 | 45 | 1 | 0 | 125 | 5 | 75 | 130 | 67 |
| Binary | 11101110 | 11110001 | 100101 | 1 | 0 | 1010101 | 101 | 111101 | 1011000 | 110111 |
Color Harmonies of #EEF125
Complementary color
Monochromatic Colors of #EEF125
Black with #EEF125
Text Example
Text Example
White with #EEF125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF125; }
p { color: rgb(238,241,37); }
H1.HeaderClassName
{
color: #EEF125;
}
.AnyTagClassName
{
color: #EEF125;
}
</style>
background-color css
<style>
a { background-color: #EEF125; }
a { background-color: rgb(238,241,37); }
div.DivClassName
{
background-color: #EEF125;
}
.BgClassName
{
background-color: #EEF125;
}
</style>
border-color css
<style>
span { border-color: #EEF125; }
span { border-color: rgb(238,241,37); }
td.TdClassName
{
border-color: #EEF125;
}
.TagClassName
{
border-color: #EEF125;
}
</style>