Shades of Golden Fizz #EAE531
Tints of Golden Fizz #EAE531
RGB
CMYK
RGB Variations
Color information
#EAE531 (or 0xEAE531) is known color: Golden Fizz. HEX triplet: EA, E5 and 31. RGB value is (234,229,49). Sum of RGB (Red+Green+Blue) = 234+229+49=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 49 (19.53% from 255 or 9.57% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE531 is #151ACE. Grayscale: #D2D2D2. Windows color (decimal): -1383119 or 3270122. OLE color: 3270122.
HSL color Cylindrical-coordinate representation of color #EAE531: hue angle of 58.38º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAE531 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 49 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.08 |
| HSL | 58.38º | 0.81% | 0.55% | - |
| HSV(B) | 58.38º | 0.79% | 0.92% | - |
| XYZ | 62.51 | 73.75 | 13.85 | - |
| YUV | 209.98 | 37.16 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 49 | 0 | 0.02 | 0.79 | 0.08 | 58.38 | 0.81 | 0.55 |
| Hex | EA | E5 | 31 | 0 | 2 | 4F | 8 | 3A | 51 | 37 |
| Octal | 352 | 345 | 61 | 0 | 2 | 117 | 10 | 72 | 121 | 67 |
| Binary | 11101010 | 11100101 | 110001 | 0 | 10 | 1001111 | 1000 | 111010 | 1010001 | 110111 |
Color Harmonies of #EAE531
Complementary color
Monochromatic Colors of #EAE531
Black with #EAE531
Text Example
Text Example
White with #EAE531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE531; }
p { color: rgb(234,229,49); }
H1.HeaderClassName
{
color: #EAE531;
}
.AnyTagClassName
{
color: #EAE531;
}
</style>
background-color css
<style>
a { background-color: #EAE531; }
a { background-color: rgb(234,229,49); }
div.DivClassName
{
background-color: #EAE531;
}
.BgClassName
{
background-color: #EAE531;
}
</style>
border-color css
<style>
span { border-color: #EAE531; }
span { border-color: rgb(234,229,49); }
td.TdClassName
{
border-color: #EAE531;
}
.TagClassName
{
border-color: #EAE531;
}
</style>