Shades of Golden Fizz #E1DC2B
Tints of Golden Fizz #E1DC2B
RGB
CMYK
RGB Variations
Color information
#E1DC2B (or 0xE1DC2B) is known color: Golden Fizz. HEX triplet: E1, DC and 2B. RGB value is (225,220,43). Sum of RGB (Red+Green+Blue) = 225+220+43=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DC2B is #1E23D4. Grayscale: #CACACA. Windows color (decimal): -1975253 or 2874593. OLE color: 2874593.
HSL color Cylindrical-coordinate representation of color #E1DC2B: hue angle of 58.35º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1DC2B is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 43 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.12 |
| HSL | 58.35º | 0.75% | 0.53% | - |
| HSV(B) | 58.35º | 0.81% | 0.88% | - |
| XYZ | 57.08 | 67.37 | 12.28 | - |
| YUV | 201.32 | 38.66 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 43 | 0 | 0.02 | 0.81 | 0.12 | 58.35 | 0.75 | 0.53 |
| Hex | E1 | DC | 2B | 0 | 2 | 51 | C | 3A | 4B | 35 |
| Octal | 341 | 334 | 53 | 0 | 2 | 121 | 14 | 72 | 113 | 65 |
| Binary | 11100001 | 11011100 | 101011 | 0 | 10 | 1010001 | 1100 | 111010 | 1001011 | 110101 |
Color Harmonies of #E1DC2B
Complementary color
Monochromatic Colors of #E1DC2B
Black with #E1DC2B
Text Example
Text Example
White with #E1DC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DC2B; }
p { color: rgb(225,220,43); }
H1.HeaderClassName
{
color: #E1DC2B;
}
.AnyTagClassName
{
color: #E1DC2B;
}
</style>
background-color css
<style>
a { background-color: #E1DC2B; }
a { background-color: rgb(225,220,43); }
div.DivClassName
{
background-color: #E1DC2B;
}
.BgClassName
{
background-color: #E1DC2B;
}
</style>
border-color css
<style>
span { border-color: #E1DC2B; }
span { border-color: rgb(225,220,43); }
td.TdClassName
{
border-color: #E1DC2B;
}
.TagClassName
{
border-color: #E1DC2B;
}
</style>