Shades of Golden Fizz #E5D231
Tints of Golden Fizz #E5D231
RGB
CMYK
RGB Variations
Color information
#E5D231 (or 0xE5D231) is known color: Golden Fizz. HEX triplet: E5, D2 and 31. RGB value is (229,210,49). Sum of RGB (Red+Green+Blue) = 229+210+49=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D231 is #1A2DCE. Grayscale: #C5C5C5. Windows color (decimal): -1715663 or 3265253. OLE color: 3265253.
HSL color Cylindrical-coordinate representation of color #E5D231: hue angle of 53.67º 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 #E5D231 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 49 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.10 |
| HSL | 53.67º | 0.78% | 0.55% | - |
| HSV(B) | 53.67º | 0.79% | 0.9% | - |
| XYZ | 55.91 | 62.97 | 12.11 | - |
| YUV | 197.33 | 44.29 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 49 | 0 | 0.08 | 0.79 | 0.10 | 53.67 | 0.78 | 0.55 |
| Hex | E5 | D2 | 31 | 0 | 8 | 4F | A | 36 | 4E | 37 |
| Octal | 345 | 322 | 61 | 0 | 10 | 117 | 12 | 66 | 116 | 67 |
| Binary | 11100101 | 11010010 | 110001 | 0 | 1000 | 1001111 | 1010 | 110110 | 1001110 | 110111 |
Color Harmonies of #E5D231
Complementary color
Monochromatic Colors of #E5D231
Black with #E5D231
Text Example
Text Example
White with #E5D231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D231; }
p { color: rgb(229,210,49); }
H1.HeaderClassName
{
color: #E5D231;
}
.AnyTagClassName
{
color: #E5D231;
}
</style>
background-color css
<style>
a { background-color: #E5D231; }
a { background-color: rgb(229,210,49); }
div.DivClassName
{
background-color: #E5D231;
}
.BgClassName
{
background-color: #E5D231;
}
</style>
border-color css
<style>
span { border-color: #E5D231; }
span { border-color: rgb(229,210,49); }
td.TdClassName
{
border-color: #E5D231;
}
.TagClassName
{
border-color: #E5D231;
}
</style>