Shades of Golden Fizz #EAF221
Tints of Golden Fizz #EAF221
RGB
CMYK
RGB Variations
Color information
#EAF221 (or 0xEAF221) is known color: Golden Fizz. HEX triplet: EA, F2 and 21. RGB value is (234,242,33). Sum of RGB (Red+Green+Blue) = 234+242+33=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 33 (13.28% from 255 or 6.48% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF221 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF221 is #150DDE. Grayscale: #D8D8D8. Windows color (decimal): -1379807 or 2224874. OLE color: 2224874.
HSL color Cylindrical-coordinate representation of color #EAF221: hue angle of 62.3º 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 #EAF221 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 33 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.05 |
| HSL | 62.3º | 0.89% | 0.54% | - |
| HSV(B) | 62.3º | 0.86% | 0.95% | - |
| XYZ | 65.96 | 81.11 | 13.62 | - |
| YUV | 215.78 | 24.85 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 33 | 0.03 | 0 | 0.86 | 0.05 | 62.3 | 0.89 | 0.54 |
| Hex | EA | F2 | 21 | 3 | 0 | 56 | 5 | 3E | 59 | 36 |
| Octal | 352 | 362 | 41 | 3 | 0 | 126 | 5 | 76 | 131 | 66 |
| Binary | 11101010 | 11110010 | 100001 | 11 | 0 | 1010110 | 101 | 111110 | 1011001 | 110110 |
Color Harmonies of #EAF221
Complementary color
Monochromatic Colors of #EAF221
Black with #EAF221
Text Example
Text Example
White with #EAF221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF221; }
p { color: rgb(234,242,33); }
H1.HeaderClassName
{
color: #EAF221;
}
.AnyTagClassName
{
color: #EAF221;
}
</style>
background-color css
<style>
a { background-color: #EAF221; }
a { background-color: rgb(234,242,33); }
div.DivClassName
{
background-color: #EAF221;
}
.BgClassName
{
background-color: #EAF221;
}
</style>
border-color css
<style>
span { border-color: #EAF221; }
span { border-color: rgb(234,242,33); }
td.TdClassName
{
border-color: #EAF221;
}
.TagClassName
{
border-color: #EAF221;
}
</style>