Shades of Golden Fizz #E6F72F
Tints of Golden Fizz #E6F72F
RGB
CMYK
RGB Variations
Color information
#E6F72F (or 0xE6F72F) is known color: Golden Fizz. HEX triplet: E6, F7 and 2F. RGB value is (230,247,47). Sum of RGB (Red+Green+Blue) = 230+247+47=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 47 (18.75% from 255 or 8.97% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #E6F72F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F72F is #1908D0. Grayscale: #DBDBDB. Windows color (decimal): -1640657 or 3143654. OLE color: 3143654.
HSL color Cylindrical-coordinate representation of color #E6F72F: hue angle of 65.1º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6F72F is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 247 | 47 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.03 |
| HSL | 65.1º | 0.93% | 0.58% | - |
| HSV(B) | 65.1º | 0.81% | 0.97% | - |
| XYZ | 66.41 | 83.55 | 15.32 | - |
| YUV | 219.12 | 30.87 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 247 | 47 | 0.07 | 0 | 0.81 | 0.03 | 65.1 | 0.93 | 0.58 |
| Hex | E6 | F7 | 2F | 7 | 0 | 51 | 3 | 41 | 5D | 3A |
| Octal | 346 | 367 | 57 | 7 | 0 | 121 | 3 | 101 | 135 | 72 |
| Binary | 11100110 | 11110111 | 101111 | 111 | 0 | 1010001 | 11 | 1000001 | 1011101 | 111010 |
Color Harmonies of #E6F72F
Complementary color
Monochromatic Colors of #E6F72F
Black with #E6F72F
Text Example
Text Example
White with #E6F72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F72F; }
p { color: rgb(230,247,47); }
H1.HeaderClassName
{
color: #E6F72F;
}
.AnyTagClassName
{
color: #E6F72F;
}
</style>
background-color css
<style>
a { background-color: #E6F72F; }
a { background-color: rgb(230,247,47); }
div.DivClassName
{
background-color: #E6F72F;
}
.BgClassName
{
background-color: #E6F72F;
}
</style>
border-color css
<style>
span { border-color: #E6F72F; }
span { border-color: rgb(230,247,47); }
td.TdClassName
{
border-color: #E6F72F;
}
.TagClassName
{
border-color: #E6F72F;
}
</style>