Shades of Golden Fizz #E2DF20
Tints of Golden Fizz #E2DF20
RGB
CMYK
RGB Variations
Color information
#E2DF20 (or 0xE2DF20) is known color: Golden Fizz. HEX triplet: E2, DF and 20. RGB value is (226,223,32). Sum of RGB (Red+Green+Blue) = 226+223+32=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DF20 is #1D20DF. Grayscale: #CACACA. Windows color (decimal): -1908960 or 2154466. OLE color: 2154466.
HSL color Cylindrical-coordinate representation of color #E2DF20: hue angle of 59.07º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2DF20 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 32 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.11 |
| HSL | 59.07º | 0.77% | 0.51% | - |
| HSV(B) | 59.07º | 0.86% | 0.89% | - |
| XYZ | 58.01 | 69.05 | 11.64 | - |
| YUV | 202.12 | 31.99 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 32 | 0 | 0.01 | 0.86 | 0.11 | 59.07 | 0.77 | 0.51 |
| Hex | E2 | DF | 20 | 0 | 1 | 56 | B | 3B | 4D | 33 |
| Octal | 342 | 337 | 40 | 0 | 1 | 126 | 13 | 73 | 115 | 63 |
| Binary | 11100010 | 11011111 | 100000 | 0 | 1 | 1010110 | 1011 | 111011 | 1001101 | 110011 |
Color Harmonies of #E2DF20
Complementary color
Monochromatic Colors of #E2DF20
Black with #E2DF20
Text Example
Text Example
White with #E2DF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF20; }
p { color: rgb(226,223,32); }
H1.HeaderClassName
{
color: #E2DF20;
}
.AnyTagClassName
{
color: #E2DF20;
}
</style>
background-color css
<style>
a { background-color: #E2DF20; }
a { background-color: rgb(226,223,32); }
div.DivClassName
{
background-color: #E2DF20;
}
.BgClassName
{
background-color: #E2DF20;
}
</style>
border-color css
<style>
span { border-color: #E2DF20; }
span { border-color: rgb(226,223,32); }
td.TdClassName
{
border-color: #E2DF20;
}
.TagClassName
{
border-color: #E2DF20;
}
</style>