Shades of Golden Fizz #EAF131
Tints of Golden Fizz #EAF131
RGB
CMYK
RGB Variations
Color information
#EAF131 (or 0xEAF131) is known color: Golden Fizz. HEX triplet: EA, F1 and 31. RGB value is (234,241,49). Sum of RGB (Red+Green+Blue) = 234+241+49=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 49 (19.53% from 255 or 9.35% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF131 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF131 is #150ECE. Grayscale: #D9D9D9. Windows color (decimal): -1380047 or 3273194. OLE color: 3273194.
HSL color Cylindrical-coordinate representation of color #EAF131: hue angle of 62.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAF131 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 49 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.05 |
| HSL | 62.19º | 0.87% | 0.57% | - |
| HSV(B) | 62.19º | 0.8% | 0.95% | - |
| XYZ | 65.94 | 80.62 | 14.99 | - |
| YUV | 217.02 | 33.18 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 49 | 0.03 | 0 | 0.80 | 0.05 | 62.19 | 0.87 | 0.57 |
| Hex | EA | F1 | 31 | 3 | 0 | 50 | 5 | 3E | 57 | 39 |
| Octal | 352 | 361 | 61 | 3 | 0 | 120 | 5 | 76 | 127 | 71 |
| Binary | 11101010 | 11110001 | 110001 | 11 | 0 | 1010000 | 101 | 111110 | 1010111 | 111001 |
Color Harmonies of #EAF131
Complementary color
Monochromatic Colors of #EAF131
Black with #EAF131
Text Example
Text Example
White with #EAF131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF131; }
p { color: rgb(234,241,49); }
H1.HeaderClassName
{
color: #EAF131;
}
.AnyTagClassName
{
color: #EAF131;
}
</style>
background-color css
<style>
a { background-color: #EAF131; }
a { background-color: rgb(234,241,49); }
div.DivClassName
{
background-color: #EAF131;
}
.BgClassName
{
background-color: #EAF131;
}
</style>
border-color css
<style>
span { border-color: #EAF131; }
span { border-color: rgb(234,241,49); }
td.TdClassName
{
border-color: #EAF131;
}
.TagClassName
{
border-color: #EAF131;
}
</style>