Shades of Golden Fizz #EEFF2D
Tints of Golden Fizz #EEFF2D
RGB
CMYK
RGB Variations
Color information
#EEFF2D (or 0xEEFF2D) is known color: Golden Fizz. HEX triplet: EE, FF and 2D. RGB value is (238,255,45). Sum of RGB (Red+Green+Blue) = 238+255+45=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 45 (17.97% from 255 or 8.36% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFF2D is #1100D2. Grayscale: #E2E2E2. Windows color (decimal): -1114323 or 3014638. OLE color: 3014638.
HSL color Cylindrical-coordinate representation of color #EEFF2D: hue angle of 64.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEFF2D is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 45 | - |
| CMYK | 0.07 | 0 | 0.82 | 0 |
| HSL | 64.86º | 1% | 0.59% | - |
| HSV(B) | 64.86º | 0.82% | 1% | - |
| XYZ | 71.49 | 89.89 | 16.06 | - |
| YUV | 225.98 | 25.87 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 45 | 0.07 | 0 | 0.82 | 0 | 64.86 | 1 | 0.59 |
| Hex | EE | FF | 2D | 7 | 0 | 52 | 0 | 41 | 64 | 3B |
| Octal | 356 | 377 | 55 | 7 | 0 | 122 | 0 | 101 | 144 | 73 |
| Binary | 11101110 | 11111111 | 101101 | 111 | 0 | 1010010 | 0 | 1000001 | 1100100 | 111011 |
Color Harmonies of #EEFF2D
Complementary color
Monochromatic Colors of #EEFF2D
Black with #EEFF2D
Text Example
Text Example
White with #EEFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF2D; }
p { color: rgb(238,255,45); }
H1.HeaderClassName
{
color: #EEFF2D;
}
.AnyTagClassName
{
color: #EEFF2D;
}
</style>
background-color css
<style>
a { background-color: #EEFF2D; }
a { background-color: rgb(238,255,45); }
div.DivClassName
{
background-color: #EEFF2D;
}
.BgClassName
{
background-color: #EEFF2D;
}
</style>
border-color css
<style>
span { border-color: #EEFF2D; }
span { border-color: rgb(238,255,45); }
td.TdClassName
{
border-color: #EEFF2D;
}
.TagClassName
{
border-color: #EEFF2D;
}
</style>