Shades of Golden Fizz #E6F931
Tints of Golden Fizz #E6F931
RGB
CMYK
RGB Variations
Color information
#E6F931 (or 0xE6F931) is known color: Golden Fizz. HEX triplet: E6, F9 and 31. RGB value is (230,249,49). Sum of RGB (Red+Green+Blue) = 230+249+49=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 49 (19.53% from 255 or 9.28% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #E6F931 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F931 is #1906CE. Grayscale: #DDDDDD. Windows color (decimal): -1640143 or 3275238. OLE color: 3275238.
HSL color Cylindrical-coordinate representation of color #E6F931: hue angle of 65.7º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6F931 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 249 | 49 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.02 |
| HSL | 65.7º | 0.94% | 0.58% | - |
| HSV(B) | 65.7º | 0.8% | 0.98% | - |
| XYZ | 67.06 | 84.8 | 15.74 | - |
| YUV | 220.52 | 31.21 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 249 | 49 | 0.08 | 0 | 0.80 | 0.02 | 65.7 | 0.94 | 0.58 |
| Hex | E6 | F9 | 31 | 8 | 0 | 50 | 2 | 42 | 5E | 3A |
| Octal | 346 | 371 | 61 | 10 | 0 | 120 | 2 | 102 | 136 | 72 |
| Binary | 11100110 | 11111001 | 110001 | 1000 | 0 | 1010000 | 10 | 1000010 | 1011110 | 111010 |
Color Harmonies of #E6F931
Complementary color
Monochromatic Colors of #E6F931
Black with #E6F931
Text Example
Text Example
White with #E6F931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F931; }
p { color: rgb(230,249,49); }
H1.HeaderClassName
{
color: #E6F931;
}
.AnyTagClassName
{
color: #E6F931;
}
</style>
background-color css
<style>
a { background-color: #E6F931; }
a { background-color: rgb(230,249,49); }
div.DivClassName
{
background-color: #E6F931;
}
.BgClassName
{
background-color: #E6F931;
}
</style>
border-color css
<style>
span { border-color: #E6F931; }
span { border-color: rgb(230,249,49); }
td.TdClassName
{
border-color: #E6F931;
}
.TagClassName
{
border-color: #E6F931;
}
</style>