Shades of Golden Fizz #E6E12C
Tints of Golden Fizz #E6E12C
RGB
CMYK
RGB Variations
Color information
#E6E12C (or 0xE6E12C) is known color: Golden Fizz. HEX triplet: E6, E1 and 2C. RGB value is (230,225,44). Sum of RGB (Red+Green+Blue) = 230+225+44=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E12C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E12C is #191ED3. Grayscale: #CECECE. Windows color (decimal): -1646292 or 2941414. OLE color: 2941414.
HSL color Cylindrical-coordinate representation of color #E6E12C: hue angle of 58.39º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6E12C is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 44 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.10 |
| HSL | 58.39º | 0.79% | 0.54% | - |
| HSV(B) | 58.39º | 0.81% | 0.9% | - |
| XYZ | 60.01 | 70.86 | 12.9 | - |
| YUV | 205.86 | 36.66 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 44 | 0 | 0.02 | 0.81 | 0.10 | 58.39 | 0.79 | 0.54 |
| Hex | E6 | E1 | 2C | 0 | 2 | 51 | A | 3A | 4F | 36 |
| Octal | 346 | 341 | 54 | 0 | 2 | 121 | 12 | 72 | 117 | 66 |
| Binary | 11100110 | 11100001 | 101100 | 0 | 10 | 1010001 | 1010 | 111010 | 1001111 | 110110 |
Color Harmonies of #E6E12C
Complementary color
Monochromatic Colors of #E6E12C
Black with #E6E12C
Text Example
Text Example
White with #E6E12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E12C; }
p { color: rgb(230,225,44); }
H1.HeaderClassName
{
color: #E6E12C;
}
.AnyTagClassName
{
color: #E6E12C;
}
</style>
background-color css
<style>
a { background-color: #E6E12C; }
a { background-color: rgb(230,225,44); }
div.DivClassName
{
background-color: #E6E12C;
}
.BgClassName
{
background-color: #E6E12C;
}
</style>
border-color css
<style>
span { border-color: #E6E12C; }
span { border-color: rgb(230,225,44); }
td.TdClassName
{
border-color: #E6E12C;
}
.TagClassName
{
border-color: #E6E12C;
}
</style>