Shades of Golden Fizz #EAE522
Tints of Golden Fizz #EAE522
RGB
CMYK
RGB Variations
Color information
#EAE522 (or 0xEAE522) is known color: Golden Fizz. HEX triplet: EA, E5 and 22. RGB value is (234,229,34). Sum of RGB (Red+Green+Blue) = 234+229+34=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 34 (13.67% from 255 or 6.84% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE522 is #151ADD. Grayscale: #D1D1D1. Windows color (decimal): -1383134 or 2287082. OLE color: 2287082.
HSL color Cylindrical-coordinate representation of color #EAE522: hue angle of 58.5º degrees, saturation: 0.83, 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 #EAE522 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 34 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.08 |
| HSL | 58.5º | 0.83% | 0.53% | - |
| HSV(B) | 58.5º | 0.85% | 0.92% | - |
| XYZ | 62.24 | 73.65 | 12.45 | - |
| YUV | 208.27 | 29.66 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 34 | 0 | 0.02 | 0.85 | 0.08 | 58.5 | 0.83 | 0.53 |
| Hex | EA | E5 | 22 | 0 | 2 | 55 | 8 | 3A | 53 | 35 |
| Octal | 352 | 345 | 42 | 0 | 2 | 125 | 10 | 72 | 123 | 65 |
| Binary | 11101010 | 11100101 | 100010 | 0 | 10 | 1010101 | 1000 | 111010 | 1010011 | 110101 |
Color Harmonies of #EAE522
Complementary color
Monochromatic Colors of #EAE522
Black with #EAE522
Text Example
Text Example
White with #EAE522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE522; }
p { color: rgb(234,229,34); }
H1.HeaderClassName
{
color: #EAE522;
}
.AnyTagClassName
{
color: #EAE522;
}
</style>
background-color css
<style>
a { background-color: #EAE522; }
a { background-color: rgb(234,229,34); }
div.DivClassName
{
background-color: #EAE522;
}
.BgClassName
{
background-color: #EAE522;
}
</style>
border-color css
<style>
span { border-color: #EAE522; }
span { border-color: rgb(234,229,34); }
td.TdClassName
{
border-color: #EAE522;
}
.TagClassName
{
border-color: #EAE522;
}
</style>