Shades of Golden Fizz #E2E127
Tints of Golden Fizz #E2E127
RGB
CMYK
RGB Variations
Color information
#E2E127 (or 0xE2E127) is known color: Golden Fizz. HEX triplet: E2, E1 and 27. RGB value is (226,225,39). Sum of RGB (Red+Green+Blue) = 226+225+39=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 39 (15.62% from 255 or 7.96% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E127 is #1D1ED8. Grayscale: #CCCCCC. Windows color (decimal): -1908441 or 2613730. OLE color: 2613730.
HSL color Cylindrical-coordinate representation of color #E2E127: hue angle of 59.68º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2E127 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 39 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.11 |
| HSL | 59.68º | 0.76% | 0.52% | - |
| HSV(B) | 59.68º | 0.83% | 0.89% | - |
| XYZ | 58.66 | 70.17 | 12.37 | - |
| YUV | 204.1 | 34.83 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 39 | 0 | 0.00 | 0.83 | 0.11 | 59.68 | 0.76 | 0.52 |
| Hex | E2 | E1 | 27 | 0 | 0 | 53 | B | 3C | 4C | 34 |
| Octal | 342 | 341 | 47 | 0 | 0 | 123 | 13 | 74 | 114 | 64 |
| Binary | 11100010 | 11100001 | 100111 | 0 | 0 | 1010011 | 1011 | 111100 | 1001100 | 110100 |
Color Harmonies of #E2E127
Complementary color
Monochromatic Colors of #E2E127
Black with #E2E127
Text Example
Text Example
White with #E2E127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E127; }
p { color: rgb(226,225,39); }
H1.HeaderClassName
{
color: #E2E127;
}
.AnyTagClassName
{
color: #E2E127;
}
</style>
background-color css
<style>
a { background-color: #E2E127; }
a { background-color: rgb(226,225,39); }
div.DivClassName
{
background-color: #E2E127;
}
.BgClassName
{
background-color: #E2E127;
}
</style>
border-color css
<style>
span { border-color: #E2E127; }
span { border-color: rgb(226,225,39); }
td.TdClassName
{
border-color: #E2E127;
}
.TagClassName
{
border-color: #E2E127;
}
</style>