Shades of Golden Fizz #EAE424
Tints of Golden Fizz #EAE424
RGB
CMYK
RGB Variations
Color information
#EAE424 (or 0xEAE424) is known color: Golden Fizz. HEX triplet: EA, E4 and 24. RGB value is (234,228,36). Sum of RGB (Red+Green+Blue) = 234+228+36=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 36 (14.45% from 255 or 7.23% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE424 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE424 is #151BDB. Grayscale: #D0D0D0. Windows color (decimal): -1383388 or 2417898. OLE color: 2417898.
HSL color Cylindrical-coordinate representation of color #EAE424: hue angle of 58.18º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAE424 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 36 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.08 |
| HSL | 58.18º | 0.83% | 0.53% | - |
| HSV(B) | 58.18º | 0.85% | 0.92% | - |
| XYZ | 61.99 | 73.11 | 12.51 | - |
| YUV | 207.91 | 30.99 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 36 | 0 | 0.03 | 0.85 | 0.08 | 58.18 | 0.83 | 0.53 |
| Hex | EA | E4 | 24 | 0 | 3 | 55 | 8 | 3A | 52 | 35 |
| Octal | 352 | 344 | 44 | 0 | 3 | 125 | 10 | 72 | 122 | 65 |
| Binary | 11101010 | 11100100 | 100100 | 0 | 11 | 1010101 | 1000 | 111010 | 1010010 | 110101 |
Color Harmonies of #EAE424
Complementary color
Monochromatic Colors of #EAE424
Black with #EAE424
Text Example
Text Example
White with #EAE424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE424; }
p { color: rgb(234,228,36); }
H1.HeaderClassName
{
color: #EAE424;
}
.AnyTagClassName
{
color: #EAE424;
}
</style>
background-color css
<style>
a { background-color: #EAE424; }
a { background-color: rgb(234,228,36); }
div.DivClassName
{
background-color: #EAE424;
}
.BgClassName
{
background-color: #EAE424;
}
</style>
border-color css
<style>
span { border-color: #EAE424; }
span { border-color: rgb(234,228,36); }
td.TdClassName
{
border-color: #EAE424;
}
.TagClassName
{
border-color: #EAE424;
}
</style>