Shades of Golden Fizz #E3E42D
Tints of Golden Fizz #E3E42D
RGB
CMYK
RGB Variations
Color information
#E3E42D (or 0xE3E42D) is known color: Golden Fizz. HEX triplet: E3, E4 and 2D. RGB value is (227,228,45). Sum of RGB (Red+Green+Blue) = 227+228+45=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #E3E42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3E42D is #1C1BD2. Grayscale: #CFCFCF. Windows color (decimal): -1842131 or 3007715. OLE color: 3007715.
HSL color Cylindrical-coordinate representation of color #E3E42D: hue angle of 60.33º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3E42D is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 228 | 45 | - |
| CMYK | 0.00 | 0 | 0.80 | 0.11 |
| HSL | 60.33º | 0.77% | 0.54% | - |
| HSV(B) | 60.33º | 0.8% | 0.89% | - |
| XYZ | 59.9 | 72.01 | 13.22 | - |
| YUV | 206.84 | 36.67 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 228 | 45 | 0.00 | 0 | 0.80 | 0.11 | 60.33 | 0.77 | 0.54 |
| Hex | E3 | E4 | 2D | 0 | 0 | 50 | B | 3C | 4D | 36 |
| Octal | 343 | 344 | 55 | 0 | 0 | 120 | 13 | 74 | 115 | 66 |
| Binary | 11100011 | 11100100 | 101101 | 0 | 0 | 1010000 | 1011 | 111100 | 1001101 | 110110 |
Color Harmonies of #E3E42D
Complementary color
Monochromatic Colors of #E3E42D
Black with #E3E42D
Text Example
Text Example
White with #E3E42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E42D; }
p { color: rgb(227,228,45); }
H1.HeaderClassName
{
color: #E3E42D;
}
.AnyTagClassName
{
color: #E3E42D;
}
</style>
background-color css
<style>
a { background-color: #E3E42D; }
a { background-color: rgb(227,228,45); }
div.DivClassName
{
background-color: #E3E42D;
}
.BgClassName
{
background-color: #E3E42D;
}
</style>
border-color css
<style>
span { border-color: #E3E42D; }
span { border-color: rgb(227,228,45); }
td.TdClassName
{
border-color: #E3E42D;
}
.TagClassName
{
border-color: #E3E42D;
}
</style>