Shades of Golden Fizz #E6ED20
Tints of Golden Fizz #E6ED20
RGB
CMYK
RGB Variations
Color information
#E6ED20 (or 0xE6ED20) is known color: Golden Fizz. HEX triplet: E6, ED and 20. RGB value is (230,237,32). Sum of RGB (Red+Green+Blue) = 230+237+32=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 32 (12.89% from 255 or 6.41% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #E6ED20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6ED20 is #1912DF. Grayscale: #D4D4D4. Windows color (decimal): -1643232 or 2158054. OLE color: 2158054.
HSL color Cylindrical-coordinate representation of color #E6ED20: hue angle of 62.05º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6ED20 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 237 | 32 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.07 |
| HSL | 62.05º | 0.85% | 0.53% | - |
| HSV(B) | 62.05º | 0.86% | 0.93% | - |
| XYZ | 63.18 | 77.5 | 12.99 | - |
| YUV | 211.54 | 26.68 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 32 | 0.03 | 0 | 0.86 | 0.07 | 62.05 | 0.85 | 0.53 |
| Hex | E6 | ED | 20 | 3 | 0 | 56 | 7 | 3E | 55 | 35 |
| Octal | 346 | 355 | 40 | 3 | 0 | 126 | 7 | 76 | 125 | 65 |
| Binary | 11100110 | 11101101 | 100000 | 11 | 0 | 1010110 | 111 | 111110 | 1010101 | 110101 |
Color Harmonies of #E6ED20
Complementary color
Monochromatic Colors of #E6ED20
Black with #E6ED20
Text Example
Text Example
White with #E6ED20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ED20; }
p { color: rgb(230,237,32); }
H1.HeaderClassName
{
color: #E6ED20;
}
.AnyTagClassName
{
color: #E6ED20;
}
</style>
background-color css
<style>
a { background-color: #E6ED20; }
a { background-color: rgb(230,237,32); }
div.DivClassName
{
background-color: #E6ED20;
}
.BgClassName
{
background-color: #E6ED20;
}
</style>
border-color css
<style>
span { border-color: #E6ED20; }
span { border-color: rgb(230,237,32); }
td.TdClassName
{
border-color: #E6ED20;
}
.TagClassName
{
border-color: #E6ED20;
}
</style>