Shades of Golden Fizz #E6F528
Tints of Golden Fizz #E6F528
RGB
CMYK
RGB Variations
Color information
#E6F528 (or 0xE6F528) is known color: Golden Fizz. HEX triplet: E6, F5 and 28. RGB value is (230,245,40). Sum of RGB (Red+Green+Blue) = 230+245+40=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 40 (16.02% from 255 or 7.77% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F528 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F528 is #190AD7. Grayscale: #D9D9D9. Windows color (decimal): -1641176 or 2684390. OLE color: 2684390.
HSL color Cylindrical-coordinate representation of color #E6F528: hue angle of 64.39º degrees, saturation: 0.91, 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 #E6F528 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 245 | 40 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.04 |
| HSL | 64.39º | 0.91% | 0.56% | - |
| HSV(B) | 64.39º | 0.84% | 0.96% | - |
| XYZ | 65.67 | 82.28 | 14.43 | - |
| YUV | 217.15 | 28.03 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 245 | 40 | 0.06 | 0 | 0.84 | 0.04 | 64.39 | 0.91 | 0.56 |
| Hex | E6 | F5 | 28 | 6 | 0 | 54 | 4 | 40 | 5B | 38 |
| Octal | 346 | 365 | 50 | 6 | 0 | 124 | 4 | 100 | 133 | 70 |
| Binary | 11100110 | 11110101 | 101000 | 110 | 0 | 1010100 | 100 | 1000000 | 1011011 | 111000 |
Color Harmonies of #E6F528
Complementary color
Monochromatic Colors of #E6F528
Black with #E6F528
Text Example
Text Example
White with #E6F528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F528; }
p { color: rgb(230,245,40); }
H1.HeaderClassName
{
color: #E6F528;
}
.AnyTagClassName
{
color: #E6F528;
}
</style>
background-color css
<style>
a { background-color: #E6F528; }
a { background-color: rgb(230,245,40); }
div.DivClassName
{
background-color: #E6F528;
}
.BgClassName
{
background-color: #E6F528;
}
</style>
border-color css
<style>
span { border-color: #E6F528; }
span { border-color: rgb(230,245,40); }
td.TdClassName
{
border-color: #E6F528;
}
.TagClassName
{
border-color: #E6F528;
}
</style>