Shades of Golden Fizz #E5E21F
Tints of Golden Fizz #E5E21F
RGB
CMYK
RGB Variations
Color information
#E5E21F (or 0xE5E21F) is known color: Golden Fizz. HEX triplet: E5, E2 and 1F. RGB value is (229,226,31). Sum of RGB (Red+Green+Blue) = 229+226+31=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 31 (12.5% from 255 or 6.38% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E21F is #1A1DE0. Grayscale: #CDCDCD. Windows color (decimal): -1711585 or 2089701. OLE color: 2089701.
HSL color Cylindrical-coordinate representation of color #E5E21F: hue angle of 59.09º 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 #E5E21F is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 31 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.10 |
| HSL | 59.09º | 0.79% | 0.51% | - |
| HSV(B) | 59.09º | 0.86% | 0.9% | - |
| XYZ | 59.76 | 71.15 | 11.88 | - |
| YUV | 204.67 | 29.99 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 31 | 0 | 0.01 | 0.86 | 0.10 | 59.09 | 0.79 | 0.51 |
| Hex | E5 | E2 | 1F | 0 | 1 | 56 | A | 3B | 4F | 33 |
| Octal | 345 | 342 | 37 | 0 | 1 | 126 | 12 | 73 | 117 | 63 |
| Binary | 11100101 | 11100010 | 11111 | 0 | 1 | 1010110 | 1010 | 111011 | 1001111 | 110011 |
Color Harmonies of #E5E21F
Complementary color
Monochromatic Colors of #E5E21F
Black with #E5E21F
Text Example
Text Example
White with #E5E21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E21F; }
p { color: rgb(229,226,31); }
H1.HeaderClassName
{
color: #E5E21F;
}
.AnyTagClassName
{
color: #E5E21F;
}
</style>
background-color css
<style>
a { background-color: #E5E21F; }
a { background-color: rgb(229,226,31); }
div.DivClassName
{
background-color: #E5E21F;
}
.BgClassName
{
background-color: #E5E21F;
}
</style>
border-color css
<style>
span { border-color: #E5E21F; }
span { border-color: rgb(229,226,31); }
td.TdClassName
{
border-color: #E5E21F;
}
.TagClassName
{
border-color: #E5E21F;
}
</style>