Shades of Golden Fizz #EAE323
Tints of Golden Fizz #EAE323
RGB
CMYK
RGB Variations
Color information
#EAE323 (or 0xEAE323) is known color: Golden Fizz. HEX triplet: EA, E3 and 23. RGB value is (234,227,35). Sum of RGB (Red+Green+Blue) = 234+227+35=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 35 (14.06% from 255 or 7.06% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE323 is #151CDC. Grayscale: #CFCFCF. Windows color (decimal): -1383645 or 2352106. OLE color: 2352106.
HSL color Cylindrical-coordinate representation of color #EAE323: hue angle of 57.89º 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 #EAE323 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 35 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.08 |
| HSL | 57.89º | 0.83% | 0.53% | - |
| HSV(B) | 57.89º | 0.85% | 0.92% | - |
| XYZ | 61.7 | 72.55 | 12.34 | - |
| YUV | 207.21 | 30.82 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 35 | 0 | 0.03 | 0.85 | 0.08 | 57.89 | 0.83 | 0.53 |
| Hex | EA | E3 | 23 | 0 | 3 | 55 | 8 | 3A | 53 | 35 |
| Octal | 352 | 343 | 43 | 0 | 3 | 125 | 10 | 72 | 123 | 65 |
| Binary | 11101010 | 11100011 | 100011 | 0 | 11 | 1010101 | 1000 | 111010 | 1010011 | 110101 |
Color Harmonies of #EAE323
Complementary color
Monochromatic Colors of #EAE323
Black with #EAE323
Text Example
Text Example
White with #EAE323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE323; }
p { color: rgb(234,227,35); }
H1.HeaderClassName
{
color: #EAE323;
}
.AnyTagClassName
{
color: #EAE323;
}
</style>
background-color css
<style>
a { background-color: #EAE323; }
a { background-color: rgb(234,227,35); }
div.DivClassName
{
background-color: #EAE323;
}
.BgClassName
{
background-color: #EAE323;
}
</style>
border-color css
<style>
span { border-color: #EAE323; }
span { border-color: rgb(234,227,35); }
td.TdClassName
{
border-color: #EAE323;
}
.TagClassName
{
border-color: #EAE323;
}
</style>