Shades of Golden Fizz #EAE533
Tints of Golden Fizz #EAE533
RGB
CMYK
RGB Variations
Color information
#EAE533 (or 0xEAE533) is known color: Golden Fizz. HEX triplet: EA, E5 and 33. RGB value is (234,229,51). Sum of RGB (Red+Green+Blue) = 234+229+51=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 51 (20.31% from 255 or 9.92% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE533 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE533 is #151ACC. Grayscale: #D2D2D2. Windows color (decimal): -1383117 or 3401194. OLE color: 3401194.
HSL color Cylindrical-coordinate representation of color #EAE533: hue angle of 58.36º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAE533 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 51 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.08 |
| HSL | 58.36º | 0.81% | 0.56% | - |
| HSV(B) | 58.36º | 0.78% | 0.92% | - |
| XYZ | 62.55 | 73.77 | 14.07 | - |
| YUV | 210.2 | 38.16 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 51 | 0 | 0.02 | 0.78 | 0.08 | 58.36 | 0.81 | 0.56 |
| Hex | EA | E5 | 33 | 0 | 2 | 4E | 8 | 3A | 51 | 38 |
| Octal | 352 | 345 | 63 | 0 | 2 | 116 | 10 | 72 | 121 | 70 |
| Binary | 11101010 | 11100101 | 110011 | 0 | 10 | 1001110 | 1000 | 111010 | 1010001 | 111000 |
Color Harmonies of #EAE533
Complementary color
Monochromatic Colors of #EAE533
Black with #EAE533
Text Example
Text Example
White with #EAE533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE533; }
p { color: rgb(234,229,51); }
H1.HeaderClassName
{
color: #EAE533;
}
.AnyTagClassName
{
color: #EAE533;
}
</style>
background-color css
<style>
a { background-color: #EAE533; }
a { background-color: rgb(234,229,51); }
div.DivClassName
{
background-color: #EAE533;
}
.BgClassName
{
background-color: #EAE533;
}
</style>
border-color css
<style>
span { border-color: #EAE533; }
span { border-color: rgb(234,229,51); }
td.TdClassName
{
border-color: #EAE533;
}
.TagClassName
{
border-color: #EAE533;
}
</style>