Shades of Golden Fizz #EAE328
Tints of Golden Fizz #EAE328
RGB
CMYK
RGB Variations
Color information
#EAE328 (or 0xEAE328) is known color: Golden Fizz. HEX triplet: EA, E3 and 28. RGB value is (234,227,40). Sum of RGB (Red+Green+Blue) = 234+227+40=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 40 (16.02% from 255 or 7.98% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE328 is #151CD7. Grayscale: #D0D0D0. Windows color (decimal): -1383640 or 2679786. OLE color: 2679786.
HSL color Cylindrical-coordinate representation of color #EAE328: hue angle of 57.84º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAE328 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 40 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.08 |
| HSL | 57.84º | 0.82% | 0.54% | - |
| HSV(B) | 57.84º | 0.83% | 0.92% | - |
| XYZ | 61.78 | 72.58 | 12.76 | - |
| YUV | 207.78 | 33.32 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 40 | 0 | 0.03 | 0.83 | 0.08 | 57.84 | 0.82 | 0.54 |
| Hex | EA | E3 | 28 | 0 | 3 | 53 | 8 | 3A | 52 | 36 |
| Octal | 352 | 343 | 50 | 0 | 3 | 123 | 10 | 72 | 122 | 66 |
| Binary | 11101010 | 11100011 | 101000 | 0 | 11 | 1010011 | 1000 | 111010 | 1010010 | 110110 |
Color Harmonies of #EAE328
Complementary color
Monochromatic Colors of #EAE328
Black with #EAE328
Text Example
Text Example
White with #EAE328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE328; }
p { color: rgb(234,227,40); }
H1.HeaderClassName
{
color: #EAE328;
}
.AnyTagClassName
{
color: #EAE328;
}
</style>
background-color css
<style>
a { background-color: #EAE328; }
a { background-color: rgb(234,227,40); }
div.DivClassName
{
background-color: #EAE328;
}
.BgClassName
{
background-color: #EAE328;
}
</style>
border-color css
<style>
span { border-color: #EAE328; }
span { border-color: rgb(234,227,40); }
td.TdClassName
{
border-color: #EAE328;
}
.TagClassName
{
border-color: #EAE328;
}
</style>