Shades of Golden Fizz #EAF931
Tints of Golden Fizz #EAF931
RGB
CMYK
RGB Variations
Color information
#EAF931 (or 0xEAF931) is known color: Golden Fizz. HEX triplet: EA, F9 and 31. RGB value is (234,249,49). Sum of RGB (Red+Green+Blue) = 234+249+49=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 49 (19.53% from 255 or 9.21% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF931 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF931 is #1506CE. Grayscale: #DEDEDE. Windows color (decimal): -1377999 or 3275242. OLE color: 3275242.
HSL color Cylindrical-coordinate representation of color #EAF931: hue angle of 64.5º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAF931 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 249 | 49 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.02 |
| HSL | 64.5º | 0.94% | 0.58% | - |
| HSV(B) | 64.5º | 0.8% | 0.98% | - |
| XYZ | 68.36 | 85.47 | 15.8 | - |
| YUV | 221.72 | 30.53 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 249 | 49 | 0.06 | 0 | 0.80 | 0.02 | 64.5 | 0.94 | 0.58 |
| Hex | EA | F9 | 31 | 6 | 0 | 50 | 2 | 40 | 5E | 3A |
| Octal | 352 | 371 | 61 | 6 | 0 | 120 | 2 | 100 | 136 | 72 |
| Binary | 11101010 | 11111001 | 110001 | 110 | 0 | 1010000 | 10 | 1000000 | 1011110 | 111010 |
Color Harmonies of #EAF931
Complementary color
Monochromatic Colors of #EAF931
Black with #EAF931
Text Example
Text Example
White with #EAF931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF931; }
p { color: rgb(234,249,49); }
H1.HeaderClassName
{
color: #EAF931;
}
.AnyTagClassName
{
color: #EAF931;
}
</style>
background-color css
<style>
a { background-color: #EAF931; }
a { background-color: rgb(234,249,49); }
div.DivClassName
{
background-color: #EAF931;
}
.BgClassName
{
background-color: #EAF931;
}
</style>
border-color css
<style>
span { border-color: #EAF931; }
span { border-color: rgb(234,249,49); }
td.TdClassName
{
border-color: #EAF931;
}
.TagClassName
{
border-color: #EAF931;
}
</style>