Shades of Golden Fizz #E5EF2B
Tints of Golden Fizz #E5EF2B
RGB
CMYK
RGB Variations
Color information
#E5EF2B (or 0xE5EF2B) is known color: Golden Fizz. HEX triplet: E5, EF and 2B. RGB value is (229,239,43). Sum of RGB (Red+Green+Blue) = 229+239+43=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 43 (17.19% from 255 or 8.41% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EF2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EF2B is #1A10D4. Grayscale: #D6D6D6. Windows color (decimal): -1708245 or 2879461. OLE color: 2879461.
HSL color Cylindrical-coordinate representation of color #E5EF2B: hue angle of 63.06º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5EF2B is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 239 | 43 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.06 |
| HSL | 63.06º | 0.86% | 0.55% | - |
| HSV(B) | 63.06º | 0.82% | 0.94% | - |
| XYZ | 63.62 | 78.57 | 14.1 | - |
| YUV | 213.67 | 31.69 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 43 | 0.04 | 0 | 0.82 | 0.06 | 63.06 | 0.86 | 0.55 |
| Hex | E5 | EF | 2B | 4 | 0 | 52 | 6 | 3F | 56 | 37 |
| Octal | 345 | 357 | 53 | 4 | 0 | 122 | 6 | 77 | 126 | 67 |
| Binary | 11100101 | 11101111 | 101011 | 100 | 0 | 1010010 | 110 | 111111 | 1010110 | 110111 |
Color Harmonies of #E5EF2B
Complementary color
Monochromatic Colors of #E5EF2B
Black with #E5EF2B
Text Example
Text Example
White with #E5EF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EF2B; }
p { color: rgb(229,239,43); }
H1.HeaderClassName
{
color: #E5EF2B;
}
.AnyTagClassName
{
color: #E5EF2B;
}
</style>
background-color css
<style>
a { background-color: #E5EF2B; }
a { background-color: rgb(229,239,43); }
div.DivClassName
{
background-color: #E5EF2B;
}
.BgClassName
{
background-color: #E5EF2B;
}
</style>
border-color css
<style>
span { border-color: #E5EF2B; }
span { border-color: rgb(229,239,43); }
td.TdClassName
{
border-color: #E5EF2B;
}
.TagClassName
{
border-color: #E5EF2B;
}
</style>