Shades of Golden Fizz #E7F12C
Tints of Golden Fizz #E7F12C
RGB
CMYK
RGB Variations
Color information
#E7F12C (or 0xE7F12C) is known color: Golden Fizz. HEX triplet: E7, F1 and 2C. RGB value is (231,241,44). Sum of RGB (Red+Green+Blue) = 231+241+44=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 44 (17.58% from 255 or 8.53% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #E7F12C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7F12C is #180ED3. Grayscale: #D8D8D8. Windows color (decimal): -1576660 or 2945511. OLE color: 2945511.
HSL color Cylindrical-coordinate representation of color #E7F12C: hue angle of 63.05º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7F12C is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 241 | 44 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.05 |
| HSL | 63.05º | 0.88% | 0.56% | - |
| HSV(B) | 63.05º | 0.82% | 0.95% | - |
| XYZ | 64.86 | 80.08 | 14.42 | - |
| YUV | 215.55 | 31.19 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 241 | 44 | 0.04 | 0 | 0.82 | 0.05 | 63.05 | 0.88 | 0.56 |
| Hex | E7 | F1 | 2C | 4 | 0 | 52 | 5 | 3F | 58 | 38 |
| Octal | 347 | 361 | 54 | 4 | 0 | 122 | 5 | 77 | 130 | 70 |
| Binary | 11100111 | 11110001 | 101100 | 100 | 0 | 1010010 | 101 | 111111 | 1011000 | 111000 |
Color Harmonies of #E7F12C
Complementary color
Monochromatic Colors of #E7F12C
Black with #E7F12C
Text Example
Text Example
White with #E7F12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F12C; }
p { color: rgb(231,241,44); }
H1.HeaderClassName
{
color: #E7F12C;
}
.AnyTagClassName
{
color: #E7F12C;
}
</style>
background-color css
<style>
a { background-color: #E7F12C; }
a { background-color: rgb(231,241,44); }
div.DivClassName
{
background-color: #E7F12C;
}
.BgClassName
{
background-color: #E7F12C;
}
</style>
border-color css
<style>
span { border-color: #E7F12C; }
span { border-color: rgb(231,241,44); }
td.TdClassName
{
border-color: #E7F12C;
}
.TagClassName
{
border-color: #E7F12C;
}
</style>