Shades of Golden Fizz #EEFE2D
Tints of Golden Fizz #EEFE2D
RGB
CMYK
RGB Variations
Color information
#EEFE2D (or 0xEEFE2D) is known color: Golden Fizz. HEX triplet: EE, FE and 2D. RGB value is (238,254,45). Sum of RGB (Red+Green+Blue) = 238+254+45=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 45 (17.97% from 255 or 8.38% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFE2D is #1101D2. Grayscale: #E2E2E2. Windows color (decimal): -1114579 or 3014382. OLE color: 3014382.
HSL color Cylindrical-coordinate representation of color #EEFE2D: hue angle of 64.59º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEFE2D is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 45 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.00 |
| HSL | 64.59º | 0.99% | 0.59% | - |
| HSV(B) | 64.59º | 0.82% | 1% | - |
| XYZ | 71.18 | 89.25 | 15.96 | - |
| YUV | 225.39 | 26.2 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 45 | 0.06 | 0 | 0.82 | 0.00 | 64.59 | 0.99 | 0.59 |
| Hex | EE | FE | 2D | 6 | 0 | 52 | 0 | 41 | 63 | 3B |
| Octal | 356 | 376 | 55 | 6 | 0 | 122 | 0 | 101 | 143 | 73 |
| Binary | 11101110 | 11111110 | 101101 | 110 | 0 | 1010010 | 0 | 1000001 | 1100011 | 111011 |
Color Harmonies of #EEFE2D
Complementary color
Monochromatic Colors of #EEFE2D
Black with #EEFE2D
Text Example
Text Example
White with #EEFE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE2D; }
p { color: rgb(238,254,45); }
H1.HeaderClassName
{
color: #EEFE2D;
}
.AnyTagClassName
{
color: #EEFE2D;
}
</style>
background-color css
<style>
a { background-color: #EEFE2D; }
a { background-color: rgb(238,254,45); }
div.DivClassName
{
background-color: #EEFE2D;
}
.BgClassName
{
background-color: #EEFE2D;
}
</style>
border-color css
<style>
span { border-color: #EEFE2D; }
span { border-color: rgb(238,254,45); }
td.TdClassName
{
border-color: #EEFE2D;
}
.TagClassName
{
border-color: #EEFE2D;
}
</style>