Shades of Golden Fizz #EAF628
Tints of Golden Fizz #EAF628
RGB
CMYK
RGB Variations
Color information
#EAF628 (or 0xEAF628) is known color: Golden Fizz. HEX triplet: EA, F6 and 28. RGB value is (234,246,40). Sum of RGB (Red+Green+Blue) = 234+246+40=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 40 (16.02% from 255 or 7.69% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF628 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF628 is #1509D7. Grayscale: #DBDBDB. Windows color (decimal): -1378776 or 2684650. OLE color: 2684650.
HSL color Cylindrical-coordinate representation of color #EAF628: hue angle of 63.5º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EAF628 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 40 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.04 |
| HSL | 63.5º | 0.92% | 0.56% | - |
| HSV(B) | 63.5º | 0.84% | 0.96% | - |
| XYZ | 67.27 | 83.56 | 14.59 | - |
| YUV | 218.93 | 27.02 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 40 | 0.05 | 0 | 0.84 | 0.04 | 63.5 | 0.92 | 0.56 |
| Hex | EA | F6 | 28 | 5 | 0 | 54 | 4 | 3F | 5C | 38 |
| Octal | 352 | 366 | 50 | 5 | 0 | 124 | 4 | 77 | 134 | 70 |
| Binary | 11101010 | 11110110 | 101000 | 101 | 0 | 1010100 | 100 | 111111 | 1011100 | 111000 |
Color Harmonies of #EAF628
Complementary color
Monochromatic Colors of #EAF628
Black with #EAF628
Text Example
Text Example
White with #EAF628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF628; }
p { color: rgb(234,246,40); }
H1.HeaderClassName
{
color: #EAF628;
}
.AnyTagClassName
{
color: #EAF628;
}
</style>
background-color css
<style>
a { background-color: #EAF628; }
a { background-color: rgb(234,246,40); }
div.DivClassName
{
background-color: #EAF628;
}
.BgClassName
{
background-color: #EAF628;
}
</style>
border-color css
<style>
span { border-color: #EAF628; }
span { border-color: rgb(234,246,40); }
td.TdClassName
{
border-color: #EAF628;
}
.TagClassName
{
border-color: #EAF628;
}
</style>