Shades of Golden Fizz #EAF725
Tints of Golden Fizz #EAF725
RGB
CMYK
RGB Variations
Color information
#EAF725 (or 0xEAF725) is known color: Golden Fizz. HEX triplet: EA, F7 and 25. RGB value is (234,247,37). Sum of RGB (Red+Green+Blue) = 234+247+37=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 37 (14.84% from 255 or 7.14% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF725 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF725 is #1508DA. Grayscale: #DCDCDC. Windows color (decimal): -1378523 or 2488298. OLE color: 2488298.
HSL color Cylindrical-coordinate representation of color #EAF725: hue angle of 63.71º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAF725 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 37 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.03 |
| HSL | 63.71º | 0.93% | 0.56% | - |
| HSV(B) | 63.71º | 0.85% | 0.97% | - |
| XYZ | 67.53 | 84.15 | 14.43 | - |
| YUV | 219.17 | 25.19 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 37 | 0.05 | 0 | 0.85 | 0.03 | 63.71 | 0.93 | 0.56 |
| Hex | EA | F7 | 25 | 5 | 0 | 55 | 3 | 40 | 5D | 38 |
| Octal | 352 | 367 | 45 | 5 | 0 | 125 | 3 | 100 | 135 | 70 |
| Binary | 11101010 | 11110111 | 100101 | 101 | 0 | 1010101 | 11 | 1000000 | 1011101 | 111000 |
Color Harmonies of #EAF725
Complementary color
Monochromatic Colors of #EAF725
Black with #EAF725
Text Example
Text Example
White with #EAF725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF725; }
p { color: rgb(234,247,37); }
H1.HeaderClassName
{
color: #EAF725;
}
.AnyTagClassName
{
color: #EAF725;
}
</style>
background-color css
<style>
a { background-color: #EAF725; }
a { background-color: rgb(234,247,37); }
div.DivClassName
{
background-color: #EAF725;
}
.BgClassName
{
background-color: #EAF725;
}
</style>
border-color css
<style>
span { border-color: #EAF725; }
span { border-color: rgb(234,247,37); }
td.TdClassName
{
border-color: #EAF725;
}
.TagClassName
{
border-color: #EAF725;
}
</style>