Shades of Golden Fizz #E5DC1E
Tints of Golden Fizz #E5DC1E
RGB
CMYK
RGB Variations
Color information
#E5DC1E (or 0xE5DC1E) is known color: Golden Fizz. HEX triplet: E5, DC and 1E. RGB value is (229,220,30). Sum of RGB (Red+Green+Blue) = 229+220+30=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 30 (12.11% from 255 or 6.26% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DC1E is #1A23E1. Grayscale: #C9C9C9. Windows color (decimal): -1713122 or 2022629. OLE color: 2022629.
HSL color Cylindrical-coordinate representation of color #E5DC1E: hue angle of 57.29º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5DC1E is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 30 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.10 |
| HSL | 57.29º | 0.79% | 0.51% | - |
| HSV(B) | 57.29º | 0.87% | 0.9% | - |
| XYZ | 58.14 | 67.94 | 11.28 | - |
| YUV | 201.03 | 31.48 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 30 | 0 | 0.04 | 0.87 | 0.10 | 57.29 | 0.79 | 0.51 |
| Hex | E5 | DC | 1E | 0 | 4 | 57 | A | 39 | 4F | 33 |
| Octal | 345 | 334 | 36 | 0 | 4 | 127 | 12 | 71 | 117 | 63 |
| Binary | 11100101 | 11011100 | 11110 | 0 | 100 | 1010111 | 1010 | 111001 | 1001111 | 110011 |
Color Harmonies of #E5DC1E
Complementary color
Monochromatic Colors of #E5DC1E
Black with #E5DC1E
Text Example
Text Example
White with #E5DC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC1E; }
p { color: rgb(229,220,30); }
H1.HeaderClassName
{
color: #E5DC1E;
}
.AnyTagClassName
{
color: #E5DC1E;
}
</style>
background-color css
<style>
a { background-color: #E5DC1E; }
a { background-color: rgb(229,220,30); }
div.DivClassName
{
background-color: #E5DC1E;
}
.BgClassName
{
background-color: #E5DC1E;
}
</style>
border-color css
<style>
span { border-color: #E5DC1E; }
span { border-color: rgb(229,220,30); }
td.TdClassName
{
border-color: #E5DC1E;
}
.TagClassName
{
border-color: #E5DC1E;
}
</style>