Shades of Golden Fizz #EAF22A
Tints of Golden Fizz #EAF22A
RGB
CMYK
RGB Variations
Color information
#EAF22A (or 0xEAF22A) is known color: Golden Fizz. HEX triplet: EA, F2 and 2A. RGB value is (234,242,42). Sum of RGB (Red+Green+Blue) = 234+242+42=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 42 (16.80% from 255 or 8.11% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF22A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF22A is #150DD5. Grayscale: #D9D9D9. Windows color (decimal): -1379798 or 2814698. OLE color: 2814698.
HSL color Cylindrical-coordinate representation of color #EAF22A: hue angle of 62.4º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAF22A is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 42 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.05 |
| HSL | 62.4º | 0.88% | 0.56% | - |
| HSV(B) | 62.4º | 0.83% | 0.95% | - |
| XYZ | 66.1 | 81.16 | 14.37 | - |
| YUV | 216.81 | 29.35 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 42 | 0.03 | 0 | 0.83 | 0.05 | 62.4 | 0.88 | 0.56 |
| Hex | EA | F2 | 2A | 3 | 0 | 53 | 5 | 3E | 58 | 38 |
| Octal | 352 | 362 | 52 | 3 | 0 | 123 | 5 | 76 | 130 | 70 |
| Binary | 11101010 | 11110010 | 101010 | 11 | 0 | 1010011 | 101 | 111110 | 1011000 | 111000 |
Color Harmonies of #EAF22A
Complementary color
Monochromatic Colors of #EAF22A
Black with #EAF22A
Text Example
Text Example
White with #EAF22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF22A; }
p { color: rgb(234,242,42); }
H1.HeaderClassName
{
color: #EAF22A;
}
.AnyTagClassName
{
color: #EAF22A;
}
</style>
background-color css
<style>
a { background-color: #EAF22A; }
a { background-color: rgb(234,242,42); }
div.DivClassName
{
background-color: #EAF22A;
}
.BgClassName
{
background-color: #EAF22A;
}
</style>
border-color css
<style>
span { border-color: #EAF22A; }
span { border-color: rgb(234,242,42); }
td.TdClassName
{
border-color: #EAF22A;
}
.TagClassName
{
border-color: #EAF22A;
}
</style>