Shades of Golden Fizz #E5E130
Tints of Golden Fizz #E5E130
RGB
CMYK
RGB Variations
Color information
#E5E130 (or 0xE5E130) is known color: Golden Fizz. HEX triplet: E5, E1 and 30. RGB value is (229,225,48). Sum of RGB (Red+Green+Blue) = 229+225+48=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E130 is #1A1ECF. Grayscale: #CECECE. Windows color (decimal): -1711824 or 3203557. OLE color: 3203557.
HSL color Cylindrical-coordinate representation of color #E5E130: hue angle of 58.67º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5E130 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 48 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.10 |
| HSL | 58.67º | 0.78% | 0.54% | - |
| HSV(B) | 58.67º | 0.79% | 0.9% | - |
| XYZ | 59.77 | 70.72 | 13.3 | - |
| YUV | 206.02 | 38.83 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 48 | 0 | 0.02 | 0.79 | 0.10 | 58.67 | 0.78 | 0.54 |
| Hex | E5 | E1 | 30 | 0 | 2 | 4F | A | 3B | 4E | 36 |
| Octal | 345 | 341 | 60 | 0 | 2 | 117 | 12 | 73 | 116 | 66 |
| Binary | 11100101 | 11100001 | 110000 | 0 | 10 | 1001111 | 1010 | 111011 | 1001110 | 110110 |
Color Harmonies of #E5E130
Complementary color
Monochromatic Colors of #E5E130
Black with #E5E130
Text Example
Text Example
White with #E5E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E130; }
p { color: rgb(229,225,48); }
H1.HeaderClassName
{
color: #E5E130;
}
.AnyTagClassName
{
color: #E5E130;
}
</style>
background-color css
<style>
a { background-color: #E5E130; }
a { background-color: rgb(229,225,48); }
div.DivClassName
{
background-color: #E5E130;
}
.BgClassName
{
background-color: #E5E130;
}
</style>
border-color css
<style>
span { border-color: #E5E130; }
span { border-color: rgb(229,225,48); }
td.TdClassName
{
border-color: #E5E130;
}
.TagClassName
{
border-color: #E5E130;
}
</style>