Shades of Golden Fizz #EEF72D
Tints of Golden Fizz #EEF72D
RGB
CMYK
RGB Variations
Color information
#EEF72D (or 0xEEF72D) is known color: Golden Fizz. HEX triplet: EE, F7 and 2D. RGB value is (238,247,45). Sum of RGB (Red+Green+Blue) = 238+247+45=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 45 (17.97% from 255 or 8.49% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF72D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF72D is #1108D2. Grayscale: #DEDEDE. Windows color (decimal): -1116371 or 3012590. OLE color: 3012590.
HSL color Cylindrical-coordinate representation of color #EEF72D: hue angle of 62.67º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEF72D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 45 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.03 |
| HSL | 62.67º | 0.93% | 0.57% | - |
| HSV(B) | 62.67º | 0.82% | 0.97% | - |
| XYZ | 68.99 | 84.89 | 15.23 | - |
| YUV | 221.28 | 28.52 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 45 | 0.04 | 0 | 0.82 | 0.03 | 62.67 | 0.93 | 0.57 |
| Hex | EE | F7 | 2D | 4 | 0 | 52 | 3 | 3F | 5D | 39 |
| Octal | 356 | 367 | 55 | 4 | 0 | 122 | 3 | 77 | 135 | 71 |
| Binary | 11101110 | 11110111 | 101101 | 100 | 0 | 1010010 | 11 | 111111 | 1011101 | 111001 |
Color Harmonies of #EEF72D
Complementary color
Monochromatic Colors of #EEF72D
Black with #EEF72D
Text Example
Text Example
White with #EEF72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF72D; }
p { color: rgb(238,247,45); }
H1.HeaderClassName
{
color: #EEF72D;
}
.AnyTagClassName
{
color: #EEF72D;
}
</style>
background-color css
<style>
a { background-color: #EEF72D; }
a { background-color: rgb(238,247,45); }
div.DivClassName
{
background-color: #EEF72D;
}
.BgClassName
{
background-color: #EEF72D;
}
</style>
border-color css
<style>
span { border-color: #EEF72D; }
span { border-color: rgb(238,247,45); }
td.TdClassName
{
border-color: #EEF72D;
}
.TagClassName
{
border-color: #EEF72D;
}
</style>