Shades of Golden Fizz #E5DD2A
Tints of Golden Fizz #E5DD2A
RGB
CMYK
RGB Variations
Color information
#E5DD2A (or 0xE5DD2A) is known color: Golden Fizz. HEX triplet: E5, DD and 2A. RGB value is (229,221,42). Sum of RGB (Red+Green+Blue) = 229+221+42=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 42 (16.80% from 255 or 8.54% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DD2A is #1A22D5. Grayscale: #CBCBCB. Windows color (decimal): -1712854 or 2809317. OLE color: 2809317.
HSL color Cylindrical-coordinate representation of color #E5DD2A: hue angle of 57.43º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5DD2A is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 42 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.10 |
| HSL | 57.43º | 0.78% | 0.53% | - |
| HSV(B) | 57.43º | 0.82% | 0.9% | - |
| XYZ | 58.59 | 68.54 | 12.33 | - |
| YUV | 202.99 | 37.15 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 42 | 0 | 0.03 | 0.82 | 0.10 | 57.43 | 0.78 | 0.53 |
| Hex | E5 | DD | 2A | 0 | 3 | 52 | A | 39 | 4E | 35 |
| Octal | 345 | 335 | 52 | 0 | 3 | 122 | 12 | 71 | 116 | 65 |
| Binary | 11100101 | 11011101 | 101010 | 0 | 11 | 1010010 | 1010 | 111001 | 1001110 | 110101 |
Color Harmonies of #E5DD2A
Complementary color
Monochromatic Colors of #E5DD2A
Black with #E5DD2A
Text Example
Text Example
White with #E5DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD2A; }
p { color: rgb(229,221,42); }
H1.HeaderClassName
{
color: #E5DD2A;
}
.AnyTagClassName
{
color: #E5DD2A;
}
</style>
background-color css
<style>
a { background-color: #E5DD2A; }
a { background-color: rgb(229,221,42); }
div.DivClassName
{
background-color: #E5DD2A;
}
.BgClassName
{
background-color: #E5DD2A;
}
</style>
border-color css
<style>
span { border-color: #E5DD2A; }
span { border-color: rgb(229,221,42); }
td.TdClassName
{
border-color: #E5DD2A;
}
.TagClassName
{
border-color: #E5DD2A;
}
</style>