Shades of Golden Fizz #E4F31D
Tints of Golden Fizz #E4F31D
RGB
CMYK
RGB Variations
Color information
#E4F31D (or 0xE4F31D) is known color: Golden Fizz. HEX triplet: E4, F3 and 1D. RGB value is (228,243,29). Sum of RGB (Red+Green+Blue) = 228+243+29=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 29 (11.72% from 255 or 5.8% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #E4F31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F31D is #1B0CE2. Grayscale: #D6D6D6. Windows color (decimal): -1772771 or 1962980. OLE color: 1962980.
HSL color Cylindrical-coordinate representation of color #E4F31D: hue angle of 64.21º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E4F31D is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 243 | 29 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.05 |
| HSL | 64.21º | 0.9% | 0.53% | - |
| HSV(B) | 64.21º | 0.88% | 0.95% | - |
| XYZ | 64.27 | 80.68 | 13.35 | - |
| YUV | 214.12 | 23.53 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 243 | 29 | 0.06 | 0 | 0.88 | 0.05 | 64.21 | 0.9 | 0.53 |
| Hex | E4 | F3 | 1D | 6 | 0 | 58 | 5 | 40 | 5A | 35 |
| Octal | 344 | 363 | 35 | 6 | 0 | 130 | 5 | 100 | 132 | 65 |
| Binary | 11100100 | 11110011 | 11101 | 110 | 0 | 1011000 | 101 | 1000000 | 1011010 | 110101 |
Color Harmonies of #E4F31D
Complementary color
Monochromatic Colors of #E4F31D
Black with #E4F31D
Text Example
Text Example
White with #E4F31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F31D; }
p { color: rgb(228,243,29); }
H1.HeaderClassName
{
color: #E4F31D;
}
.AnyTagClassName
{
color: #E4F31D;
}
</style>
background-color css
<style>
a { background-color: #E4F31D; }
a { background-color: rgb(228,243,29); }
div.DivClassName
{
background-color: #E4F31D;
}
.BgClassName
{
background-color: #E4F31D;
}
</style>
border-color css
<style>
span { border-color: #E4F31D; }
span { border-color: rgb(228,243,29); }
td.TdClassName
{
border-color: #E4F31D;
}
.TagClassName
{
border-color: #E4F31D;
}
</style>