Shades of Golden Fizz #EAF730
Tints of Golden Fizz #EAF730
RGB
CMYK
RGB Variations
Color information
#EAF730 (or 0xEAF730) is known color: Golden Fizz. HEX triplet: EA, F7 and 30. RGB value is (234,247,48). Sum of RGB (Red+Green+Blue) = 234+247+48=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 48 (19.14% from 255 or 9.07% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF730 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF730 is #1508CF. Grayscale: #DDDDDD. Windows color (decimal): -1378512 or 3209194. OLE color: 3209194.
HSL color Cylindrical-coordinate representation of color #EAF730: hue angle of 63.92º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAF730 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 48 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.03 |
| HSL | 63.92º | 0.93% | 0.58% | - |
| HSV(B) | 63.92º | 0.81% | 0.97% | - |
| XYZ | 67.73 | 84.23 | 15.48 | - |
| YUV | 220.43 | 30.69 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 48 | 0.05 | 0 | 0.81 | 0.03 | 63.92 | 0.93 | 0.58 |
| Hex | EA | F7 | 30 | 5 | 0 | 51 | 3 | 40 | 5D | 3A |
| Octal | 352 | 367 | 60 | 5 | 0 | 121 | 3 | 100 | 135 | 72 |
| Binary | 11101010 | 11110111 | 110000 | 101 | 0 | 1010001 | 11 | 1000000 | 1011101 | 111010 |
Color Harmonies of #EAF730
Complementary color
Monochromatic Colors of #EAF730
Black with #EAF730
Text Example
Text Example
White with #EAF730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF730; }
p { color: rgb(234,247,48); }
H1.HeaderClassName
{
color: #EAF730;
}
.AnyTagClassName
{
color: #EAF730;
}
</style>
background-color css
<style>
a { background-color: #EAF730; }
a { background-color: rgb(234,247,48); }
div.DivClassName
{
background-color: #EAF730;
}
.BgClassName
{
background-color: #EAF730;
}
</style>
border-color css
<style>
span { border-color: #EAF730; }
span { border-color: rgb(234,247,48); }
td.TdClassName
{
border-color: #EAF730;
}
.TagClassName
{
border-color: #EAF730;
}
</style>