Shades of Golden Fizz #E5E62B
Tints of Golden Fizz #E5E62B
RGB
CMYK
RGB Variations
Color information
#E5E62B (or 0xE5E62B) is known color: Golden Fizz. HEX triplet: E5, E6 and 2B. RGB value is (229,230,43). Sum of RGB (Red+Green+Blue) = 229+230+43=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 43 (17.19% from 255 or 8.57% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E62B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E62B is #1A19D4. Grayscale: #D1D1D1. Windows color (decimal): -1710549 or 2877157. OLE color: 2877157.
HSL color Cylindrical-coordinate representation of color #E5E62B: hue angle of 60.32º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5E62B is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 230 | 43 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.10 |
| HSL | 60.32º | 0.79% | 0.54% | - |
| HSV(B) | 60.32º | 0.81% | 0.9% | - |
| XYZ | 61.05 | 73.43 | 13.24 | - |
| YUV | 208.38 | 34.67 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 230 | 43 | 0.00 | 0 | 0.81 | 0.10 | 60.32 | 0.79 | 0.54 |
| Hex | E5 | E6 | 2B | 0 | 0 | 51 | A | 3C | 4F | 36 |
| Octal | 345 | 346 | 53 | 0 | 0 | 121 | 12 | 74 | 117 | 66 |
| Binary | 11100101 | 11100110 | 101011 | 0 | 0 | 1010001 | 1010 | 111100 | 1001111 | 110110 |
Color Harmonies of #E5E62B
Complementary color
Monochromatic Colors of #E5E62B
Black with #E5E62B
Text Example
Text Example
White with #E5E62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E62B; }
p { color: rgb(229,230,43); }
H1.HeaderClassName
{
color: #E5E62B;
}
.AnyTagClassName
{
color: #E5E62B;
}
</style>
background-color css
<style>
a { background-color: #E5E62B; }
a { background-color: rgb(229,230,43); }
div.DivClassName
{
background-color: #E5E62B;
}
.BgClassName
{
background-color: #E5E62B;
}
</style>
border-color css
<style>
span { border-color: #E5E62B; }
span { border-color: rgb(229,230,43); }
td.TdClassName
{
border-color: #E5E62B;
}
.TagClassName
{
border-color: #E5E62B;
}
</style>