Shades of Golden Fizz #E2E925
Tints of Golden Fizz #E2E925
RGB
CMYK
RGB Variations
Color information
#E2E925 (or 0xE2E925) is known color: Golden Fizz. HEX triplet: E2, E9 and 25. RGB value is (226,233,37). Sum of RGB (Red+Green+Blue) = 226+233+37=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 37 (14.84% from 255 or 7.46% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E925 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E925 is #1D16DA. Grayscale: #D1D1D1. Windows color (decimal): -1906395 or 2484706. OLE color: 2484706.
HSL color Cylindrical-coordinate representation of color #E2E925: hue angle of 62.14º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2E925 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 233 | 37 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.09 |
| HSL | 62.14º | 0.82% | 0.53% | - |
| HSV(B) | 62.14º | 0.84% | 0.91% | - |
| XYZ | 60.84 | 74.58 | 12.94 | - |
| YUV | 208.56 | 31.18 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 37 | 0.03 | 0 | 0.84 | 0.09 | 62.14 | 0.82 | 0.53 |
| Hex | E2 | E9 | 25 | 3 | 0 | 54 | 9 | 3E | 52 | 35 |
| Octal | 342 | 351 | 45 | 3 | 0 | 124 | 11 | 76 | 122 | 65 |
| Binary | 11100010 | 11101001 | 100101 | 11 | 0 | 1010100 | 1001 | 111110 | 1010010 | 110101 |
Color Harmonies of #E2E925
Complementary color
Monochromatic Colors of #E2E925
Black with #E2E925
Text Example
Text Example
White with #E2E925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E925; }
p { color: rgb(226,233,37); }
H1.HeaderClassName
{
color: #E2E925;
}
.AnyTagClassName
{
color: #E2E925;
}
</style>
background-color css
<style>
a { background-color: #E2E925; }
a { background-color: rgb(226,233,37); }
div.DivClassName
{
background-color: #E2E925;
}
.BgClassName
{
background-color: #E2E925;
}
</style>
border-color css
<style>
span { border-color: #E2E925; }
span { border-color: rgb(226,233,37); }
td.TdClassName
{
border-color: #E2E925;
}
.TagClassName
{
border-color: #E2E925;
}
</style>