Shades of Golden Fizz #E5D832
Tints of Golden Fizz #E5D832
RGB
CMYK
RGB Variations
Color information
#E5D832 (or 0xE5D832) is known color: Golden Fizz. HEX triplet: E5, D8 and 32. RGB value is (229,216,50). Sum of RGB (Red+Green+Blue) = 229+216+50=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D832 is #1A27CD. Grayscale: #C9C9C9. Windows color (decimal): -1714126 or 3332325. OLE color: 3332325.
HSL color Cylindrical-coordinate representation of color #E5D832: hue angle of 55.64º 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 #E5D832 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 50 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.10 |
| HSL | 55.64º | 0.77% | 0.55% | - |
| HSV(B) | 55.64º | 0.78% | 0.9% | - |
| XYZ | 57.44 | 66 | 12.73 | - |
| YUV | 200.96 | 42.81 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 50 | 0 | 0.06 | 0.78 | 0.10 | 55.64 | 0.77 | 0.55 |
| Hex | E5 | D8 | 32 | 0 | 6 | 4E | A | 38 | 4D | 37 |
| Octal | 345 | 330 | 62 | 0 | 6 | 116 | 12 | 70 | 115 | 67 |
| Binary | 11100101 | 11011000 | 110010 | 0 | 110 | 1001110 | 1010 | 111000 | 1001101 | 110111 |
Color Harmonies of #E5D832
Complementary color
Monochromatic Colors of #E5D832
Black with #E5D832
Text Example
Text Example
White with #E5D832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D832; }
p { color: rgb(229,216,50); }
H1.HeaderClassName
{
color: #E5D832;
}
.AnyTagClassName
{
color: #E5D832;
}
</style>
background-color css
<style>
a { background-color: #E5D832; }
a { background-color: rgb(229,216,50); }
div.DivClassName
{
background-color: #E5D832;
}
.BgClassName
{
background-color: #E5D832;
}
</style>
border-color css
<style>
span { border-color: #E5D832; }
span { border-color: rgb(229,216,50); }
td.TdClassName
{
border-color: #E5D832;
}
.TagClassName
{
border-color: #E5D832;
}
</style>