Shades of Golden Fizz #EAE32E
Tints of Golden Fizz #EAE32E
RGB
CMYK
RGB Variations
Color information
#EAE32E (or 0xEAE32E) is known color: Golden Fizz. HEX triplet: EA, E3 and 2E. RGB value is (234,227,46). Sum of RGB (Red+Green+Blue) = 234+227+46=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 46 (18.36% from 255 or 9.07% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE32E is #151CD1. Grayscale: #D1D1D1. Windows color (decimal): -1383634 or 3073002. OLE color: 3073002.
HSL color Cylindrical-coordinate representation of color #EAE32E: hue angle of 57.77º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAE32E is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 46 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.08 |
| HSL | 57.77º | 0.82% | 0.55% | - |
| HSV(B) | 57.77º | 0.8% | 0.92% | - |
| XYZ | 61.89 | 72.63 | 13.34 | - |
| YUV | 208.46 | 36.32 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 46 | 0 | 0.03 | 0.80 | 0.08 | 57.77 | 0.82 | 0.55 |
| Hex | EA | E3 | 2E | 0 | 3 | 50 | 8 | 3A | 52 | 37 |
| Octal | 352 | 343 | 56 | 0 | 3 | 120 | 10 | 72 | 122 | 67 |
| Binary | 11101010 | 11100011 | 101110 | 0 | 11 | 1010000 | 1000 | 111010 | 1010010 | 110111 |
Color Harmonies of #EAE32E
Complementary color
Monochromatic Colors of #EAE32E
Black with #EAE32E
Text Example
Text Example
White with #EAE32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE32E; }
p { color: rgb(234,227,46); }
H1.HeaderClassName
{
color: #EAE32E;
}
.AnyTagClassName
{
color: #EAE32E;
}
</style>
background-color css
<style>
a { background-color: #EAE32E; }
a { background-color: rgb(234,227,46); }
div.DivClassName
{
background-color: #EAE32E;
}
.BgClassName
{
background-color: #EAE32E;
}
</style>
border-color css
<style>
span { border-color: #EAE32E; }
span { border-color: rgb(234,227,46); }
td.TdClassName
{
border-color: #EAE32E;
}
.TagClassName
{
border-color: #EAE32E;
}
</style>