Shades of Golden Fizz #EAE925
Tints of Golden Fizz #EAE925
RGB
CMYK
RGB Variations
Color information
#EAE925 (or 0xEAE925) is known color: Golden Fizz. HEX triplet: EA, E9 and 25. RGB value is (234,233,37). Sum of RGB (Red+Green+Blue) = 234+233+37=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 37 (14.84% from 255 or 7.34% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE925 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE925 is #1516DA. Grayscale: #D3D3D3. Windows color (decimal): -1382107 or 2484714. OLE color: 2484714.
HSL color Cylindrical-coordinate representation of color #EAE925: hue angle of 59.7º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EAE925 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 37 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.08 |
| HSL | 59.7º | 0.82% | 0.53% | - |
| HSV(B) | 59.7º | 0.84% | 0.92% | - |
| XYZ | 63.4 | 75.9 | 13.06 | - |
| YUV | 210.96 | 29.83 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 37 | 0 | 0.00 | 0.84 | 0.08 | 59.7 | 0.82 | 0.53 |
| Hex | EA | E9 | 25 | 0 | 0 | 54 | 8 | 3C | 52 | 35 |
| Octal | 352 | 351 | 45 | 0 | 0 | 124 | 10 | 74 | 122 | 65 |
| Binary | 11101010 | 11101001 | 100101 | 0 | 0 | 1010100 | 1000 | 111100 | 1010010 | 110101 |
Color Harmonies of #EAE925
Complementary color
Monochromatic Colors of #EAE925
Black with #EAE925
Text Example
Text Example
White with #EAE925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE925; }
p { color: rgb(234,233,37); }
H1.HeaderClassName
{
color: #EAE925;
}
.AnyTagClassName
{
color: #EAE925;
}
</style>
background-color css
<style>
a { background-color: #EAE925; }
a { background-color: rgb(234,233,37); }
div.DivClassName
{
background-color: #EAE925;
}
.BgClassName
{
background-color: #EAE925;
}
</style>
border-color css
<style>
span { border-color: #EAE925; }
span { border-color: rgb(234,233,37); }
td.TdClassName
{
border-color: #EAE925;
}
.TagClassName
{
border-color: #EAE925;
}
</style>