Shades of Golden Fizz #E6E124
Tints of Golden Fizz #E6E124
RGB
CMYK
RGB Variations
Color information
#E6E124 (or 0xE6E124) is known color: Golden Fizz. HEX triplet: E6, E1 and 24. RGB value is (230,225,36). Sum of RGB (Red+Green+Blue) = 230+225+36=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 36 (14.45% from 255 or 7.33% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E124 is #191EDB. Grayscale: #CDCDCD. Windows color (decimal): -1646300 or 2417126. OLE color: 2417126.
HSL color Cylindrical-coordinate representation of color #E6E124: hue angle of 58.45º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6E124 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 36 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.10 |
| HSL | 58.45º | 0.8% | 0.52% | - |
| HSV(B) | 58.45º | 0.84% | 0.9% | - |
| XYZ | 59.88 | 70.8 | 12.18 | - |
| YUV | 204.95 | 32.66 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 36 | 0 | 0.02 | 0.84 | 0.10 | 58.45 | 0.8 | 0.52 |
| Hex | E6 | E1 | 24 | 0 | 2 | 54 | A | 3A | 50 | 34 |
| Octal | 346 | 341 | 44 | 0 | 2 | 124 | 12 | 72 | 120 | 64 |
| Binary | 11100110 | 11100001 | 100100 | 0 | 10 | 1010100 | 1010 | 111010 | 1010000 | 110100 |
Color Harmonies of #E6E124
Complementary color
Monochromatic Colors of #E6E124
Black with #E6E124
Text Example
Text Example
White with #E6E124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E124; }
p { color: rgb(230,225,36); }
H1.HeaderClassName
{
color: #E6E124;
}
.AnyTagClassName
{
color: #E6E124;
}
</style>
background-color css
<style>
a { background-color: #E6E124; }
a { background-color: rgb(230,225,36); }
div.DivClassName
{
background-color: #E6E124;
}
.BgClassName
{
background-color: #E6E124;
}
</style>
border-color css
<style>
span { border-color: #E6E124; }
span { border-color: rgb(230,225,36); }
td.TdClassName
{
border-color: #E6E124;
}
.TagClassName
{
border-color: #E6E124;
}
</style>