Shades of Golden Fizz #E5D232
Tints of Golden Fizz #E5D232
RGB
CMYK
RGB Variations
Color information
#E5D232 (or 0xE5D232) is known color: Golden Fizz. HEX triplet: E5, D2 and 32. RGB value is (229,210,50). Sum of RGB (Red+Green+Blue) = 229+210+50=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D232 is #1A2DCD. Grayscale: #C6C6C6. Windows color (decimal): -1715662 or 3330789. OLE color: 3330789.
HSL color Cylindrical-coordinate representation of color #E5D232: hue angle of 53.63º 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 #E5D232 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 50 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.10 |
| HSL | 53.63º | 0.77% | 0.55% | - |
| HSV(B) | 53.63º | 0.78% | 0.9% | - |
| XYZ | 55.94 | 62.98 | 12.23 | - |
| YUV | 197.44 | 44.79 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 50 | 0 | 0.08 | 0.78 | 0.10 | 53.63 | 0.77 | 0.55 |
| Hex | E5 | D2 | 32 | 0 | 8 | 4E | A | 36 | 4D | 37 |
| Octal | 345 | 322 | 62 | 0 | 10 | 116 | 12 | 66 | 115 | 67 |
| Binary | 11100101 | 11010010 | 110010 | 0 | 1000 | 1001110 | 1010 | 110110 | 1001101 | 110111 |
Color Harmonies of #E5D232
Complementary color
Monochromatic Colors of #E5D232
Black with #E5D232
Text Example
Text Example
White with #E5D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D232; }
p { color: rgb(229,210,50); }
H1.HeaderClassName
{
color: #E5D232;
}
.AnyTagClassName
{
color: #E5D232;
}
</style>
background-color css
<style>
a { background-color: #E5D232; }
a { background-color: rgb(229,210,50); }
div.DivClassName
{
background-color: #E5D232;
}
.BgClassName
{
background-color: #E5D232;
}
</style>
border-color css
<style>
span { border-color: #E5D232; }
span { border-color: rgb(229,210,50); }
td.TdClassName
{
border-color: #E5D232;
}
.TagClassName
{
border-color: #E5D232;
}
</style>