Shades of Golden Fizz #EAE524
Tints of Golden Fizz #EAE524
RGB
CMYK
RGB Variations
Color information
#EAE524 (or 0xEAE524) is known color: Golden Fizz. HEX triplet: EA, E5 and 24. RGB value is (234,229,36). Sum of RGB (Red+Green+Blue) = 234+229+36=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 36 (14.45% from 255 or 7.21% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE524 is #151ADB. Grayscale: #D1D1D1. Windows color (decimal): -1383132 or 2418154. OLE color: 2418154.
HSL color Cylindrical-coordinate representation of color #EAE524: hue angle of 58.48º 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 #EAE524 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 36 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.08 |
| HSL | 58.48º | 0.83% | 0.53% | - |
| HSV(B) | 58.48º | 0.85% | 0.92% | - |
| XYZ | 62.27 | 73.66 | 12.6 | - |
| YUV | 208.49 | 30.66 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 36 | 0 | 0.02 | 0.85 | 0.08 | 58.48 | 0.83 | 0.53 |
| Hex | EA | E5 | 24 | 0 | 2 | 55 | 8 | 3A | 52 | 35 |
| Octal | 352 | 345 | 44 | 0 | 2 | 125 | 10 | 72 | 122 | 65 |
| Binary | 11101010 | 11100101 | 100100 | 0 | 10 | 1010101 | 1000 | 111010 | 1010010 | 110101 |
Color Harmonies of #EAE524
Complementary color
Monochromatic Colors of #EAE524
Black with #EAE524
Text Example
Text Example
White with #EAE524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE524; }
p { color: rgb(234,229,36); }
H1.HeaderClassName
{
color: #EAE524;
}
.AnyTagClassName
{
color: #EAE524;
}
</style>
background-color css
<style>
a { background-color: #EAE524; }
a { background-color: rgb(234,229,36); }
div.DivClassName
{
background-color: #EAE524;
}
.BgClassName
{
background-color: #EAE524;
}
</style>
border-color css
<style>
span { border-color: #EAE524; }
span { border-color: rgb(234,229,36); }
td.TdClassName
{
border-color: #EAE524;
}
.TagClassName
{
border-color: #EAE524;
}
</style>