Shades of Golden Fizz #E3E42A
Tints of Golden Fizz #E3E42A
RGB
CMYK
RGB Variations
Color information
#E3E42A (or 0xE3E42A) is known color: Golden Fizz. HEX triplet: E3, E4 and 2A. RGB value is (227,228,42). Sum of RGB (Red+Green+Blue) = 227+228+42=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 42 (16.80% from 255 or 8.45% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #E3E42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3E42A is #1C1BD5. Grayscale: #CFCFCF. Windows color (decimal): -1842134 or 2811107. OLE color: 2811107.
HSL color Cylindrical-coordinate representation of color #E3E42A: hue angle of 60.32º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E3E42A is Cyan = 0.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 228 | 42 | - |
| CMYK | 0.00 | 0 | 0.82 | 0.11 |
| HSL | 60.32º | 0.78% | 0.53% | - |
| HSV(B) | 60.32º | 0.82% | 0.89% | - |
| XYZ | 59.84 | 71.98 | 12.93 | - |
| YUV | 206.5 | 35.17 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 228 | 42 | 0.00 | 0 | 0.82 | 0.11 | 60.32 | 0.78 | 0.53 |
| Hex | E3 | E4 | 2A | 0 | 0 | 52 | B | 3C | 4E | 35 |
| Octal | 343 | 344 | 52 | 0 | 0 | 122 | 13 | 74 | 116 | 65 |
| Binary | 11100011 | 11100100 | 101010 | 0 | 0 | 1010010 | 1011 | 111100 | 1001110 | 110101 |
Color Harmonies of #E3E42A
Complementary color
Monochromatic Colors of #E3E42A
Black with #E3E42A
Text Example
Text Example
White with #E3E42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E42A; }
p { color: rgb(227,228,42); }
H1.HeaderClassName
{
color: #E3E42A;
}
.AnyTagClassName
{
color: #E3E42A;
}
</style>
background-color css
<style>
a { background-color: #E3E42A; }
a { background-color: rgb(227,228,42); }
div.DivClassName
{
background-color: #E3E42A;
}
.BgClassName
{
background-color: #E3E42A;
}
</style>
border-color css
<style>
span { border-color: #E3E42A; }
span { border-color: rgb(227,228,42); }
td.TdClassName
{
border-color: #E3E42A;
}
.TagClassName
{
border-color: #E3E42A;
}
</style>