Shades of Golden Fizz #E6DF20
Tints of Golden Fizz #E6DF20
RGB
CMYK
RGB Variations
Color information
#E6DF20 (or 0xE6DF20) is known color: Golden Fizz. HEX triplet: E6, DF and 20. RGB value is (230,223,32). Sum of RGB (Red+Green+Blue) = 230+223+32=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DF20 is #1920DF. Grayscale: #CCCCCC. Windows color (decimal): -1646816 or 2154470. OLE color: 2154470.
HSL color Cylindrical-coordinate representation of color #E6DF20: hue angle of 57.88º 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 #E6DF20 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 32 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.10 |
| HSL | 57.88º | 0.8% | 0.51% | - |
| HSV(B) | 57.88º | 0.86% | 0.9% | - |
| XYZ | 59.28 | 69.7 | 11.7 | - |
| YUV | 203.32 | 31.32 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 32 | 0 | 0.03 | 0.86 | 0.10 | 57.88 | 0.8 | 0.51 |
| Hex | E6 | DF | 20 | 0 | 3 | 56 | A | 3A | 50 | 33 |
| Octal | 346 | 337 | 40 | 0 | 3 | 126 | 12 | 72 | 120 | 63 |
| Binary | 11100110 | 11011111 | 100000 | 0 | 11 | 1010110 | 1010 | 111010 | 1010000 | 110011 |
Color Harmonies of #E6DF20
Complementary color
Monochromatic Colors of #E6DF20
Black with #E6DF20
Text Example
Text Example
White with #E6DF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF20; }
p { color: rgb(230,223,32); }
H1.HeaderClassName
{
color: #E6DF20;
}
.AnyTagClassName
{
color: #E6DF20;
}
</style>
background-color css
<style>
a { background-color: #E6DF20; }
a { background-color: rgb(230,223,32); }
div.DivClassName
{
background-color: #E6DF20;
}
.BgClassName
{
background-color: #E6DF20;
}
</style>
border-color css
<style>
span { border-color: #E6DF20; }
span { border-color: rgb(230,223,32); }
td.TdClassName
{
border-color: #E6DF20;
}
.TagClassName
{
border-color: #E6DF20;
}
</style>