Shades of Golden Fizz #EAF624
Tints of Golden Fizz #EAF624
RGB
CMYK
RGB Variations
Color information
#EAF624 (or 0xEAF624) is known color: Golden Fizz. HEX triplet: EA, F6 and 24. RGB value is (234,246,36). Sum of RGB (Red+Green+Blue) = 234+246+36=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 36 (14.45% from 255 or 6.98% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF624 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF624 is #1509DB. Grayscale: #DBDBDB. Windows color (decimal): -1378780 or 2422506. OLE color: 2422506.
HSL color Cylindrical-coordinate representation of color #EAF624: hue angle of 63.43º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAF624 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 36 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.04 |
| HSL | 63.43º | 0.92% | 0.55% | - |
| HSV(B) | 63.43º | 0.85% | 0.96% | - |
| XYZ | 67.21 | 83.53 | 14.25 | - |
| YUV | 218.47 | 25.02 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 36 | 0.05 | 0 | 0.85 | 0.04 | 63.43 | 0.92 | 0.55 |
| Hex | EA | F6 | 24 | 5 | 0 | 55 | 4 | 3F | 5C | 37 |
| Octal | 352 | 366 | 44 | 5 | 0 | 125 | 4 | 77 | 134 | 67 |
| Binary | 11101010 | 11110110 | 100100 | 101 | 0 | 1010101 | 100 | 111111 | 1011100 | 110111 |
Color Harmonies of #EAF624
Complementary color
Monochromatic Colors of #EAF624
Black with #EAF624
Text Example
Text Example
White with #EAF624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF624; }
p { color: rgb(234,246,36); }
H1.HeaderClassName
{
color: #EAF624;
}
.AnyTagClassName
{
color: #EAF624;
}
</style>
background-color css
<style>
a { background-color: #EAF624; }
a { background-color: rgb(234,246,36); }
div.DivClassName
{
background-color: #EAF624;
}
.BgClassName
{
background-color: #EAF624;
}
</style>
border-color css
<style>
span { border-color: #EAF624; }
span { border-color: rgb(234,246,36); }
td.TdClassName
{
border-color: #EAF624;
}
.TagClassName
{
border-color: #EAF624;
}
</style>