Shades of Golden Fizz #E6E122
Tints of Golden Fizz #E6E122
RGB
CMYK
RGB Variations
Color information
#E6E122 (or 0xE6E122) is known color: Golden Fizz. HEX triplet: E6, E1 and 22. RGB value is (230,225,34). Sum of RGB (Red+Green+Blue) = 230+225+34=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 34 (13.67% from 255 or 6.95% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E122 is #191EDD. Grayscale: #CDCDCD. Windows color (decimal): -1646302 or 2286054. OLE color: 2286054.
HSL color Cylindrical-coordinate representation of color #E6E122: hue angle of 58.47º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6E122 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 34 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.10 |
| HSL | 58.47º | 0.8% | 0.52% | - |
| HSV(B) | 58.47º | 0.85% | 0.9% | - |
| XYZ | 59.85 | 70.79 | 12.02 | - |
| YUV | 204.72 | 31.66 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 34 | 0 | 0.02 | 0.85 | 0.10 | 58.47 | 0.8 | 0.52 |
| Hex | E6 | E1 | 22 | 0 | 2 | 55 | A | 3A | 50 | 34 |
| Octal | 346 | 341 | 42 | 0 | 2 | 125 | 12 | 72 | 120 | 64 |
| Binary | 11100110 | 11100001 | 100010 | 0 | 10 | 1010101 | 1010 | 111010 | 1010000 | 110100 |
Color Harmonies of #E6E122
Complementary color
Monochromatic Colors of #E6E122
Black with #E6E122
Text Example
Text Example
White with #E6E122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E122; }
p { color: rgb(230,225,34); }
H1.HeaderClassName
{
color: #E6E122;
}
.AnyTagClassName
{
color: #E6E122;
}
</style>
background-color css
<style>
a { background-color: #E6E122; }
a { background-color: rgb(230,225,34); }
div.DivClassName
{
background-color: #E6E122;
}
.BgClassName
{
background-color: #E6E122;
}
</style>
border-color css
<style>
span { border-color: #E6E122; }
span { border-color: rgb(230,225,34); }
td.TdClassName
{
border-color: #E6E122;
}
.TagClassName
{
border-color: #E6E122;
}
</style>