Shades of Golden Fizz #E5DD32
Tints of Golden Fizz #E5DD32
RGB
CMYK
RGB Variations
Color information
#E5DD32 (or 0xE5DD32) is known color: Golden Fizz. HEX triplet: E5, DD and 32. RGB value is (229,221,50). Sum of RGB (Red+Green+Blue) = 229+221+50=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DD32 is #1A22CD. Grayscale: #CCCCCC. Windows color (decimal): -1712846 or 3333605. OLE color: 3333605.
HSL color Cylindrical-coordinate representation of color #E5DD32: hue angle of 57.32º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5DD32 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 50 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.10 |
| HSL | 57.32º | 0.77% | 0.55% | - |
| HSV(B) | 57.32º | 0.78% | 0.9% | - |
| XYZ | 58.75 | 68.6 | 13.16 | - |
| YUV | 203.9 | 41.15 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 50 | 0 | 0.03 | 0.78 | 0.10 | 57.32 | 0.77 | 0.55 |
| Hex | E5 | DD | 32 | 0 | 3 | 4E | A | 39 | 4D | 37 |
| Octal | 345 | 335 | 62 | 0 | 3 | 116 | 12 | 71 | 115 | 67 |
| Binary | 11100101 | 11011101 | 110010 | 0 | 11 | 1001110 | 1010 | 111001 | 1001101 | 110111 |
Color Harmonies of #E5DD32
Complementary color
Monochromatic Colors of #E5DD32
Black with #E5DD32
Text Example
Text Example
White with #E5DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD32; }
p { color: rgb(229,221,50); }
H1.HeaderClassName
{
color: #E5DD32;
}
.AnyTagClassName
{
color: #E5DD32;
}
</style>
background-color css
<style>
a { background-color: #E5DD32; }
a { background-color: rgb(229,221,50); }
div.DivClassName
{
background-color: #E5DD32;
}
.BgClassName
{
background-color: #E5DD32;
}
</style>
border-color css
<style>
span { border-color: #E5DD32; }
span { border-color: rgb(229,221,50); }
td.TdClassName
{
border-color: #E5DD32;
}
.TagClassName
{
border-color: #E5DD32;
}
</style>