Shades of Golden Fizz #EAF222
Tints of Golden Fizz #EAF222
RGB
CMYK
RGB Variations
Color information
#EAF222 (or 0xEAF222) is known color: Golden Fizz. HEX triplet: EA, F2 and 22. RGB value is (234,242,34). Sum of RGB (Red+Green+Blue) = 234+242+34=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 34 (13.67% from 255 or 6.67% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF222 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF222 is #150DDD. Grayscale: #D8D8D8. Windows color (decimal): -1379806 or 2290410. OLE color: 2290410.
HSL color Cylindrical-coordinate representation of color #EAF222: hue angle of 62.31º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAF222 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 34 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.05 |
| HSL | 62.31º | 0.89% | 0.54% | - |
| HSV(B) | 62.31º | 0.86% | 0.95% | - |
| XYZ | 65.97 | 81.11 | 13.69 | - |
| YUV | 215.9 | 25.35 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 34 | 0.03 | 0 | 0.86 | 0.05 | 62.31 | 0.89 | 0.54 |
| Hex | EA | F2 | 22 | 3 | 0 | 56 | 5 | 3E | 59 | 36 |
| Octal | 352 | 362 | 42 | 3 | 0 | 126 | 5 | 76 | 131 | 66 |
| Binary | 11101010 | 11110010 | 100010 | 11 | 0 | 1010110 | 101 | 111110 | 1011001 | 110110 |
Color Harmonies of #EAF222
Complementary color
Monochromatic Colors of #EAF222
Black with #EAF222
Text Example
Text Example
White with #EAF222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF222; }
p { color: rgb(234,242,34); }
H1.HeaderClassName
{
color: #EAF222;
}
.AnyTagClassName
{
color: #EAF222;
}
</style>
background-color css
<style>
a { background-color: #EAF222; }
a { background-color: rgb(234,242,34); }
div.DivClassName
{
background-color: #EAF222;
}
.BgClassName
{
background-color: #EAF222;
}
</style>
border-color css
<style>
span { border-color: #EAF222; }
span { border-color: rgb(234,242,34); }
td.TdClassName
{
border-color: #EAF222;
}
.TagClassName
{
border-color: #EAF222;
}
</style>