Shades of Golden Fizz #EAEA33
Tints of Golden Fizz #EAEA33
RGB
CMYK
RGB Variations
Color information
#EAEA33 (or 0xEAEA33) is known color: Golden Fizz. HEX triplet: EA, EA and 33. RGB value is (234,234,51). Sum of RGB (Red+Green+Blue) = 234+234+51=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 51 (20.31% from 255 or 9.83% from 519); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEA33 is #1515CC. Grayscale: #D5D5D5. Windows color (decimal): -1381837 or 3402474. OLE color: 3402474.
HSL color Cylindrical-coordinate representation of color #EAEA33: hue angle of 60º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAEA33 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 51 | - |
| CMYK | 0 | 0 | 0.78 | 0.08 |
| HSL | 60º | 0.81% | 0.56% | - |
| HSV(B) | 60º | 0.78% | 0.92% | - |
| XYZ | 63.95 | 76.58 | 14.54 | - |
| YUV | 213.14 | 36.5 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 51 | 0 | 0 | 0.78 | 0.08 | 60 | 0.81 | 0.56 |
| Hex | EA | EA | 33 | 0 | 0 | 4E | 8 | 3C | 51 | 38 |
| Octal | 352 | 352 | 63 | 0 | 0 | 116 | 10 | 74 | 121 | 70 |
| Binary | 11101010 | 11101010 | 110011 | 0 | 0 | 1001110 | 1000 | 111100 | 1010001 | 111000 |
Color Harmonies of #EAEA33
Complementary color
Monochromatic Colors of #EAEA33
Black with #EAEA33
Text Example
Text Example
White with #EAEA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEA33; }
p { color: rgb(234,234,51); }
H1.HeaderClassName
{
color: #EAEA33;
}
.AnyTagClassName
{
color: #EAEA33;
}
</style>
background-color css
<style>
a { background-color: #EAEA33; }
a { background-color: rgb(234,234,51); }
div.DivClassName
{
background-color: #EAEA33;
}
.BgClassName
{
background-color: #EAEA33;
}
</style>
border-color css
<style>
span { border-color: #EAEA33; }
span { border-color: rgb(234,234,51); }
td.TdClassName
{
border-color: #EAEA33;
}
.TagClassName
{
border-color: #EAEA33;
}
</style>