Shades of Golden Fizz #E9FF2D
Tints of Golden Fizz #E9FF2D
RGB
CMYK
RGB Variations
Color information
#E9FF2D (or 0xE9FF2D) is known color: Golden Fizz. HEX triplet: E9, FF and 2D. RGB value is (233,255,45). Sum of RGB (Red+Green+Blue) = 233+255+45=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 45 (17.97% from 255 or 8.44% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9FF2D is #1600D2. Grayscale: #E1E1E1. Windows color (decimal): -1442003 or 3014633. OLE color: 3014633.
HSL color Cylindrical-coordinate representation of color #E9FF2D: hue angle of 66.29º 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 #E9FF2D is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 255 | 45 | - |
| CMYK | 0.09 | 0 | 0.82 | 0 |
| HSL | 66.29º | 1% | 0.59% | - |
| HSV(B) | 66.29º | 0.82% | 1% | - |
| XYZ | 69.84 | 89.03 | 15.99 | - |
| YUV | 224.48 | 26.71 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 255 | 45 | 0.09 | 0 | 0.82 | 0 | 66.29 | 1 | 0.59 |
| Hex | E9 | FF | 2D | 9 | 0 | 52 | 0 | 42 | 64 | 3B |
| Octal | 351 | 377 | 55 | 11 | 0 | 122 | 0 | 102 | 144 | 73 |
| Binary | 11101001 | 11111111 | 101101 | 1001 | 0 | 1010010 | 0 | 1000010 | 1100100 | 111011 |
Color Harmonies of #E9FF2D
Complementary color
Monochromatic Colors of #E9FF2D
Black with #E9FF2D
Text Example
Text Example
White with #E9FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FF2D; }
p { color: rgb(233,255,45); }
H1.HeaderClassName
{
color: #E9FF2D;
}
.AnyTagClassName
{
color: #E9FF2D;
}
</style>
background-color css
<style>
a { background-color: #E9FF2D; }
a { background-color: rgb(233,255,45); }
div.DivClassName
{
background-color: #E9FF2D;
}
.BgClassName
{
background-color: #E9FF2D;
}
</style>
border-color css
<style>
span { border-color: #E9FF2D; }
span { border-color: rgb(233,255,45); }
td.TdClassName
{
border-color: #E9FF2D;
}
.TagClassName
{
border-color: #E9FF2D;
}
</style>