Shades of Golden Fizz #EAF631
Tints of Golden Fizz #EAF631
RGB
CMYK
RGB Variations
Color information
#EAF631 (or 0xEAF631) is known color: Golden Fizz. HEX triplet: EA, F6 and 31. RGB value is (234,246,49). Sum of RGB (Red+Green+Blue) = 234+246+49=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 49 (19.53% from 255 or 9.26% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF631 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF631 is #1509CE. Grayscale: #DCDCDC. Windows color (decimal): -1378767 or 3274474. OLE color: 3274474.
HSL color Cylindrical-coordinate representation of color #EAF631: hue angle of 63.65º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAF631 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 49 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.04 |
| HSL | 63.65º | 0.92% | 0.58% | - |
| HSV(B) | 63.65º | 0.8% | 0.96% | - |
| XYZ | 67.44 | 83.63 | 15.49 | - |
| YUV | 219.95 | 31.52 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 49 | 0.05 | 0 | 0.80 | 0.04 | 63.65 | 0.92 | 0.58 |
| Hex | EA | F6 | 31 | 5 | 0 | 50 | 4 | 40 | 5C | 3A |
| Octal | 352 | 366 | 61 | 5 | 0 | 120 | 4 | 100 | 134 | 72 |
| Binary | 11101010 | 11110110 | 110001 | 101 | 0 | 1010000 | 100 | 1000000 | 1011100 | 111010 |
Color Harmonies of #EAF631
Complementary color
Monochromatic Colors of #EAF631
Black with #EAF631
Text Example
Text Example
White with #EAF631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF631; }
p { color: rgb(234,246,49); }
H1.HeaderClassName
{
color: #EAF631;
}
.AnyTagClassName
{
color: #EAF631;
}
</style>
background-color css
<style>
a { background-color: #EAF631; }
a { background-color: rgb(234,246,49); }
div.DivClassName
{
background-color: #EAF631;
}
.BgClassName
{
background-color: #EAF631;
}
</style>
border-color css
<style>
span { border-color: #EAF631; }
span { border-color: rgb(234,246,49); }
td.TdClassName
{
border-color: #EAF631;
}
.TagClassName
{
border-color: #EAF631;
}
</style>