Shades of Golden Fizz #E2E92D
Tints of Golden Fizz #E2E92D
RGB
CMYK
RGB Variations
Color information
#E2E92D (or 0xE2E92D) is known color: Golden Fizz. HEX triplet: E2, E9 and 2D. RGB value is (226,233,45). Sum of RGB (Red+Green+Blue) = 226+233+45=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 45 (17.97% from 255 or 8.93% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E92D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E92D is #1D16D2. Grayscale: #D2D2D2. Windows color (decimal): -1906387 or 3008994. OLE color: 3008994.
HSL color Cylindrical-coordinate representation of color #E2E92D: hue angle of 62.23º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2E92D is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 233 | 45 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.09 |
| HSL | 62.23º | 0.81% | 0.55% | - |
| HSV(B) | 62.23º | 0.81% | 0.91% | - |
| XYZ | 60.98 | 74.64 | 13.68 | - |
| YUV | 209.48 | 35.18 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 45 | 0.03 | 0 | 0.81 | 0.09 | 62.23 | 0.81 | 0.55 |
| Hex | E2 | E9 | 2D | 3 | 0 | 51 | 9 | 3E | 51 | 37 |
| Octal | 342 | 351 | 55 | 3 | 0 | 121 | 11 | 76 | 121 | 67 |
| Binary | 11100010 | 11101001 | 101101 | 11 | 0 | 1010001 | 1001 | 111110 | 1010001 | 110111 |
Color Harmonies of #E2E92D
Complementary color
Monochromatic Colors of #E2E92D
Black with #E2E92D
Text Example
Text Example
White with #E2E92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E92D; }
p { color: rgb(226,233,45); }
H1.HeaderClassName
{
color: #E2E92D;
}
.AnyTagClassName
{
color: #E2E92D;
}
</style>
background-color css
<style>
a { background-color: #E2E92D; }
a { background-color: rgb(226,233,45); }
div.DivClassName
{
background-color: #E2E92D;
}
.BgClassName
{
background-color: #E2E92D;
}
</style>
border-color css
<style>
span { border-color: #E2E92D; }
span { border-color: rgb(226,233,45); }
td.TdClassName
{
border-color: #E2E92D;
}
.TagClassName
{
border-color: #E2E92D;
}
</style>