Shades of Golden Fizz #E9DD20
Tints of Golden Fizz #E9DD20
RGB
CMYK
RGB Variations
Color information
#E9DD20 (or 0xE9DD20) is known color: Golden Fizz. HEX triplet: E9, DD and 20. RGB value is (233,221,32). Sum of RGB (Red+Green+Blue) = 233+221+32=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 32 (12.89% from 255 or 6.58% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DD20 is #1622DF. Grayscale: #CBCBCB. Windows color (decimal): -1450720 or 2153961. OLE color: 2153961.
HSL color Cylindrical-coordinate representation of color #E9DD20: hue angle of 56.42º degrees, saturation: 0.82, 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 #E9DD20 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 32 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.09 |
| HSL | 56.42º | 0.82% | 0.52% | - |
| HSV(B) | 56.42º | 0.86% | 0.91% | - |
| XYZ | 59.72 | 69.14 | 11.56 | - |
| YUV | 203.04 | 31.48 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 32 | 0 | 0.05 | 0.86 | 0.09 | 56.42 | 0.82 | 0.52 |
| Hex | E9 | DD | 20 | 0 | 5 | 56 | 9 | 38 | 52 | 34 |
| Octal | 351 | 335 | 40 | 0 | 5 | 126 | 11 | 70 | 122 | 64 |
| Binary | 11101001 | 11011101 | 100000 | 0 | 101 | 1010110 | 1001 | 111000 | 1010010 | 110100 |
Color Harmonies of #E9DD20
Complementary color
Monochromatic Colors of #E9DD20
Black with #E9DD20
Text Example
Text Example
White with #E9DD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD20; }
p { color: rgb(233,221,32); }
H1.HeaderClassName
{
color: #E9DD20;
}
.AnyTagClassName
{
color: #E9DD20;
}
</style>
background-color css
<style>
a { background-color: #E9DD20; }
a { background-color: rgb(233,221,32); }
div.DivClassName
{
background-color: #E9DD20;
}
.BgClassName
{
background-color: #E9DD20;
}
</style>
border-color css
<style>
span { border-color: #E9DD20; }
span { border-color: rgb(233,221,32); }
td.TdClassName
{
border-color: #E9DD20;
}
.TagClassName
{
border-color: #E9DD20;
}
</style>