Shades of Golden Fizz #E8E130
Tints of Golden Fizz #E8E130
RGB
CMYK
RGB Variations
Color information
#E8E130 (or 0xE8E130) is known color: Golden Fizz. HEX triplet: E8, E1 and 30. RGB value is (232,225,48). Sum of RGB (Red+Green+Blue) = 232+225+48=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 48 (19.14% from 255 or 9.50% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8E130 is #171ECF. Grayscale: #CFCFCF. Windows color (decimal): -1515216 or 3203560. OLE color: 3203560.
HSL color Cylindrical-coordinate representation of color #E8E130: hue angle of 57.72º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E8E130 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 225 | 48 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.09 |
| HSL | 57.72º | 0.8% | 0.55% | - |
| HSV(B) | 57.72º | 0.79% | 0.91% | - |
| XYZ | 60.74 | 71.22 | 13.34 | - |
| YUV | 206.92 | 38.32 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 48 | 0 | 0.03 | 0.79 | 0.09 | 57.72 | 0.8 | 0.55 |
| Hex | E8 | E1 | 30 | 0 | 3 | 4F | 9 | 3A | 50 | 37 |
| Octal | 350 | 341 | 60 | 0 | 3 | 117 | 11 | 72 | 120 | 67 |
| Binary | 11101000 | 11100001 | 110000 | 0 | 11 | 1001111 | 1001 | 111010 | 1010000 | 110111 |
Color Harmonies of #E8E130
Complementary color
Monochromatic Colors of #E8E130
Black with #E8E130
Text Example
Text Example
White with #E8E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E130; }
p { color: rgb(232,225,48); }
H1.HeaderClassName
{
color: #E8E130;
}
.AnyTagClassName
{
color: #E8E130;
}
</style>
background-color css
<style>
a { background-color: #E8E130; }
a { background-color: rgb(232,225,48); }
div.DivClassName
{
background-color: #E8E130;
}
.BgClassName
{
background-color: #E8E130;
}
</style>
border-color css
<style>
span { border-color: #E8E130; }
span { border-color: rgb(232,225,48); }
td.TdClassName
{
border-color: #E8E130;
}
.TagClassName
{
border-color: #E8E130;
}
</style>