Shades of Golden Fizz #E3E32F
Tints of Golden Fizz #E3E32F
RGB
CMYK
RGB Variations
Color information
#E3E32F (or 0xE3E32F) is known color: Golden Fizz. HEX triplet: E3, E3 and 2F. RGB value is (227,227,47). Sum of RGB (Red+Green+Blue) = 227+227+47=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 47 (18.75% from 255 or 9.38% from 501); Max value from RGB is 227 - color contains mainly: red, green. Hex color #E3E32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3E32F is #1C1CD0. Grayscale: #CFCFCF. Windows color (decimal): -1842385 or 3138531. OLE color: 3138531.
HSL color Cylindrical-coordinate representation of color #E3E32F: hue angle of 60º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E3E32F is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 227 | 47 | - |
| CMYK | 0 | 0 | 0.79 | 0.11 |
| HSL | 60º | 0.76% | 0.54% | - |
| HSV(B) | 60º | 0.79% | 0.89% | - |
| XYZ | 59.66 | 71.47 | 13.34 | - |
| YUV | 206.48 | 38 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 227 | 47 | 0 | 0 | 0.79 | 0.11 | 60 | 0.76 | 0.54 |
| Hex | E3 | E3 | 2F | 0 | 0 | 4F | B | 3C | 4C | 36 |
| Octal | 343 | 343 | 57 | 0 | 0 | 117 | 13 | 74 | 114 | 66 |
| Binary | 11100011 | 11100011 | 101111 | 0 | 0 | 1001111 | 1011 | 111100 | 1001100 | 110110 |
Color Harmonies of #E3E32F
Complementary color
Monochromatic Colors of #E3E32F
Black with #E3E32F
Text Example
Text Example
White with #E3E32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E32F; }
p { color: rgb(227,227,47); }
H1.HeaderClassName
{
color: #E3E32F;
}
.AnyTagClassName
{
color: #E3E32F;
}
</style>
background-color css
<style>
a { background-color: #E3E32F; }
a { background-color: rgb(227,227,47); }
div.DivClassName
{
background-color: #E3E32F;
}
.BgClassName
{
background-color: #E3E32F;
}
</style>
border-color css
<style>
span { border-color: #E3E32F; }
span { border-color: rgb(227,227,47); }
td.TdClassName
{
border-color: #E3E32F;
}
.TagClassName
{
border-color: #E3E32F;
}
</style>