Shades of Golden Fizz #E5DA32
Tints of Golden Fizz #E5DA32
RGB
CMYK
RGB Variations
Color information
#E5DA32 (or 0xE5DA32) is known color: Golden Fizz. HEX triplet: E5, DA and 32. RGB value is (229,218,50). Sum of RGB (Red+Green+Blue) = 229+218+50=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA32 is #1A25CD. Grayscale: #CACACA. Windows color (decimal): -1713614 or 3332837. OLE color: 3332837.
HSL color Cylindrical-coordinate representation of color #E5DA32: hue angle of 56.31º 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 #E5DA32 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 50 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.10 |
| HSL | 56.31º | 0.77% | 0.55% | - |
| HSV(B) | 56.31º | 0.78% | 0.9% | - |
| XYZ | 57.96 | 67.03 | 12.9 | - |
| YUV | 202.14 | 42.14 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 50 | 0 | 0.05 | 0.78 | 0.10 | 56.31 | 0.77 | 0.55 |
| Hex | E5 | DA | 32 | 0 | 5 | 4E | A | 38 | 4D | 37 |
| Octal | 345 | 332 | 62 | 0 | 5 | 116 | 12 | 70 | 115 | 67 |
| Binary | 11100101 | 11011010 | 110010 | 0 | 101 | 1001110 | 1010 | 111000 | 1001101 | 110111 |
Color Harmonies of #E5DA32
Complementary color
Monochromatic Colors of #E5DA32
Black with #E5DA32
Text Example
Text Example
White with #E5DA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA32; }
p { color: rgb(229,218,50); }
H1.HeaderClassName
{
color: #E5DA32;
}
.AnyTagClassName
{
color: #E5DA32;
}
</style>
background-color css
<style>
a { background-color: #E5DA32; }
a { background-color: rgb(229,218,50); }
div.DivClassName
{
background-color: #E5DA32;
}
.BgClassName
{
background-color: #E5DA32;
}
</style>
border-color css
<style>
span { border-color: #E5DA32; }
span { border-color: rgb(229,218,50); }
td.TdClassName
{
border-color: #E5DA32;
}
.TagClassName
{
border-color: #E5DA32;
}
</style>