Shades of Golden Fizz #E2E11B
Tints of Golden Fizz #E2E11B
RGB
CMYK
RGB Variations
Color information
#E2E11B (or 0xE2E11B) is known color: Golden Fizz. HEX triplet: E2, E1 and 1B. RGB value is (226,225,27). Sum of RGB (Red+Green+Blue) = 226+225+27=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 27 (10.94% from 255 or 5.65% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E11B is #1D1EE4. Grayscale: #CBCBCB. Windows color (decimal): -1908453 or 1827298. OLE color: 1827298.
HSL color Cylindrical-coordinate representation of color #E2E11B: hue angle of 59.7º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2E11B is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 27 | - |
| CMYK | 0 | 0.00 | 0.88 | 0.11 |
| HSL | 59.7º | 0.79% | 0.5% | - |
| HSV(B) | 59.7º | 0.88% | 0.89% | - |
| XYZ | 58.49 | 70.1 | 11.48 | - |
| YUV | 202.73 | 28.83 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 27 | 0 | 0.00 | 0.88 | 0.11 | 59.7 | 0.79 | 0.5 |
| Hex | E2 | E1 | 1B | 0 | 0 | 58 | B | 3C | 4F | 32 |
| Octal | 342 | 341 | 33 | 0 | 0 | 130 | 13 | 74 | 117 | 62 |
| Binary | 11100010 | 11100001 | 11011 | 0 | 0 | 1011000 | 1011 | 111100 | 1001111 | 110010 |
Color Harmonies of #E2E11B
Complementary color
Monochromatic Colors of #E2E11B
Black with #E2E11B
Text Example
Text Example
White with #E2E11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E11B; }
p { color: rgb(226,225,27); }
H1.HeaderClassName
{
color: #E2E11B;
}
.AnyTagClassName
{
color: #E2E11B;
}
</style>
background-color css
<style>
a { background-color: #E2E11B; }
a { background-color: rgb(226,225,27); }
div.DivClassName
{
background-color: #E2E11B;
}
.BgClassName
{
background-color: #E2E11B;
}
</style>
border-color css
<style>
span { border-color: #E2E11B; }
span { border-color: rgb(226,225,27); }
td.TdClassName
{
border-color: #E2E11B;
}
.TagClassName
{
border-color: #E2E11B;
}
</style>