Shades of Golden Fizz #E4EA2D
Tints of Golden Fizz #E4EA2D
RGB
CMYK
RGB Variations
Color information
#E4EA2D (or 0xE4EA2D) is known color: Golden Fizz. HEX triplet: E4, EA and 2D. RGB value is (228,234,45). Sum of RGB (Red+Green+Blue) = 228+234+45=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #E4EA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4EA2D is #1B15D2. Grayscale: #D3D3D3. Windows color (decimal): -1775059 or 3009252. OLE color: 3009252.
HSL color Cylindrical-coordinate representation of color #E4EA2D: hue angle of 61.9º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E4EA2D is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 234 | 45 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.08 |
| HSL | 61.9º | 0.82% | 0.55% | - |
| HSV(B) | 61.9º | 0.81% | 0.92% | - |
| XYZ | 61.89 | 75.53 | 13.8 | - |
| YUV | 210.66 | 34.51 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 234 | 45 | 0.03 | 0 | 0.81 | 0.08 | 61.9 | 0.82 | 0.55 |
| Hex | E4 | EA | 2D | 3 | 0 | 51 | 8 | 3E | 52 | 37 |
| Octal | 344 | 352 | 55 | 3 | 0 | 121 | 10 | 76 | 122 | 67 |
| Binary | 11100100 | 11101010 | 101101 | 11 | 0 | 1010001 | 1000 | 111110 | 1010010 | 110111 |
Color Harmonies of #E4EA2D
Complementary color
Monochromatic Colors of #E4EA2D
Black with #E4EA2D
Text Example
Text Example
White with #E4EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EA2D; }
p { color: rgb(228,234,45); }
H1.HeaderClassName
{
color: #E4EA2D;
}
.AnyTagClassName
{
color: #E4EA2D;
}
</style>
background-color css
<style>
a { background-color: #E4EA2D; }
a { background-color: rgb(228,234,45); }
div.DivClassName
{
background-color: #E4EA2D;
}
.BgClassName
{
background-color: #E4EA2D;
}
</style>
border-color css
<style>
span { border-color: #E4EA2D; }
span { border-color: rgb(228,234,45); }
td.TdClassName
{
border-color: #E4EA2D;
}
.TagClassName
{
border-color: #E4EA2D;
}
</style>