Shades of Golden Fizz #E5DA21
Tints of Golden Fizz #E5DA21
RGB
CMYK
RGB Variations
Color information
#E5DA21 (or 0xE5DA21) is known color: Golden Fizz. HEX triplet: E5, DA and 21. RGB value is (229,218,33). Sum of RGB (Red+Green+Blue) = 229+218+33=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 33 (13.28% from 255 or 6.88% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA21 is #1A25DE. Grayscale: #C8C8C8. Windows color (decimal): -1713631 or 2218725. OLE color: 2218725.
HSL color Cylindrical-coordinate representation of color #E5DA21: hue angle of 56.63º degrees, saturation: 0.79, 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 #E5DA21 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 33 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.10 |
| HSL | 56.63º | 0.79% | 0.51% | - |
| HSV(B) | 56.63º | 0.86% | 0.9% | - |
| XYZ | 57.66 | 66.91 | 11.31 | - |
| YUV | 200.2 | 33.64 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 33 | 0 | 0.05 | 0.86 | 0.10 | 56.63 | 0.79 | 0.51 |
| Hex | E5 | DA | 21 | 0 | 5 | 56 | A | 39 | 4F | 33 |
| Octal | 345 | 332 | 41 | 0 | 5 | 126 | 12 | 71 | 117 | 63 |
| Binary | 11100101 | 11011010 | 100001 | 0 | 101 | 1010110 | 1010 | 111001 | 1001111 | 110011 |
Color Harmonies of #E5DA21
Complementary color
Monochromatic Colors of #E5DA21
Black with #E5DA21
Text Example
Text Example
White with #E5DA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA21; }
p { color: rgb(229,218,33); }
H1.HeaderClassName
{
color: #E5DA21;
}
.AnyTagClassName
{
color: #E5DA21;
}
</style>
background-color css
<style>
a { background-color: #E5DA21; }
a { background-color: rgb(229,218,33); }
div.DivClassName
{
background-color: #E5DA21;
}
.BgClassName
{
background-color: #E5DA21;
}
</style>
border-color css
<style>
span { border-color: #E5DA21; }
span { border-color: rgb(229,218,33); }
td.TdClassName
{
border-color: #E5DA21;
}
.TagClassName
{
border-color: #E5DA21;
}
</style>