Shades of Golden Fizz #E3E02D
Tints of Golden Fizz #E3E02D
RGB
CMYK
RGB Variations
Color information
#E3E02D (or 0xE3E02D) is known color: Golden Fizz. HEX triplet: E3, E0 and 2D. RGB value is (227,224,45). Sum of RGB (Red+Green+Blue) = 227+224+45=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3E02D is #1C1FD2. Grayscale: #CDCDCD. Windows color (decimal): -1843155 or 3006691. OLE color: 3006691.
HSL color Cylindrical-coordinate representation of color #E3E02D: hue angle of 59.01º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3E02D is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 224 | 45 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.11 |
| HSL | 59.01º | 0.76% | 0.53% | - |
| HSV(B) | 59.01º | 0.8% | 0.89% | - |
| XYZ | 58.81 | 69.83 | 12.86 | - |
| YUV | 204.49 | 37.99 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 224 | 45 | 0 | 0.01 | 0.80 | 0.11 | 59.01 | 0.76 | 0.53 |
| Hex | E3 | E0 | 2D | 0 | 1 | 50 | B | 3B | 4C | 35 |
| Octal | 343 | 340 | 55 | 0 | 1 | 120 | 13 | 73 | 114 | 65 |
| Binary | 11100011 | 11100000 | 101101 | 0 | 1 | 1010000 | 1011 | 111011 | 1001100 | 110101 |
Color Harmonies of #E3E02D
Complementary color
Monochromatic Colors of #E3E02D
Black with #E3E02D
Text Example
Text Example
White with #E3E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E02D; }
p { color: rgb(227,224,45); }
H1.HeaderClassName
{
color: #E3E02D;
}
.AnyTagClassName
{
color: #E3E02D;
}
</style>
background-color css
<style>
a { background-color: #E3E02D; }
a { background-color: rgb(227,224,45); }
div.DivClassName
{
background-color: #E3E02D;
}
.BgClassName
{
background-color: #E3E02D;
}
</style>
border-color css
<style>
span { border-color: #E3E02D; }
span { border-color: rgb(227,224,45); }
td.TdClassName
{
border-color: #E3E02D;
}
.TagClassName
{
border-color: #E3E02D;
}
</style>