Shades of Golden Fizz #E5DD31
Tints of Golden Fizz #E5DD31
RGB
CMYK
RGB Variations
Color information
#E5DD31 (or 0xE5DD31) is known color: Golden Fizz. HEX triplet: E5, DD and 31. RGB value is (229,221,49). Sum of RGB (Red+Green+Blue) = 229+221+49=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 49 (19.53% from 255 or 9.82% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DD31 is #1A22CE. Grayscale: #CCCCCC. Windows color (decimal): -1712847 or 3268069. OLE color: 3268069.
HSL color Cylindrical-coordinate representation of color #E5DD31: hue angle of 57.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5DD31 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 49 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.10 |
| HSL | 57.33º | 0.78% | 0.55% | - |
| HSV(B) | 57.33º | 0.79% | 0.9% | - |
| XYZ | 58.72 | 68.59 | 13.05 | - |
| YUV | 203.78 | 40.65 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 49 | 0 | 0.03 | 0.79 | 0.10 | 57.33 | 0.78 | 0.55 |
| Hex | E5 | DD | 31 | 0 | 3 | 4F | A | 39 | 4E | 37 |
| Octal | 345 | 335 | 61 | 0 | 3 | 117 | 12 | 71 | 116 | 67 |
| Binary | 11100101 | 11011101 | 110001 | 0 | 11 | 1001111 | 1010 | 111001 | 1001110 | 110111 |
Color Harmonies of #E5DD31
Complementary color
Monochromatic Colors of #E5DD31
Black with #E5DD31
Text Example
Text Example
White with #E5DD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD31; }
p { color: rgb(229,221,49); }
H1.HeaderClassName
{
color: #E5DD31;
}
.AnyTagClassName
{
color: #E5DD31;
}
</style>
background-color css
<style>
a { background-color: #E5DD31; }
a { background-color: rgb(229,221,49); }
div.DivClassName
{
background-color: #E5DD31;
}
.BgClassName
{
background-color: #E5DD31;
}
</style>
border-color css
<style>
span { border-color: #E5DD31; }
span { border-color: rgb(229,221,49); }
td.TdClassName
{
border-color: #E5DD31;
}
.TagClassName
{
border-color: #E5DD31;
}
</style>