Shades of Golden Fizz #E5D431
Tints of Golden Fizz #E5D431
RGB
CMYK
RGB Variations
Color information
#E5D431 (or 0xE5D431) is known color: Golden Fizz. HEX triplet: E5, D4 and 31. RGB value is (229,212,49). Sum of RGB (Red+Green+Blue) = 229+212+49=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D431 is #1A2BCE. Grayscale: #C7C7C7. Windows color (decimal): -1715151 or 3265765. OLE color: 3265765.
HSL color Cylindrical-coordinate representation of color #E5D431: hue angle of 54.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5D431 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 49 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.10 |
| HSL | 54.33º | 0.78% | 0.55% | - |
| HSV(B) | 54.33º | 0.79% | 0.9% | - |
| XYZ | 56.41 | 63.97 | 12.28 | - |
| YUV | 198.5 | 43.63 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 49 | 0 | 0.07 | 0.79 | 0.10 | 54.33 | 0.78 | 0.55 |
| Hex | E5 | D4 | 31 | 0 | 7 | 4F | A | 36 | 4E | 37 |
| Octal | 345 | 324 | 61 | 0 | 7 | 117 | 12 | 66 | 116 | 67 |
| Binary | 11100101 | 11010100 | 110001 | 0 | 111 | 1001111 | 1010 | 110110 | 1001110 | 110111 |
Color Harmonies of #E5D431
Complementary color
Monochromatic Colors of #E5D431
Black with #E5D431
Text Example
Text Example
White with #E5D431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D431; }
p { color: rgb(229,212,49); }
H1.HeaderClassName
{
color: #E5D431;
}
.AnyTagClassName
{
color: #E5D431;
}
</style>
background-color css
<style>
a { background-color: #E5D431; }
a { background-color: rgb(229,212,49); }
div.DivClassName
{
background-color: #E5D431;
}
.BgClassName
{
background-color: #E5D431;
}
</style>
border-color css
<style>
span { border-color: #E5D431; }
span { border-color: rgb(229,212,49); }
td.TdClassName
{
border-color: #E5D431;
}
.TagClassName
{
border-color: #E5D431;
}
</style>