Shades of Golden Fizz #EAE920
Tints of Golden Fizz #EAE920
RGB
CMYK
RGB Variations
Color information
#EAE920 (or 0xEAE920) is known color: Golden Fizz. HEX triplet: EA, E9 and 20. RGB value is (234,233,32). Sum of RGB (Red+Green+Blue) = 234+233+32=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 32 (12.89% from 255 or 6.41% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE920 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE920 is #1516DF. Grayscale: #D3D3D3. Windows color (decimal): -1382112 or 2157034. OLE color: 2157034.
HSL color Cylindrical-coordinate representation of color #EAE920: hue angle of 59.7º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAE920 is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 32 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.08 |
| HSL | 59.7º | 0.83% | 0.52% | - |
| HSV(B) | 59.7º | 0.86% | 0.92% | - |
| XYZ | 63.33 | 75.87 | 12.67 | - |
| YUV | 210.39 | 27.33 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 32 | 0 | 0.00 | 0.86 | 0.08 | 59.7 | 0.83 | 0.52 |
| Hex | EA | E9 | 20 | 0 | 0 | 56 | 8 | 3C | 53 | 34 |
| Octal | 352 | 351 | 40 | 0 | 0 | 126 | 10 | 74 | 123 | 64 |
| Binary | 11101010 | 11101001 | 100000 | 0 | 0 | 1010110 | 1000 | 111100 | 1010011 | 110100 |
Color Harmonies of #EAE920
Complementary color
Monochromatic Colors of #EAE920
Black with #EAE920
Text Example
Text Example
White with #EAE920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE920; }
p { color: rgb(234,233,32); }
H1.HeaderClassName
{
color: #EAE920;
}
.AnyTagClassName
{
color: #EAE920;
}
</style>
background-color css
<style>
a { background-color: #EAE920; }
a { background-color: rgb(234,233,32); }
div.DivClassName
{
background-color: #EAE920;
}
.BgClassName
{
background-color: #EAE920;
}
</style>
border-color css
<style>
span { border-color: #EAE920; }
span { border-color: rgb(234,233,32); }
td.TdClassName
{
border-color: #EAE920;
}
.TagClassName
{
border-color: #EAE920;
}
</style>