Shades of Golden Fizz #EAE736
Tints of Golden Fizz #EAE736
RGB
CMYK
RGB Variations
Color information
#EAE736 (or 0xEAE736) is known color: Golden Fizz. HEX triplet: EA, E7 and 36. RGB value is (234,231,54). Sum of RGB (Red+Green+Blue) = 234+231+54=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 231 (90.62% from 255 or 44.51% from 519); Blue value is 54 (21.48% from 255 or 10.40% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE736 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE736 is #1518C9. Grayscale: #D4D4D4. Windows color (decimal): -1382602 or 3598314. OLE color: 3598314.
HSL color Cylindrical-coordinate representation of color #EAE736: hue angle of 59º 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 #EAE736 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 54 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.08 |
| HSL | 59º | 0.81% | 0.56% | - |
| HSV(B) | 59º | 0.77% | 0.92% | - |
| XYZ | 63.17 | 74.91 | 14.62 | - |
| YUV | 211.72 | 38.99 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 54 | 0 | 0.01 | 0.77 | 0.08 | 59 | 0.81 | 0.56 |
| Hex | EA | E7 | 36 | 0 | 1 | 4D | 8 | 3B | 51 | 38 |
| Octal | 352 | 347 | 66 | 0 | 1 | 115 | 10 | 73 | 121 | 70 |
| Binary | 11101010 | 11100111 | 110110 | 0 | 1 | 1001101 | 1000 | 111011 | 1010001 | 111000 |
Color Harmonies of #EAE736
Complementary color
Monochromatic Colors of #EAE736
Black with #EAE736
Text Example
Text Example
White with #EAE736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE736; }
p { color: rgb(234,231,54); }
H1.HeaderClassName
{
color: #EAE736;
}
.AnyTagClassName
{
color: #EAE736;
}
</style>
background-color css
<style>
a { background-color: #EAE736; }
a { background-color: rgb(234,231,54); }
div.DivClassName
{
background-color: #EAE736;
}
.BgClassName
{
background-color: #EAE736;
}
</style>
border-color css
<style>
span { border-color: #EAE736; }
span { border-color: rgb(234,231,54); }
td.TdClassName
{
border-color: #EAE736;
}
.TagClassName
{
border-color: #EAE736;
}
</style>