Shades of Golden Fizz #EEF62D
Tints of Golden Fizz #EEF62D
RGB
CMYK
RGB Variations
Color information
#EEF62D (or 0xEEF62D) is known color: Golden Fizz. HEX triplet: EE, F6 and 2D. RGB value is (238,246,45). Sum of RGB (Red+Green+Blue) = 238+246+45=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 45 (17.97% from 255 or 8.51% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF62D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF62D is #1109D2. Grayscale: #DDDDDD. Windows color (decimal): -1116627 or 3012334. OLE color: 3012334.
HSL color Cylindrical-coordinate representation of color #EEF62D: hue angle of 62.39º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEF62D is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 45 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.04 |
| HSL | 62.39º | 0.92% | 0.57% | - |
| HSV(B) | 62.39º | 0.82% | 0.96% | - |
| XYZ | 68.69 | 84.28 | 15.13 | - |
| YUV | 220.69 | 28.85 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 45 | 0.03 | 0 | 0.82 | 0.04 | 62.39 | 0.92 | 0.57 |
| Hex | EE | F6 | 2D | 3 | 0 | 52 | 4 | 3E | 5C | 39 |
| Octal | 356 | 366 | 55 | 3 | 0 | 122 | 4 | 76 | 134 | 71 |
| Binary | 11101110 | 11110110 | 101101 | 11 | 0 | 1010010 | 100 | 111110 | 1011100 | 111001 |
Color Harmonies of #EEF62D
Complementary color
Monochromatic Colors of #EEF62D
Black with #EEF62D
Text Example
Text Example
White with #EEF62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF62D; }
p { color: rgb(238,246,45); }
H1.HeaderClassName
{
color: #EEF62D;
}
.AnyTagClassName
{
color: #EEF62D;
}
</style>
background-color css
<style>
a { background-color: #EEF62D; }
a { background-color: rgb(238,246,45); }
div.DivClassName
{
background-color: #EEF62D;
}
.BgClassName
{
background-color: #EEF62D;
}
</style>
border-color css
<style>
span { border-color: #EEF62D; }
span { border-color: rgb(238,246,45); }
td.TdClassName
{
border-color: #EEF62D;
}
.TagClassName
{
border-color: #EEF62D;
}
</style>