Shades of Golden Fizz #E6E11C
Tints of Golden Fizz #E6E11C
RGB
CMYK
RGB Variations
Color information
#E6E11C (or 0xE6E11C) is known color: Golden Fizz. HEX triplet: E6, E1 and 1C. RGB value is (230,225,28). Sum of RGB (Red+Green+Blue) = 230+225+28=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 28 (11.33% from 255 or 5.80% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E11C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E11C is #191EE3. Grayscale: #CCCCCC. Windows color (decimal): -1646308 or 1892838. OLE color: 1892838.
HSL color Cylindrical-coordinate representation of color #E6E11C: hue angle of 58.51º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6E11C is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 28 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.10 |
| HSL | 58.51º | 0.8% | 0.51% | - |
| HSV(B) | 58.51º | 0.88% | 0.9% | - |
| XYZ | 59.77 | 70.76 | 11.61 | - |
| YUV | 204.04 | 28.66 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 28 | 0 | 0.02 | 0.88 | 0.10 | 58.51 | 0.8 | 0.51 |
| Hex | E6 | E1 | 1C | 0 | 2 | 58 | A | 3B | 50 | 33 |
| Octal | 346 | 341 | 34 | 0 | 2 | 130 | 12 | 73 | 120 | 63 |
| Binary | 11100110 | 11100001 | 11100 | 0 | 10 | 1011000 | 1010 | 111011 | 1010000 | 110011 |
Color Harmonies of #E6E11C
Complementary color
Monochromatic Colors of #E6E11C
Black with #E6E11C
Text Example
Text Example
White with #E6E11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E11C; }
p { color: rgb(230,225,28); }
H1.HeaderClassName
{
color: #E6E11C;
}
.AnyTagClassName
{
color: #E6E11C;
}
</style>
background-color css
<style>
a { background-color: #E6E11C; }
a { background-color: rgb(230,225,28); }
div.DivClassName
{
background-color: #E6E11C;
}
.BgClassName
{
background-color: #E6E11C;
}
</style>
border-color css
<style>
span { border-color: #E6E11C; }
span { border-color: rgb(230,225,28); }
td.TdClassName
{
border-color: #E6E11C;
}
.TagClassName
{
border-color: #E6E11C;
}
</style>