Shades of Golden Fizz #E5E01F
Tints of Golden Fizz #E5E01F
RGB
CMYK
RGB Variations
Color information
#E5E01F (or 0xE5E01F) is known color: Golden Fizz. HEX triplet: E5, E0 and 1F. RGB value is (229,224,31). Sum of RGB (Red+Green+Blue) = 229+224+31=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 31 (12.5% from 255 or 6.40% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E01F is #1A1FE0. Grayscale: #CCCCCC. Windows color (decimal): -1712097 or 2089189. OLE color: 2089189.
HSL color Cylindrical-coordinate representation of color #E5E01F: hue angle of 58.48º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5E01F is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 31 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.10 |
| HSL | 58.48º | 0.79% | 0.51% | - |
| HSV(B) | 58.48º | 0.86% | 0.9% | - |
| XYZ | 59.22 | 70.07 | 11.7 | - |
| YUV | 203.49 | 30.66 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 31 | 0 | 0.02 | 0.86 | 0.10 | 58.48 | 0.79 | 0.51 |
| Hex | E5 | E0 | 1F | 0 | 2 | 56 | A | 3A | 4F | 33 |
| Octal | 345 | 340 | 37 | 0 | 2 | 126 | 12 | 72 | 117 | 63 |
| Binary | 11100101 | 11100000 | 11111 | 0 | 10 | 1010110 | 1010 | 111010 | 1001111 | 110011 |
Color Harmonies of #E5E01F
Complementary color
Monochromatic Colors of #E5E01F
Black with #E5E01F
Text Example
Text Example
White with #E5E01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E01F; }
p { color: rgb(229,224,31); }
H1.HeaderClassName
{
color: #E5E01F;
}
.AnyTagClassName
{
color: #E5E01F;
}
</style>
background-color css
<style>
a { background-color: #E5E01F; }
a { background-color: rgb(229,224,31); }
div.DivClassName
{
background-color: #E5E01F;
}
.BgClassName
{
background-color: #E5E01F;
}
</style>
border-color css
<style>
span { border-color: #E5E01F; }
span { border-color: rgb(229,224,31); }
td.TdClassName
{
border-color: #E5E01F;
}
.TagClassName
{
border-color: #E5E01F;
}
</style>