Shades of Golden Fizz #E3E016
Tints of Golden Fizz #E3E016
RGB
CMYK
RGB Variations
Color information
#E3E016 (or 0xE3E016) is known color: Golden Fizz. HEX triplet: E3, E0 and 16. RGB value is (227,224,22). Sum of RGB (Red+Green+Blue) = 227+224+22=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3E016 is #1C1FE9. Grayscale: #CACACA. Windows color (decimal): -1843178 or 1499363. OLE color: 1499363.
HSL color Cylindrical-coordinate representation of color #E3E016: hue angle of 59.12º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3E016 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 224 | 22 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.11 |
| HSL | 59.12º | 0.82% | 0.49% | - |
| HSV(B) | 59.12º | 0.9% | 0.89% | - |
| XYZ | 58.48 | 69.7 | 11.13 | - |
| YUV | 201.87 | 26.49 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 224 | 22 | 0 | 0.01 | 0.90 | 0.11 | 59.12 | 0.82 | 0.49 |
| Hex | E3 | E0 | 16 | 0 | 1 | 5A | B | 3B | 52 | 31 |
| Octal | 343 | 340 | 26 | 0 | 1 | 132 | 13 | 73 | 122 | 61 |
| Binary | 11100011 | 11100000 | 10110 | 0 | 1 | 1011010 | 1011 | 111011 | 1010010 | 110001 |
Color Harmonies of #E3E016
Complementary color
Monochromatic Colors of #E3E016
Black with #E3E016
Text Example
Text Example
White with #E3E016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E016; }
p { color: rgb(227,224,22); }
H1.HeaderClassName
{
color: #E3E016;
}
.AnyTagClassName
{
color: #E3E016;
}
</style>
background-color css
<style>
a { background-color: #E3E016; }
a { background-color: rgb(227,224,22); }
div.DivClassName
{
background-color: #E3E016;
}
.BgClassName
{
background-color: #E3E016;
}
</style>
border-color css
<style>
span { border-color: #E3E016; }
span { border-color: rgb(227,224,22); }
td.TdClassName
{
border-color: #E3E016;
}
.TagClassName
{
border-color: #E3E016;
}
</style>