Shades of Golden Fizz #EAE123
Tints of Golden Fizz #EAE123
RGB
CMYK
RGB Variations
Color information
#EAE123 (or 0xEAE123) is known color: Golden Fizz. HEX triplet: EA, E1 and 23. RGB value is (234,225,35). Sum of RGB (Red+Green+Blue) = 234+225+35=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 35 (14.06% from 255 or 7.09% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE123 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE123 is #151EDC. Grayscale: #CECECE. Windows color (decimal): -1384157 or 2351594. OLE color: 2351594.
HSL color Cylindrical-coordinate representation of color #EAE123: hue angle of 57.29º 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 #EAE123 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 35 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.08 |
| HSL | 57.29º | 0.83% | 0.53% | - |
| HSV(B) | 57.29º | 0.85% | 0.92% | - |
| XYZ | 61.16 | 71.46 | 12.16 | - |
| YUV | 206.03 | 31.48 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 35 | 0 | 0.04 | 0.85 | 0.08 | 57.29 | 0.83 | 0.53 |
| Hex | EA | E1 | 23 | 0 | 4 | 55 | 8 | 39 | 53 | 35 |
| Octal | 352 | 341 | 43 | 0 | 4 | 125 | 10 | 71 | 123 | 65 |
| Binary | 11101010 | 11100001 | 100011 | 0 | 100 | 1010101 | 1000 | 111001 | 1010011 | 110101 |
Color Harmonies of #EAE123
Complementary color
Monochromatic Colors of #EAE123
Black with #EAE123
Text Example
Text Example
White with #EAE123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE123; }
p { color: rgb(234,225,35); }
H1.HeaderClassName
{
color: #EAE123;
}
.AnyTagClassName
{
color: #EAE123;
}
</style>
background-color css
<style>
a { background-color: #EAE123; }
a { background-color: rgb(234,225,35); }
div.DivClassName
{
background-color: #EAE123;
}
.BgClassName
{
background-color: #EAE123;
}
</style>
border-color css
<style>
span { border-color: #EAE123; }
span { border-color: rgb(234,225,35); }
td.TdClassName
{
border-color: #EAE123;
}
.TagClassName
{
border-color: #EAE123;
}
</style>