Shades of Golden Fizz #E8EB25
Tints of Golden Fizz #E8EB25
RGB
CMYK
RGB Variations
Color information
#E8EB25 (or 0xE8EB25) is known color: Golden Fizz. HEX triplet: E8, EB and 25. RGB value is (232,235,37). Sum of RGB (Red+Green+Blue) = 232+235+37=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 37 (14.84% from 255 or 7.34% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #E8EB25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8EB25 is #1714DA. Grayscale: #D4D4D4. Windows color (decimal): -1512667 or 2485224. OLE color: 2485224.
HSL color Cylindrical-coordinate representation of color #E8EB25: hue angle of 60.91º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8EB25 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 235 | 37 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.08 |
| HSL | 60.91º | 0.83% | 0.53% | - |
| HSV(B) | 60.91º | 0.84% | 0.92% | - |
| XYZ | 63.32 | 76.71 | 13.22 | - |
| YUV | 211.53 | 29.51 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 235 | 37 | 0.01 | 0 | 0.84 | 0.08 | 60.91 | 0.83 | 0.53 |
| Hex | E8 | EB | 25 | 1 | 0 | 54 | 8 | 3D | 53 | 35 |
| Octal | 350 | 353 | 45 | 1 | 0 | 124 | 10 | 75 | 123 | 65 |
| Binary | 11101000 | 11101011 | 100101 | 1 | 0 | 1010100 | 1000 | 111101 | 1010011 | 110101 |
Color Harmonies of #E8EB25
Complementary color
Monochromatic Colors of #E8EB25
Black with #E8EB25
Text Example
Text Example
White with #E8EB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EB25; }
p { color: rgb(232,235,37); }
H1.HeaderClassName
{
color: #E8EB25;
}
.AnyTagClassName
{
color: #E8EB25;
}
</style>
background-color css
<style>
a { background-color: #E8EB25; }
a { background-color: rgb(232,235,37); }
div.DivClassName
{
background-color: #E8EB25;
}
.BgClassName
{
background-color: #E8EB25;
}
</style>
border-color css
<style>
span { border-color: #E8EB25; }
span { border-color: rgb(232,235,37); }
td.TdClassName
{
border-color: #E8EB25;
}
.TagClassName
{
border-color: #E8EB25;
}
</style>