Shades of Golden Fizz #E8E428
Tints of Golden Fizz #E8E428
RGB
CMYK
RGB Variations
Color information
#E8E428 (or 0xE8E428) is known color: Golden Fizz. HEX triplet: E8, E4 and 28. RGB value is (232,228,40). Sum of RGB (Red+Green+Blue) = 232+228+40=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 40 (16.02% from 255 or 8% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8E428 is #171BD7. Grayscale: #D0D0D0. Windows color (decimal): -1514456 or 2680040. OLE color: 2680040.
HSL color Cylindrical-coordinate representation of color #E8E428: hue angle of 58.75º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E8E428 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 228 | 40 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.09 |
| HSL | 58.75º | 0.81% | 0.53% | - |
| HSV(B) | 58.75º | 0.83% | 0.91% | - |
| XYZ | 61.41 | 72.8 | 12.82 | - |
| YUV | 207.76 | 33.33 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 228 | 40 | 0 | 0.02 | 0.83 | 0.09 | 58.75 | 0.81 | 0.53 |
| Hex | E8 | E4 | 28 | 0 | 2 | 53 | 9 | 3B | 51 | 35 |
| Octal | 350 | 344 | 50 | 0 | 2 | 123 | 11 | 73 | 121 | 65 |
| Binary | 11101000 | 11100100 | 101000 | 0 | 10 | 1010011 | 1001 | 111011 | 1010001 | 110101 |
Color Harmonies of #E8E428
Complementary color
Monochromatic Colors of #E8E428
Black with #E8E428
Text Example
Text Example
White with #E8E428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E428; }
p { color: rgb(232,228,40); }
H1.HeaderClassName
{
color: #E8E428;
}
.AnyTagClassName
{
color: #E8E428;
}
</style>
background-color css
<style>
a { background-color: #E8E428; }
a { background-color: rgb(232,228,40); }
div.DivClassName
{
background-color: #E8E428;
}
.BgClassName
{
background-color: #E8E428;
}
</style>
border-color css
<style>
span { border-color: #E8E428; }
span { border-color: rgb(232,228,40); }
td.TdClassName
{
border-color: #E8E428;
}
.TagClassName
{
border-color: #E8E428;
}
</style>