Shades of Golden Fizz #EAF229
Tints of Golden Fizz #EAF229
RGB
CMYK
RGB Variations
Color information
#EAF229 (or 0xEAF229) is known color: Golden Fizz. HEX triplet: EA, F2 and 29. RGB value is (234,242,41). Sum of RGB (Red+Green+Blue) = 234+242+41=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 41 (16.41% from 255 or 7.93% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF229 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF229 is #150DD6. Grayscale: #D9D9D9. Windows color (decimal): -1379799 or 2749162. OLE color: 2749162.
HSL color Cylindrical-coordinate representation of color #EAF229: hue angle of 62.39º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAF229 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 41 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.05 |
| HSL | 62.39º | 0.89% | 0.55% | - |
| HSV(B) | 62.39º | 0.83% | 0.95% | - |
| XYZ | 66.08 | 81.16 | 14.28 | - |
| YUV | 216.69 | 28.85 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 41 | 0.03 | 0 | 0.83 | 0.05 | 62.39 | 0.89 | 0.55 |
| Hex | EA | F2 | 29 | 3 | 0 | 53 | 5 | 3E | 59 | 37 |
| Octal | 352 | 362 | 51 | 3 | 0 | 123 | 5 | 76 | 131 | 67 |
| Binary | 11101010 | 11110010 | 101001 | 11 | 0 | 1010011 | 101 | 111110 | 1011001 | 110111 |
Color Harmonies of #EAF229
Complementary color
Monochromatic Colors of #EAF229
Black with #EAF229
Text Example
Text Example
White with #EAF229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF229; }
p { color: rgb(234,242,41); }
H1.HeaderClassName
{
color: #EAF229;
}
.AnyTagClassName
{
color: #EAF229;
}
</style>
background-color css
<style>
a { background-color: #EAF229; }
a { background-color: rgb(234,242,41); }
div.DivClassName
{
background-color: #EAF229;
}
.BgClassName
{
background-color: #EAF229;
}
</style>
border-color css
<style>
span { border-color: #EAF229; }
span { border-color: rgb(234,242,41); }
td.TdClassName
{
border-color: #EAF229;
}
.TagClassName
{
border-color: #EAF229;
}
</style>