Shades of Golden Fizz #E6E02E
Tints of Golden Fizz #E6E02E
RGB
CMYK
RGB Variations
Color information
#E6E02E (or 0xE6E02E) is known color: Golden Fizz. HEX triplet: E6, E0 and 2E. RGB value is (230,224,46). Sum of RGB (Red+Green+Blue) = 230+224+46=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 46 (18.36% from 255 or 9.2% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E02E is #191FD1. Grayscale: #CECECE. Windows color (decimal): -1646546 or 3072230. OLE color: 3072230.
HSL color Cylindrical-coordinate representation of color #E6E02E: hue angle of 58.04º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6E02E is Cyan = 0, Magento = 0.03, Yellow = 0.8 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 46 | - |
| CMYK | 0 | 0.03 | 0.8 | 0.10 |
| HSL | 58.04º | 0.79% | 0.54% | - |
| HSV(B) | 58.04º | 0.8% | 0.9% | - |
| XYZ | 59.78 | 70.33 | 13.01 | - |
| YUV | 205.5 | 37.99 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 46 | 0 | 0.03 | 0.8 | 0.10 | 58.04 | 0.79 | 0.54 |
| Hex | E6 | E0 | 2E | 0 | 3 | 50 | A | 3A | 4F | 36 |
| Octal | 346 | 340 | 56 | 0 | 3 | 120 | 12 | 72 | 117 | 66 |
| Binary | 11100110 | 11100000 | 101110 | 0 | 11 | 1010000 | 1010 | 111010 | 1001111 | 110110 |
Color Harmonies of #E6E02E
Complementary color
Monochromatic Colors of #E6E02E
Black with #E6E02E
Text Example
Text Example
White with #E6E02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E02E; }
p { color: rgb(230,224,46); }
H1.HeaderClassName
{
color: #E6E02E;
}
.AnyTagClassName
{
color: #E6E02E;
}
</style>
background-color css
<style>
a { background-color: #E6E02E; }
a { background-color: rgb(230,224,46); }
div.DivClassName
{
background-color: #E6E02E;
}
.BgClassName
{
background-color: #E6E02E;
}
</style>
border-color css
<style>
span { border-color: #E6E02E; }
span { border-color: rgb(230,224,46); }
td.TdClassName
{
border-color: #E6E02E;
}
.TagClassName
{
border-color: #E6E02E;
}
</style>