Shades of Golden Fizz #E5D927
Tints of Golden Fizz #E5D927
RGB
CMYK
RGB Variations
Color information
#E5D927 (or 0xE5D927) is known color: Golden Fizz. HEX triplet: E5, D9 and 27. RGB value is (229,217,39). Sum of RGB (Red+Green+Blue) = 229+217+39=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 39 (15.62% from 255 or 8.04% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D927 is #1A26D8. Grayscale: #C9C9C9. Windows color (decimal): -1713881 or 2611685. OLE color: 2611685.
HSL color Cylindrical-coordinate representation of color #E5D927: hue angle of 56.21º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5D927 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 39 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.10 |
| HSL | 56.21º | 0.79% | 0.53% | - |
| HSV(B) | 56.21º | 0.83% | 0.9% | - |
| XYZ | 57.49 | 66.43 | 11.71 | - |
| YUV | 200.3 | 36.98 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 39 | 0 | 0.05 | 0.83 | 0.10 | 56.21 | 0.79 | 0.53 |
| Hex | E5 | D9 | 27 | 0 | 5 | 53 | A | 38 | 4F | 35 |
| Octal | 345 | 331 | 47 | 0 | 5 | 123 | 12 | 70 | 117 | 65 |
| Binary | 11100101 | 11011001 | 100111 | 0 | 101 | 1010011 | 1010 | 111000 | 1001111 | 110101 |
Color Harmonies of #E5D927
Complementary color
Monochromatic Colors of #E5D927
Black with #E5D927
Text Example
Text Example
White with #E5D927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D927; }
p { color: rgb(229,217,39); }
H1.HeaderClassName
{
color: #E5D927;
}
.AnyTagClassName
{
color: #E5D927;
}
</style>
background-color css
<style>
a { background-color: #E5D927; }
a { background-color: rgb(229,217,39); }
div.DivClassName
{
background-color: #E5D927;
}
.BgClassName
{
background-color: #E5D927;
}
</style>
border-color css
<style>
span { border-color: #E5D927; }
span { border-color: rgb(229,217,39); }
td.TdClassName
{
border-color: #E5D927;
}
.TagClassName
{
border-color: #E5D927;
}
</style>