Shades of Golden Fizz #E6F125
Tints of Golden Fizz #E6F125
RGB
CMYK
RGB Variations
Color information
#E6F125 (or 0xE6F125) is known color: Golden Fizz. HEX triplet: E6, F1 and 25. RGB value is (230,241,37). Sum of RGB (Red+Green+Blue) = 230+241+37=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 37 (14.84% from 255 or 7.28% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F125 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F125 is #190EDA. Grayscale: #D7D7D7. Windows color (decimal): -1642203 or 2486758. OLE color: 2486758.
HSL color Cylindrical-coordinate representation of color #E6F125: hue angle of 63.24º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6F125 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 37 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.05 |
| HSL | 63.24º | 0.88% | 0.55% | - |
| HSV(B) | 63.24º | 0.85% | 0.95% | - |
| XYZ | 64.42 | 79.87 | 13.77 | - |
| YUV | 214.46 | 27.86 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 37 | 0.05 | 0 | 0.85 | 0.05 | 63.24 | 0.88 | 0.55 |
| Hex | E6 | F1 | 25 | 5 | 0 | 55 | 5 | 3F | 58 | 37 |
| Octal | 346 | 361 | 45 | 5 | 0 | 125 | 5 | 77 | 130 | 67 |
| Binary | 11100110 | 11110001 | 100101 | 101 | 0 | 1010101 | 101 | 111111 | 1011000 | 110111 |
Color Harmonies of #E6F125
Complementary color
Monochromatic Colors of #E6F125
Black with #E6F125
Text Example
Text Example
White with #E6F125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F125; }
p { color: rgb(230,241,37); }
H1.HeaderClassName
{
color: #E6F125;
}
.AnyTagClassName
{
color: #E6F125;
}
</style>
background-color css
<style>
a { background-color: #E6F125; }
a { background-color: rgb(230,241,37); }
div.DivClassName
{
background-color: #E6F125;
}
.BgClassName
{
background-color: #E6F125;
}
</style>
border-color css
<style>
span { border-color: #E6F125; }
span { border-color: rgb(230,241,37); }
td.TdClassName
{
border-color: #E6F125;
}
.TagClassName
{
border-color: #E6F125;
}
</style>