Shades of Golden Fizz #EAE835
Tints of Golden Fizz #EAE835
RGB
CMYK
RGB Variations
Color information
#EAE835 (or 0xEAE835) is known color: Golden Fizz. HEX triplet: EA, E8 and 35. RGB value is (234,232,53). Sum of RGB (Red+Green+Blue) = 234+232+53=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 53 (21.09% from 255 or 10.21% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE835 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE835 is #1517CA. Grayscale: #D4D4D4. Windows color (decimal): -1382347 or 3533034. OLE color: 3533034.
HSL color Cylindrical-coordinate representation of color #EAE835: hue angle of 59.34º 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 #EAE835 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 53 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.08 |
| HSL | 59.34º | 0.81% | 0.56% | - |
| HSV(B) | 59.34º | 0.77% | 0.92% | - |
| XYZ | 63.43 | 75.46 | 14.59 | - |
| YUV | 212.19 | 38.16 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 53 | 0 | 0.01 | 0.77 | 0.08 | 59.34 | 0.81 | 0.56 |
| Hex | EA | E8 | 35 | 0 | 1 | 4D | 8 | 3B | 51 | 38 |
| Octal | 352 | 350 | 65 | 0 | 1 | 115 | 10 | 73 | 121 | 70 |
| Binary | 11101010 | 11101000 | 110101 | 0 | 1 | 1001101 | 1000 | 111011 | 1010001 | 111000 |
Color Harmonies of #EAE835
Complementary color
Monochromatic Colors of #EAE835
Black with #EAE835
Text Example
Text Example
White with #EAE835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE835; }
p { color: rgb(234,232,53); }
H1.HeaderClassName
{
color: #EAE835;
}
.AnyTagClassName
{
color: #EAE835;
}
</style>
background-color css
<style>
a { background-color: #EAE835; }
a { background-color: rgb(234,232,53); }
div.DivClassName
{
background-color: #EAE835;
}
.BgClassName
{
background-color: #EAE835;
}
</style>
border-color css
<style>
span { border-color: #EAE835; }
span { border-color: rgb(234,232,53); }
td.TdClassName
{
border-color: #EAE835;
}
.TagClassName
{
border-color: #EAE835;
}
</style>