Shades of Golden Fizz #E5EC2B
Tints of Golden Fizz #E5EC2B
RGB
CMYK
RGB Variations
Color information
#E5EC2B (or 0xE5EC2B) is known color: Golden Fizz. HEX triplet: E5, EC and 2B. RGB value is (229,236,43). Sum of RGB (Red+Green+Blue) = 229+236+43=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 43 (17.19% from 255 or 8.46% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #E5EC2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EC2B is #1A13D4. Grayscale: #D4D4D4. Windows color (decimal): -1709013 or 2878693. OLE color: 2878693.
HSL color Cylindrical-coordinate representation of color #E5EC2B: hue angle of 62.18º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5EC2B is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 236 | 43 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.07 |
| HSL | 62.18º | 0.84% | 0.55% | - |
| HSV(B) | 62.18º | 0.82% | 0.93% | - |
| XYZ | 62.74 | 76.82 | 13.81 | - |
| YUV | 211.91 | 32.68 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 236 | 43 | 0.03 | 0 | 0.82 | 0.07 | 62.18 | 0.84 | 0.55 |
| Hex | E5 | EC | 2B | 3 | 0 | 52 | 7 | 3E | 54 | 37 |
| Octal | 345 | 354 | 53 | 3 | 0 | 122 | 7 | 76 | 124 | 67 |
| Binary | 11100101 | 11101100 | 101011 | 11 | 0 | 1010010 | 111 | 111110 | 1010100 | 110111 |
Color Harmonies of #E5EC2B
Complementary color
Monochromatic Colors of #E5EC2B
Black with #E5EC2B
Text Example
Text Example
White with #E5EC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EC2B; }
p { color: rgb(229,236,43); }
H1.HeaderClassName
{
color: #E5EC2B;
}
.AnyTagClassName
{
color: #E5EC2B;
}
</style>
background-color css
<style>
a { background-color: #E5EC2B; }
a { background-color: rgb(229,236,43); }
div.DivClassName
{
background-color: #E5EC2B;
}
.BgClassName
{
background-color: #E5EC2B;
}
</style>
border-color css
<style>
span { border-color: #E5EC2B; }
span { border-color: rgb(229,236,43); }
td.TdClassName
{
border-color: #E5EC2B;
}
.TagClassName
{
border-color: #E5EC2B;
}
</style>