Shades of Golden Fizz #E5D632
Tints of Golden Fizz #E5D632
RGB
CMYK
RGB Variations
Color information
#E5D632 (or 0xE5D632) is known color: Golden Fizz. HEX triplet: E5, D6 and 32. RGB value is (229,214,50). Sum of RGB (Red+Green+Blue) = 229+214+50=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D632 is #1A29CD. Grayscale: #C8C8C8. Windows color (decimal): -1714638 or 3331813. OLE color: 3331813.
HSL color Cylindrical-coordinate representation of color #E5D632: hue angle of 54.97º 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 #E5D632 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 50 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.10 |
| HSL | 54.97º | 0.77% | 0.55% | - |
| HSV(B) | 54.97º | 0.78% | 0.9% | - |
| XYZ | 56.94 | 64.98 | 12.56 | - |
| YUV | 199.79 | 43.47 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 50 | 0 | 0.07 | 0.78 | 0.10 | 54.97 | 0.77 | 0.55 |
| Hex | E5 | D6 | 32 | 0 | 7 | 4E | A | 37 | 4D | 37 |
| Octal | 345 | 326 | 62 | 0 | 7 | 116 | 12 | 67 | 115 | 67 |
| Binary | 11100101 | 11010110 | 110010 | 0 | 111 | 1001110 | 1010 | 110111 | 1001101 | 110111 |
Color Harmonies of #E5D632
Complementary color
Monochromatic Colors of #E5D632
Black with #E5D632
Text Example
Text Example
White with #E5D632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D632; }
p { color: rgb(229,214,50); }
H1.HeaderClassName
{
color: #E5D632;
}
.AnyTagClassName
{
color: #E5D632;
}
</style>
background-color css
<style>
a { background-color: #E5D632; }
a { background-color: rgb(229,214,50); }
div.DivClassName
{
background-color: #E5D632;
}
.BgClassName
{
background-color: #E5D632;
}
</style>
border-color css
<style>
span { border-color: #E5D632; }
span { border-color: rgb(229,214,50); }
td.TdClassName
{
border-color: #E5D632;
}
.TagClassName
{
border-color: #E5D632;
}
</style>