Shades of Golden Fizz #E5E81F
Tints of Golden Fizz #E5E81F
RGB
CMYK
RGB Variations
Color information
#E5E81F (or 0xE5E81F) is known color: Golden Fizz. HEX triplet: E5, E8 and 1F. RGB value is (229,232,31). Sum of RGB (Red+Green+Blue) = 229+232+31=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 31 (12.5% from 255 or 6.30% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #E5E81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E81F is #1A17E0. Grayscale: #D0D0D0. Windows color (decimal): -1710049 or 2091237. OLE color: 2091237.
HSL color Cylindrical-coordinate representation of color #E5E81F: hue angle of 60.9º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5E81F is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 232 | 31 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.09 |
| HSL | 60.9º | 0.81% | 0.52% | - |
| HSV(B) | 60.9º | 0.87% | 0.91% | - |
| XYZ | 61.42 | 74.47 | 12.43 | - |
| YUV | 208.19 | 28.01 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 232 | 31 | 0.01 | 0 | 0.87 | 0.09 | 60.9 | 0.81 | 0.52 |
| Hex | E5 | E8 | 1F | 1 | 0 | 57 | 9 | 3D | 51 | 34 |
| Octal | 345 | 350 | 37 | 1 | 0 | 127 | 11 | 75 | 121 | 64 |
| Binary | 11100101 | 11101000 | 11111 | 1 | 0 | 1010111 | 1001 | 111101 | 1010001 | 110100 |
Color Harmonies of #E5E81F
Complementary color
Monochromatic Colors of #E5E81F
Black with #E5E81F
Text Example
Text Example
White with #E5E81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E81F; }
p { color: rgb(229,232,31); }
H1.HeaderClassName
{
color: #E5E81F;
}
.AnyTagClassName
{
color: #E5E81F;
}
</style>
background-color css
<style>
a { background-color: #E5E81F; }
a { background-color: rgb(229,232,31); }
div.DivClassName
{
background-color: #E5E81F;
}
.BgClassName
{
background-color: #E5E81F;
}
</style>
border-color css
<style>
span { border-color: #E5E81F; }
span { border-color: rgb(229,232,31); }
td.TdClassName
{
border-color: #E5E81F;
}
.TagClassName
{
border-color: #E5E81F;
}
</style>