Shades of Golden Fizz #EAF228
Tints of Golden Fizz #EAF228
RGB
CMYK
RGB Variations
Color information
#EAF228 (or 0xEAF228) is known color: Golden Fizz. HEX triplet: EA, F2 and 28. RGB value is (234,242,40). Sum of RGB (Red+Green+Blue) = 234+242+40=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 40 (16.02% from 255 or 7.75% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF228 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF228 is #150DD7. Grayscale: #D9D9D9. Windows color (decimal): -1379800 or 2683626. OLE color: 2683626.
HSL color Cylindrical-coordinate representation of color #EAF228: hue angle of 62.38º 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 #EAF228 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 40 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.05 |
| HSL | 62.38º | 0.89% | 0.55% | - |
| HSV(B) | 62.38º | 0.83% | 0.95% | - |
| XYZ | 66.07 | 81.15 | 14.19 | - |
| YUV | 216.58 | 28.35 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 40 | 0.03 | 0 | 0.83 | 0.05 | 62.38 | 0.89 | 0.55 |
| Hex | EA | F2 | 28 | 3 | 0 | 53 | 5 | 3E | 59 | 37 |
| Octal | 352 | 362 | 50 | 3 | 0 | 123 | 5 | 76 | 131 | 67 |
| Binary | 11101010 | 11110010 | 101000 | 11 | 0 | 1010011 | 101 | 111110 | 1011001 | 110111 |
Color Harmonies of #EAF228
Complementary color
Monochromatic Colors of #EAF228
Black with #EAF228
Text Example
Text Example
White with #EAF228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF228; }
p { color: rgb(234,242,40); }
H1.HeaderClassName
{
color: #EAF228;
}
.AnyTagClassName
{
color: #EAF228;
}
</style>
background-color css
<style>
a { background-color: #EAF228; }
a { background-color: rgb(234,242,40); }
div.DivClassName
{
background-color: #EAF228;
}
.BgClassName
{
background-color: #EAF228;
}
</style>
border-color css
<style>
span { border-color: #EAF228; }
span { border-color: rgb(234,242,40); }
td.TdClassName
{
border-color: #EAF228;
}
.TagClassName
{
border-color: #EAF228;
}
</style>