Shades of Golden Fizz #E6E131
Tints of Golden Fizz #E6E131
RGB
CMYK
RGB Variations
Color information
#E6E131 (or 0xE6E131) is known color: Golden Fizz. HEX triplet: E6, E1 and 31. RGB value is (230,225,49). Sum of RGB (Red+Green+Blue) = 230+225+49=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 49 (19.53% from 255 or 9.72% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E131 is #191ECE. Grayscale: #CFCFCF. Windows color (decimal): -1646287 or 3269094. OLE color: 3269094.
HSL color Cylindrical-coordinate representation of color #E6E131: hue angle of 58.34º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6E131 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 49 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.10 |
| HSL | 58.34º | 0.78% | 0.55% | - |
| HSV(B) | 58.34º | 0.79% | 0.9% | - |
| XYZ | 60.11 | 70.9 | 13.42 | - |
| YUV | 206.43 | 39.16 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 49 | 0 | 0.02 | 0.79 | 0.10 | 58.34 | 0.78 | 0.55 |
| Hex | E6 | E1 | 31 | 0 | 2 | 4F | A | 3A | 4E | 37 |
| Octal | 346 | 341 | 61 | 0 | 2 | 117 | 12 | 72 | 116 | 67 |
| Binary | 11100110 | 11100001 | 110001 | 0 | 10 | 1001111 | 1010 | 111010 | 1001110 | 110111 |
Color Harmonies of #E6E131
Complementary color
Monochromatic Colors of #E6E131
Black with #E6E131
Text Example
Text Example
White with #E6E131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E131; }
p { color: rgb(230,225,49); }
H1.HeaderClassName
{
color: #E6E131;
}
.AnyTagClassName
{
color: #E6E131;
}
</style>
background-color css
<style>
a { background-color: #E6E131; }
a { background-color: rgb(230,225,49); }
div.DivClassName
{
background-color: #E6E131;
}
.BgClassName
{
background-color: #E6E131;
}
</style>
border-color css
<style>
span { border-color: #E6E131; }
span { border-color: rgb(230,225,49); }
td.TdClassName
{
border-color: #E6E131;
}
.TagClassName
{
border-color: #E6E131;
}
</style>