Shades of Golden Fizz #EAF526
Tints of Golden Fizz #EAF526
RGB
CMYK
RGB Variations
Color information
#EAF526 (or 0xEAF526) is known color: Golden Fizz. HEX triplet: EA, F5 and 26. RGB value is (234,245,38). Sum of RGB (Red+Green+Blue) = 234+245+38=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 38 (15.23% from 255 or 7.35% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF526 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF526 is #150AD9. Grayscale: #DADADA. Windows color (decimal): -1379034 or 2553322. OLE color: 2553322.
HSL color Cylindrical-coordinate representation of color #EAF526: hue angle of 63.19º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EAF526 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 38 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.04 |
| HSL | 63.19º | 0.91% | 0.55% | - |
| HSV(B) | 63.19º | 0.84% | 0.96% | - |
| XYZ | 66.93 | 82.94 | 14.31 | - |
| YUV | 218.11 | 26.36 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 38 | 0.04 | 0 | 0.84 | 0.04 | 63.19 | 0.91 | 0.55 |
| Hex | EA | F5 | 26 | 4 | 0 | 54 | 4 | 3F | 5B | 37 |
| Octal | 352 | 365 | 46 | 4 | 0 | 124 | 4 | 77 | 133 | 67 |
| Binary | 11101010 | 11110101 | 100110 | 100 | 0 | 1010100 | 100 | 111111 | 1011011 | 110111 |
Color Harmonies of #EAF526
Complementary color
Monochromatic Colors of #EAF526
Black with #EAF526
Text Example
Text Example
White with #EAF526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF526; }
p { color: rgb(234,245,38); }
H1.HeaderClassName
{
color: #EAF526;
}
.AnyTagClassName
{
color: #EAF526;
}
</style>
background-color css
<style>
a { background-color: #EAF526; }
a { background-color: rgb(234,245,38); }
div.DivClassName
{
background-color: #EAF526;
}
.BgClassName
{
background-color: #EAF526;
}
</style>
border-color css
<style>
span { border-color: #EAF526; }
span { border-color: rgb(234,245,38); }
td.TdClassName
{
border-color: #EAF526;
}
.TagClassName
{
border-color: #EAF526;
}
</style>