Shades of Golden Fizz #E5EA2F
Tints of Golden Fizz #E5EA2F
RGB
CMYK
RGB Variations
Color information
#E5EA2F (or 0xE5EA2F) is known color: Golden Fizz. HEX triplet: E5, EA and 2F. RGB value is (229,234,47). Sum of RGB (Red+Green+Blue) = 229+234+47=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 47 (18.75% from 255 or 9.22% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EA2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EA2F is #1A15D0. Grayscale: #D3D3D3. Windows color (decimal): -1709521 or 3140325. OLE color: 3140325.
HSL color Cylindrical-coordinate representation of color #E5EA2F: hue angle of 61.6º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5EA2F is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 234 | 47 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.08 |
| HSL | 61.6º | 0.82% | 0.55% | - |
| HSV(B) | 61.6º | 0.8% | 0.92% | - |
| XYZ | 62.25 | 75.71 | 14.02 | - |
| YUV | 211.19 | 35.34 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 234 | 47 | 0.02 | 0 | 0.80 | 0.08 | 61.6 | 0.82 | 0.55 |
| Hex | E5 | EA | 2F | 2 | 0 | 50 | 8 | 3E | 52 | 37 |
| Octal | 345 | 352 | 57 | 2 | 0 | 120 | 10 | 76 | 122 | 67 |
| Binary | 11100101 | 11101010 | 101111 | 10 | 0 | 1010000 | 1000 | 111110 | 1010010 | 110111 |
Color Harmonies of #E5EA2F
Complementary color
Monochromatic Colors of #E5EA2F
Black with #E5EA2F
Text Example
Text Example
White with #E5EA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EA2F; }
p { color: rgb(229,234,47); }
H1.HeaderClassName
{
color: #E5EA2F;
}
.AnyTagClassName
{
color: #E5EA2F;
}
</style>
background-color css
<style>
a { background-color: #E5EA2F; }
a { background-color: rgb(229,234,47); }
div.DivClassName
{
background-color: #E5EA2F;
}
.BgClassName
{
background-color: #E5EA2F;
}
</style>
border-color css
<style>
span { border-color: #E5EA2F; }
span { border-color: rgb(229,234,47); }
td.TdClassName
{
border-color: #E5EA2F;
}
.TagClassName
{
border-color: #E5EA2F;
}
</style>