Shades of Golden Fizz #EEF925
Tints of Golden Fizz #EEF925
RGB
CMYK
RGB Variations
Color information
#EEF925 (or 0xEEF925) is known color: Golden Fizz. HEX triplet: EE, F9 and 25. RGB value is (238,249,37). Sum of RGB (Red+Green+Blue) = 238+249+37=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 37 (14.84% from 255 or 7.06% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF925 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF925 is #1106DA. Grayscale: #DEDEDE. Windows color (decimal): -1115867 or 2488814. OLE color: 2488814.
HSL color Cylindrical-coordinate representation of color #EEF925: hue angle of 63.11º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEF925 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 37 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.02 |
| HSL | 63.11º | 0.95% | 0.56% | - |
| HSV(B) | 63.11º | 0.85% | 0.98% | - |
| XYZ | 69.47 | 86.06 | 14.7 | - |
| YUV | 221.54 | 23.86 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 37 | 0.04 | 0 | 0.85 | 0.02 | 63.11 | 0.95 | 0.56 |
| Hex | EE | F9 | 25 | 4 | 0 | 55 | 2 | 3F | 5F | 38 |
| Octal | 356 | 371 | 45 | 4 | 0 | 125 | 2 | 77 | 137 | 70 |
| Binary | 11101110 | 11111001 | 100101 | 100 | 0 | 1010101 | 10 | 111111 | 1011111 | 111000 |
Color Harmonies of #EEF925
Complementary color
Monochromatic Colors of #EEF925
Black with #EEF925
Text Example
Text Example
White with #EEF925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF925; }
p { color: rgb(238,249,37); }
H1.HeaderClassName
{
color: #EEF925;
}
.AnyTagClassName
{
color: #EEF925;
}
</style>
background-color css
<style>
a { background-color: #EEF925; }
a { background-color: rgb(238,249,37); }
div.DivClassName
{
background-color: #EEF925;
}
.BgClassName
{
background-color: #EEF925;
}
</style>
border-color css
<style>
span { border-color: #EEF925; }
span { border-color: rgb(238,249,37); }
td.TdClassName
{
border-color: #EEF925;
}
.TagClassName
{
border-color: #EEF925;
}
</style>