Shades of Golden Fizz #EAE332
Tints of Golden Fizz #EAE332
RGB
CMYK
RGB Variations
Color information
#EAE332 (or 0xEAE332) is known color: Golden Fizz. HEX triplet: EA, E3 and 32. RGB value is (234,227,50). Sum of RGB (Red+Green+Blue) = 234+227+50=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 50 (19.92% from 255 or 9.78% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE332 is #151CCD. Grayscale: #D1D1D1. Windows color (decimal): -1383630 or 3335146. OLE color: 3335146.
HSL color Cylindrical-coordinate representation of color #EAE332: hue angle of 57.72º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAE332 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 50 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.08 |
| HSL | 57.72º | 0.81% | 0.56% | - |
| HSV(B) | 57.72º | 0.79% | 0.92% | - |
| XYZ | 61.98 | 72.66 | 13.78 | - |
| YUV | 208.92 | 38.32 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 50 | 0 | 0.03 | 0.79 | 0.08 | 57.72 | 0.81 | 0.56 |
| Hex | EA | E3 | 32 | 0 | 3 | 4F | 8 | 3A | 51 | 38 |
| Octal | 352 | 343 | 62 | 0 | 3 | 117 | 10 | 72 | 121 | 70 |
| Binary | 11101010 | 11100011 | 110010 | 0 | 11 | 1001111 | 1000 | 111010 | 1010001 | 111000 |
Color Harmonies of #EAE332
Complementary color
Monochromatic Colors of #EAE332
Black with #EAE332
Text Example
Text Example
White with #EAE332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE332; }
p { color: rgb(234,227,50); }
H1.HeaderClassName
{
color: #EAE332;
}
.AnyTagClassName
{
color: #EAE332;
}
</style>
background-color css
<style>
a { background-color: #EAE332; }
a { background-color: rgb(234,227,50); }
div.DivClassName
{
background-color: #EAE332;
}
.BgClassName
{
background-color: #EAE332;
}
</style>
border-color css
<style>
span { border-color: #EAE332; }
span { border-color: rgb(234,227,50); }
td.TdClassName
{
border-color: #EAE332;
}
.TagClassName
{
border-color: #EAE332;
}
</style>