Shades of Golden Fizz #E6E720
Tints of Golden Fizz #E6E720
RGB
CMYK
RGB Variations
Color information
#E6E720 (or 0xE6E720) is known color: Golden Fizz. HEX triplet: E6, E7 and 20. RGB value is (230,231,32). Sum of RGB (Red+Green+Blue) = 230+231+32=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #E6E720 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6E720 is #1918DF. Grayscale: #D0D0D0. Windows color (decimal): -1644768 or 2156518. OLE color: 2156518.
HSL color Cylindrical-coordinate representation of color #E6E720: hue angle of 60.3º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6E720 is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 231 | 32 | - |
| CMYK | 0.00 | 0 | 0.86 | 0.09 |
| HSL | 60.3º | 0.81% | 0.52% | - |
| HSV(B) | 60.3º | 0.86% | 0.91% | - |
| XYZ | 61.47 | 74.08 | 12.43 | - |
| YUV | 208.02 | 28.67 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 231 | 32 | 0.00 | 0 | 0.86 | 0.09 | 60.3 | 0.81 | 0.52 |
| Hex | E6 | E7 | 20 | 0 | 0 | 56 | 9 | 3C | 51 | 34 |
| Octal | 346 | 347 | 40 | 0 | 0 | 126 | 11 | 74 | 121 | 64 |
| Binary | 11100110 | 11100111 | 100000 | 0 | 0 | 1010110 | 1001 | 111100 | 1010001 | 110100 |
Color Harmonies of #E6E720
Complementary color
Monochromatic Colors of #E6E720
Black with #E6E720
Text Example
Text Example
White with #E6E720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E720; }
p { color: rgb(230,231,32); }
H1.HeaderClassName
{
color: #E6E720;
}
.AnyTagClassName
{
color: #E6E720;
}
</style>
background-color css
<style>
a { background-color: #E6E720; }
a { background-color: rgb(230,231,32); }
div.DivClassName
{
background-color: #E6E720;
}
.BgClassName
{
background-color: #E6E720;
}
</style>
border-color css
<style>
span { border-color: #E6E720; }
span { border-color: rgb(230,231,32); }
td.TdClassName
{
border-color: #E6E720;
}
.TagClassName
{
border-color: #E6E720;
}
</style>