Shades of Golden Fizz #E5DF29
Tints of Golden Fizz #E5DF29
RGB
CMYK
RGB Variations
Color information
#E5DF29 (or 0xE5DF29) is known color: Golden Fizz. HEX triplet: E5, DF and 29. RGB value is (229,223,41). Sum of RGB (Red+Green+Blue) = 229+223+41=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 41 (16.41% from 255 or 8.32% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DF29 is #1A20D6. Grayscale: #CCCCCC. Windows color (decimal): -1712343 or 2744293. OLE color: 2744293.
HSL color Cylindrical-coordinate representation of color #E5DF29: hue angle of 58.09º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5DF29 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 41 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.10 |
| HSL | 58.09º | 0.78% | 0.53% | - |
| HSV(B) | 58.09º | 0.82% | 0.9% | - |
| XYZ | 59.1 | 69.59 | 12.42 | - |
| YUV | 204.05 | 35.99 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 41 | 0 | 0.03 | 0.82 | 0.10 | 58.09 | 0.78 | 0.53 |
| Hex | E5 | DF | 29 | 0 | 3 | 52 | A | 3A | 4E | 35 |
| Octal | 345 | 337 | 51 | 0 | 3 | 122 | 12 | 72 | 116 | 65 |
| Binary | 11100101 | 11011111 | 101001 | 0 | 11 | 1010010 | 1010 | 111010 | 1001110 | 110101 |
Color Harmonies of #E5DF29
Complementary color
Monochromatic Colors of #E5DF29
Black with #E5DF29
Text Example
Text Example
White with #E5DF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DF29; }
p { color: rgb(229,223,41); }
H1.HeaderClassName
{
color: #E5DF29;
}
.AnyTagClassName
{
color: #E5DF29;
}
</style>
background-color css
<style>
a { background-color: #E5DF29; }
a { background-color: rgb(229,223,41); }
div.DivClassName
{
background-color: #E5DF29;
}
.BgClassName
{
background-color: #E5DF29;
}
</style>
border-color css
<style>
span { border-color: #E5DF29; }
span { border-color: rgb(229,223,41); }
td.TdClassName
{
border-color: #E5DF29;
}
.TagClassName
{
border-color: #E5DF29;
}
</style>