Shades of Golden Fizz #E1DA2B
Tints of Golden Fizz #E1DA2B
RGB
CMYK
RGB Variations
Color information
#E1DA2B (or 0xE1DA2B) is known color: Golden Fizz. HEX triplet: E1, DA and 2B. RGB value is (225,218,43). Sum of RGB (Red+Green+Blue) = 225+218+43=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DA2B is #1E25D4. Grayscale: #C8C8C8. Windows color (decimal): -1975765 or 2874081. OLE color: 2874081.
HSL color Cylindrical-coordinate representation of color #E1DA2B: hue angle of 57.69º 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 #E1DA2B is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 43 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.12 |
| HSL | 57.69º | 0.75% | 0.53% | - |
| HSV(B) | 57.69º | 0.81% | 0.88% | - |
| XYZ | 56.56 | 66.32 | 12.11 | - |
| YUV | 200.14 | 39.32 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 43 | 0 | 0.03 | 0.81 | 0.12 | 57.69 | 0.75 | 0.53 |
| Hex | E1 | DA | 2B | 0 | 3 | 51 | C | 3A | 4B | 35 |
| Octal | 341 | 332 | 53 | 0 | 3 | 121 | 14 | 72 | 113 | 65 |
| Binary | 11100001 | 11011010 | 101011 | 0 | 11 | 1010001 | 1100 | 111010 | 1001011 | 110101 |
Color Harmonies of #E1DA2B
Complementary color
Monochromatic Colors of #E1DA2B
Black with #E1DA2B
Text Example
Text Example
White with #E1DA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DA2B; }
p { color: rgb(225,218,43); }
H1.HeaderClassName
{
color: #E1DA2B;
}
.AnyTagClassName
{
color: #E1DA2B;
}
</style>
background-color css
<style>
a { background-color: #E1DA2B; }
a { background-color: rgb(225,218,43); }
div.DivClassName
{
background-color: #E1DA2B;
}
.BgClassName
{
background-color: #E1DA2B;
}
</style>
border-color css
<style>
span { border-color: #E1DA2B; }
span { border-color: rgb(225,218,43); }
td.TdClassName
{
border-color: #E1DA2B;
}
.TagClassName
{
border-color: #E1DA2B;
}
</style>