Shades of Golden Fizz #E1DF29
Tints of Golden Fizz #E1DF29
RGB
CMYK
RGB Variations
Color information
#E1DF29 (or 0xE1DF29) is known color: Golden Fizz. HEX triplet: E1, DF and 29. RGB value is (225,223,41). Sum of RGB (Red+Green+Blue) = 225+223+41=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 41 (16.41% from 255 or 8.38% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF29 is #1E20D6. Grayscale: #CBCBCB. Windows color (decimal): -1974487 or 2744289. OLE color: 2744289.
HSL color Cylindrical-coordinate representation of color #E1DF29: hue angle of 59.35º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1DF29 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 41 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.12 |
| HSL | 59.35º | 0.75% | 0.52% | - |
| HSV(B) | 59.35º | 0.82% | 0.88% | - |
| XYZ | 57.84 | 68.94 | 12.36 | - |
| YUV | 202.85 | 36.66 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 41 | 0 | 0.01 | 0.82 | 0.12 | 59.35 | 0.75 | 0.52 |
| Hex | E1 | DF | 29 | 0 | 1 | 52 | C | 3B | 4B | 34 |
| Octal | 341 | 337 | 51 | 0 | 1 | 122 | 14 | 73 | 113 | 64 |
| Binary | 11100001 | 11011111 | 101001 | 0 | 1 | 1010010 | 1100 | 111011 | 1001011 | 110100 |
Color Harmonies of #E1DF29
Complementary color
Monochromatic Colors of #E1DF29
Black with #E1DF29
Text Example
Text Example
White with #E1DF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF29; }
p { color: rgb(225,223,41); }
H1.HeaderClassName
{
color: #E1DF29;
}
.AnyTagClassName
{
color: #E1DF29;
}
</style>
background-color css
<style>
a { background-color: #E1DF29; }
a { background-color: rgb(225,223,41); }
div.DivClassName
{
background-color: #E1DF29;
}
.BgClassName
{
background-color: #E1DF29;
}
</style>
border-color css
<style>
span { border-color: #E1DF29; }
span { border-color: rgb(225,223,41); }
td.TdClassName
{
border-color: #E1DF29;
}
.TagClassName
{
border-color: #E1DF29;
}
</style>