Shades of Golden Fizz #EAE032
Tints of Golden Fizz #EAE032
RGB
CMYK
RGB Variations
Color information
#EAE032 (or 0xEAE032) is known color: Golden Fizz. HEX triplet: EA, E0 and 32. RGB value is (234,224,50). Sum of RGB (Red+Green+Blue) = 234+224+50=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 50 (19.92% from 255 or 9.84% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE032 is #151FCD. Grayscale: #CFCFCF. Windows color (decimal): -1384398 or 3334378. OLE color: 3334378.
HSL color Cylindrical-coordinate representation of color #EAE032: hue angle of 56.74º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAE032 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 50 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.08 |
| HSL | 56.74º | 0.81% | 0.56% | - |
| HSV(B) | 56.74º | 0.79% | 0.92% | - |
| XYZ | 61.16 | 71.03 | 13.5 | - |
| YUV | 207.15 | 39.31 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 50 | 0 | 0.04 | 0.79 | 0.08 | 56.74 | 0.81 | 0.56 |
| Hex | EA | E0 | 32 | 0 | 4 | 4F | 8 | 39 | 51 | 38 |
| Octal | 352 | 340 | 62 | 0 | 4 | 117 | 10 | 71 | 121 | 70 |
| Binary | 11101010 | 11100000 | 110010 | 0 | 100 | 1001111 | 1000 | 111001 | 1010001 | 111000 |
Color Harmonies of #EAE032
Complementary color
Monochromatic Colors of #EAE032
Black with #EAE032
Text Example
Text Example
White with #EAE032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE032; }
p { color: rgb(234,224,50); }
H1.HeaderClassName
{
color: #EAE032;
}
.AnyTagClassName
{
color: #EAE032;
}
</style>
background-color css
<style>
a { background-color: #EAE032; }
a { background-color: rgb(234,224,50); }
div.DivClassName
{
background-color: #EAE032;
}
.BgClassName
{
background-color: #EAE032;
}
</style>
border-color css
<style>
span { border-color: #EAE032; }
span { border-color: rgb(234,224,50); }
td.TdClassName
{
border-color: #EAE032;
}
.TagClassName
{
border-color: #EAE032;
}
</style>