Shades of Golden Fizz #E5D533
Tints of Golden Fizz #E5D533
RGB
CMYK
RGB Variations
Color information
#E5D533 (or 0xE5D533) is known color: Golden Fizz. HEX triplet: E5, D5 and 33. RGB value is (229,213,51). Sum of RGB (Red+Green+Blue) = 229+213+51=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 51 (20.31% from 255 or 10.34% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D533 is #1A2ACC. Grayscale: #C7C7C7. Windows color (decimal): -1714893 or 3397093. OLE color: 3397093.
HSL color Cylindrical-coordinate representation of color #E5D533: hue angle of 54.61º 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 #E5D533 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 213 | 51 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.10 |
| HSL | 54.61º | 0.77% | 0.55% | - |
| HSV(B) | 54.61º | 0.78% | 0.9% | - |
| XYZ | 56.7 | 64.49 | 12.59 | - |
| YUV | 199.32 | 44.3 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 213 | 51 | 0 | 0.07 | 0.78 | 0.10 | 54.61 | 0.77 | 0.55 |
| Hex | E5 | D5 | 33 | 0 | 7 | 4E | A | 37 | 4D | 37 |
| Octal | 345 | 325 | 63 | 0 | 7 | 116 | 12 | 67 | 115 | 67 |
| Binary | 11100101 | 11010101 | 110011 | 0 | 111 | 1001110 | 1010 | 110111 | 1001101 | 110111 |
Color Harmonies of #E5D533
Complementary color
Monochromatic Colors of #E5D533
Black with #E5D533
Text Example
Text Example
White with #E5D533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D533; }
p { color: rgb(229,213,51); }
H1.HeaderClassName
{
color: #E5D533;
}
.AnyTagClassName
{
color: #E5D533;
}
</style>
background-color css
<style>
a { background-color: #E5D533; }
a { background-color: rgb(229,213,51); }
div.DivClassName
{
background-color: #E5D533;
}
.BgClassName
{
background-color: #E5D533;
}
</style>
border-color css
<style>
span { border-color: #E5D533; }
span { border-color: rgb(229,213,51); }
td.TdClassName
{
border-color: #E5D533;
}
.TagClassName
{
border-color: #E5D533;
}
</style>