Shades of Golden Fizz #EAF220
Tints of Golden Fizz #EAF220
RGB
CMYK
RGB Variations
Color information
#EAF220 (or 0xEAF220) is known color: Golden Fizz. HEX triplet: EA, F2 and 20. RGB value is (234,242,32). Sum of RGB (Red+Green+Blue) = 234+242+32=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 32 (12.89% from 255 or 6.30% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF220 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF220 is #150DDF. Grayscale: #D8D8D8. Windows color (decimal): -1379808 or 2159338. OLE color: 2159338.
HSL color Cylindrical-coordinate representation of color #EAF220: hue angle of 62.29º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EAF220 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 32 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.05 |
| HSL | 62.29º | 0.89% | 0.54% | - |
| HSV(B) | 62.29º | 0.87% | 0.95% | - |
| XYZ | 65.94 | 81.1 | 13.54 | - |
| YUV | 215.67 | 24.35 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 32 | 0.03 | 0 | 0.87 | 0.05 | 62.29 | 0.89 | 0.54 |
| Hex | EA | F2 | 20 | 3 | 0 | 57 | 5 | 3E | 59 | 36 |
| Octal | 352 | 362 | 40 | 3 | 0 | 127 | 5 | 76 | 131 | 66 |
| Binary | 11101010 | 11110010 | 100000 | 11 | 0 | 1010111 | 101 | 111110 | 1011001 | 110110 |
Color Harmonies of #EAF220
Complementary color
Monochromatic Colors of #EAF220
Black with #EAF220
Text Example
Text Example
White with #EAF220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF220; }
p { color: rgb(234,242,32); }
H1.HeaderClassName
{
color: #EAF220;
}
.AnyTagClassName
{
color: #EAF220;
}
</style>
background-color css
<style>
a { background-color: #EAF220; }
a { background-color: rgb(234,242,32); }
div.DivClassName
{
background-color: #EAF220;
}
.BgClassName
{
background-color: #EAF220;
}
</style>
border-color css
<style>
span { border-color: #EAF220; }
span { border-color: rgb(234,242,32); }
td.TdClassName
{
border-color: #EAF220;
}
.TagClassName
{
border-color: #EAF220;
}
</style>