Shades of Golden Fizz #EAE521
Tints of Golden Fizz #EAE521
RGB
CMYK
RGB Variations
Color information
#EAE521 (or 0xEAE521) is known color: Golden Fizz. HEX triplet: EA, E5 and 21. RGB value is (234,229,33). Sum of RGB (Red+Green+Blue) = 234+229+33=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 33 (13.28% from 255 or 6.65% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE521 is #151ADE. Grayscale: #D0D0D0. Windows color (decimal): -1383135 or 2221546. OLE color: 2221546.
HSL color Cylindrical-coordinate representation of color #EAE521: hue angle of 58.51º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAE521 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 33 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.08 |
| HSL | 58.51º | 0.83% | 0.52% | - |
| HSV(B) | 58.51º | 0.86% | 0.92% | - |
| XYZ | 62.23 | 73.64 | 12.37 | - |
| YUV | 208.15 | 29.16 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 33 | 0 | 0.02 | 0.86 | 0.08 | 58.51 | 0.83 | 0.52 |
| Hex | EA | E5 | 21 | 0 | 2 | 56 | 8 | 3B | 53 | 34 |
| Octal | 352 | 345 | 41 | 0 | 2 | 126 | 10 | 73 | 123 | 64 |
| Binary | 11101010 | 11100101 | 100001 | 0 | 10 | 1010110 | 1000 | 111011 | 1010011 | 110100 |
Color Harmonies of #EAE521
Complementary color
Monochromatic Colors of #EAE521
Black with #EAE521
Text Example
Text Example
White with #EAE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE521; }
p { color: rgb(234,229,33); }
H1.HeaderClassName
{
color: #EAE521;
}
.AnyTagClassName
{
color: #EAE521;
}
</style>
background-color css
<style>
a { background-color: #EAE521; }
a { background-color: rgb(234,229,33); }
div.DivClassName
{
background-color: #EAE521;
}
.BgClassName
{
background-color: #EAE521;
}
</style>
border-color css
<style>
span { border-color: #EAE521; }
span { border-color: rgb(234,229,33); }
td.TdClassName
{
border-color: #EAE521;
}
.TagClassName
{
border-color: #EAE521;
}
</style>