Shades of Golden Fizz #E6DA20
Tints of Golden Fizz #E6DA20
RGB
CMYK
RGB Variations
Color information
#E6DA20 (or 0xE6DA20) is known color: Golden Fizz. HEX triplet: E6, DA and 20. RGB value is (230,218,32). Sum of RGB (Red+Green+Blue) = 230+218+32=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 32 (12.89% from 255 or 6.67% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DA20 is #1925DF. Grayscale: #C9C9C9. Windows color (decimal): -1648096 or 2153190. OLE color: 2153190.
HSL color Cylindrical-coordinate representation of color #E6DA20: hue angle of 56.36º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6DA20 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 32 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.10 |
| HSL | 56.36º | 0.8% | 0.51% | - |
| HSV(B) | 56.36º | 0.86% | 0.9% | - |
| XYZ | 57.97 | 67.07 | 11.26 | - |
| YUV | 200.38 | 32.98 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 32 | 0 | 0.05 | 0.86 | 0.10 | 56.36 | 0.8 | 0.51 |
| Hex | E6 | DA | 20 | 0 | 5 | 56 | A | 38 | 50 | 33 |
| Octal | 346 | 332 | 40 | 0 | 5 | 126 | 12 | 70 | 120 | 63 |
| Binary | 11100110 | 11011010 | 100000 | 0 | 101 | 1010110 | 1010 | 111000 | 1010000 | 110011 |
Color Harmonies of #E6DA20
Complementary color
Monochromatic Colors of #E6DA20
Black with #E6DA20
Text Example
Text Example
White with #E6DA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DA20; }
p { color: rgb(230,218,32); }
H1.HeaderClassName
{
color: #E6DA20;
}
.AnyTagClassName
{
color: #E6DA20;
}
</style>
background-color css
<style>
a { background-color: #E6DA20; }
a { background-color: rgb(230,218,32); }
div.DivClassName
{
background-color: #E6DA20;
}
.BgClassName
{
background-color: #E6DA20;
}
</style>
border-color css
<style>
span { border-color: #E6DA20; }
span { border-color: rgb(230,218,32); }
td.TdClassName
{
border-color: #E6DA20;
}
.TagClassName
{
border-color: #E6DA20;
}
</style>