Shades of Golden Fizz #E8EB2B
Tints of Golden Fizz #E8EB2B
RGB
CMYK
RGB Variations
Color information
#E8EB2B (or 0xE8EB2B) is known color: Golden Fizz. HEX triplet: E8, EB and 2B. RGB value is (232,235,43). Sum of RGB (Red+Green+Blue) = 232+235+43=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 43 (17.19% from 255 or 8.43% from 510); Max value from RGB is 235 - color contains mainly: green. Hex color #E8EB2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8EB2B is #1714D4. Grayscale: #D4D4D4. Windows color (decimal): -1512661 or 2878440. OLE color: 2878440.
HSL color Cylindrical-coordinate representation of color #E8EB2B: hue angle of 60.94º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8EB2B is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 235 | 43 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.08 |
| HSL | 60.94º | 0.83% | 0.55% | - |
| HSV(B) | 60.94º | 0.82% | 0.92% | - |
| XYZ | 63.42 | 76.75 | 13.76 | - |
| YUV | 212.22 | 32.51 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 235 | 43 | 0.01 | 0 | 0.82 | 0.08 | 60.94 | 0.83 | 0.55 |
| Hex | E8 | EB | 2B | 1 | 0 | 52 | 8 | 3D | 53 | 37 |
| Octal | 350 | 353 | 53 | 1 | 0 | 122 | 10 | 75 | 123 | 67 |
| Binary | 11101000 | 11101011 | 101011 | 1 | 0 | 1010010 | 1000 | 111101 | 1010011 | 110111 |
Color Harmonies of #E8EB2B
Complementary color
Monochromatic Colors of #E8EB2B
Black with #E8EB2B
Text Example
Text Example
White with #E8EB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EB2B; }
p { color: rgb(232,235,43); }
H1.HeaderClassName
{
color: #E8EB2B;
}
.AnyTagClassName
{
color: #E8EB2B;
}
</style>
background-color css
<style>
a { background-color: #E8EB2B; }
a { background-color: rgb(232,235,43); }
div.DivClassName
{
background-color: #E8EB2B;
}
.BgClassName
{
background-color: #E8EB2B;
}
</style>
border-color css
<style>
span { border-color: #E8EB2B; }
span { border-color: rgb(232,235,43); }
td.TdClassName
{
border-color: #E8EB2B;
}
.TagClassName
{
border-color: #E8EB2B;
}
</style>