Shades of Golden Fizz #EAE423
Tints of Golden Fizz #EAE423
RGB
CMYK
RGB Variations
Color information
#EAE423 (or 0xEAE423) is known color: Golden Fizz. HEX triplet: EA, E4 and 23. RGB value is (234,228,35). Sum of RGB (Red+Green+Blue) = 234+228+35=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 35 (14.06% from 255 or 7.04% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE423 is #151BDC. Grayscale: #D0D0D0. Windows color (decimal): -1383389 or 2352362. OLE color: 2352362.
HSL color Cylindrical-coordinate representation of color #EAE423: hue angle of 58.19º 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 #EAE423 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 35 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.08 |
| HSL | 58.19º | 0.83% | 0.53% | - |
| HSV(B) | 58.19º | 0.85% | 0.92% | - |
| XYZ | 61.98 | 73.1 | 12.43 | - |
| YUV | 207.79 | 30.49 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 35 | 0 | 0.03 | 0.85 | 0.08 | 58.19 | 0.83 | 0.53 |
| Hex | EA | E4 | 23 | 0 | 3 | 55 | 8 | 3A | 53 | 35 |
| Octal | 352 | 344 | 43 | 0 | 3 | 125 | 10 | 72 | 123 | 65 |
| Binary | 11101010 | 11100100 | 100011 | 0 | 11 | 1010101 | 1000 | 111010 | 1010011 | 110101 |
Color Harmonies of #EAE423
Complementary color
Monochromatic Colors of #EAE423
Black with #EAE423
Text Example
Text Example
White with #EAE423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE423; }
p { color: rgb(234,228,35); }
H1.HeaderClassName
{
color: #EAE423;
}
.AnyTagClassName
{
color: #EAE423;
}
</style>
background-color css
<style>
a { background-color: #EAE423; }
a { background-color: rgb(234,228,35); }
div.DivClassName
{
background-color: #EAE423;
}
.BgClassName
{
background-color: #EAE423;
}
</style>
border-color css
<style>
span { border-color: #EAE423; }
span { border-color: rgb(234,228,35); }
td.TdClassName
{
border-color: #EAE423;
}
.TagClassName
{
border-color: #EAE423;
}
</style>