Shades of Golden Fizz #EAE436
Tints of Golden Fizz #EAE436
RGB
CMYK
RGB Variations
Color information
#EAE436 (or 0xEAE436) is known color: Golden Fizz. HEX triplet: EA, E4 and 36. RGB value is (234,228,54). Sum of RGB (Red+Green+Blue) = 234+228+54=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 54 (21.48% from 255 or 10.47% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE436 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE436 is #151BC9. Grayscale: #D2D2D2. Windows color (decimal): -1383370 or 3597546. OLE color: 3597546.
HSL color Cylindrical-coordinate representation of color #EAE436: hue angle of 58º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EAE436 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 54 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.08 |
| HSL | 58º | 0.81% | 0.56% | - |
| HSV(B) | 58º | 0.77% | 0.92% | - |
| XYZ | 62.34 | 73.25 | 14.34 | - |
| YUV | 209.96 | 39.99 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 54 | 0 | 0.03 | 0.77 | 0.08 | 58 | 0.81 | 0.56 |
| Hex | EA | E4 | 36 | 0 | 3 | 4D | 8 | 3A | 51 | 38 |
| Octal | 352 | 344 | 66 | 0 | 3 | 115 | 10 | 72 | 121 | 70 |
| Binary | 11101010 | 11100100 | 110110 | 0 | 11 | 1001101 | 1000 | 111010 | 1010001 | 111000 |
Color Harmonies of #EAE436
Complementary color
Monochromatic Colors of #EAE436
Black with #EAE436
Text Example
Text Example
White with #EAE436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE436; }
p { color: rgb(234,228,54); }
H1.HeaderClassName
{
color: #EAE436;
}
.AnyTagClassName
{
color: #EAE436;
}
</style>
background-color css
<style>
a { background-color: #EAE436; }
a { background-color: rgb(234,228,54); }
div.DivClassName
{
background-color: #EAE436;
}
.BgClassName
{
background-color: #EAE436;
}
</style>
border-color css
<style>
span { border-color: #EAE436; }
span { border-color: rgb(234,228,54); }
td.TdClassName
{
border-color: #EAE436;
}
.TagClassName
{
border-color: #EAE436;
}
</style>