Shades of Golden Fizz #EAF028
Tints of Golden Fizz #EAF028
RGB
CMYK
RGB Variations
Color information
#EAF028 (or 0xEAF028) is known color: Golden Fizz. HEX triplet: EA, F0 and 28. RGB value is (234,240,40). Sum of RGB (Red+Green+Blue) = 234+240+40=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 40 (16.02% from 255 or 7.78% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF028 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF028 is #150FD7. Grayscale: #D8D8D8. Windows color (decimal): -1380312 or 2683114. OLE color: 2683114.
HSL color Cylindrical-coordinate representation of color #EAF028: hue angle of 61.8º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAF028 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 40 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.06 |
| HSL | 61.8º | 0.87% | 0.55% | - |
| HSV(B) | 61.8º | 0.83% | 0.94% | - |
| XYZ | 65.47 | 79.97 | 13.99 | - |
| YUV | 215.41 | 29.01 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 40 | 0.02 | 0 | 0.83 | 0.06 | 61.8 | 0.87 | 0.55 |
| Hex | EA | F0 | 28 | 2 | 0 | 53 | 6 | 3E | 57 | 37 |
| Octal | 352 | 360 | 50 | 2 | 0 | 123 | 6 | 76 | 127 | 67 |
| Binary | 11101010 | 11110000 | 101000 | 10 | 0 | 1010011 | 110 | 111110 | 1010111 | 110111 |
Color Harmonies of #EAF028
Complementary color
Monochromatic Colors of #EAF028
Black with #EAF028
Text Example
Text Example
White with #EAF028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF028; }
p { color: rgb(234,240,40); }
H1.HeaderClassName
{
color: #EAF028;
}
.AnyTagClassName
{
color: #EAF028;
}
</style>
background-color css
<style>
a { background-color: #EAF028; }
a { background-color: rgb(234,240,40); }
div.DivClassName
{
background-color: #EAF028;
}
.BgClassName
{
background-color: #EAF028;
}
</style>
border-color css
<style>
span { border-color: #EAF028; }
span { border-color: rgb(234,240,40); }
td.TdClassName
{
border-color: #EAF028;
}
.TagClassName
{
border-color: #EAF028;
}
</style>