Shades of Golden Fizz #E2DB26
Tints of Golden Fizz #E2DB26
RGB
CMYK
RGB Variations
Color information
#E2DB26 (or 0xE2DB26) is known color: Golden Fizz. HEX triplet: E2, DB and 26. RGB value is (226,219,38). Sum of RGB (Red+Green+Blue) = 226+219+38=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 38 (15.23% from 255 or 7.87% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DB26 is #1D24D9. Grayscale: #C9C9C9. Windows color (decimal): -1909978 or 2546658. OLE color: 2546658.
HSL color Cylindrical-coordinate representation of color #E2DB26: hue angle of 57.77º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2DB26 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 38 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.11 |
| HSL | 57.77º | 0.76% | 0.52% | - |
| HSV(B) | 57.77º | 0.83% | 0.89% | - |
| XYZ | 57.05 | 66.97 | 11.75 | - |
| YUV | 200.46 | 36.32 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 38 | 0 | 0.03 | 0.83 | 0.11 | 57.77 | 0.76 | 0.52 |
| Hex | E2 | DB | 26 | 0 | 3 | 53 | B | 3A | 4C | 34 |
| Octal | 342 | 333 | 46 | 0 | 3 | 123 | 13 | 72 | 114 | 64 |
| Binary | 11100010 | 11011011 | 100110 | 0 | 11 | 1010011 | 1011 | 111010 | 1001100 | 110100 |
Color Harmonies of #E2DB26
Complementary color
Monochromatic Colors of #E2DB26
Black with #E2DB26
Text Example
Text Example
White with #E2DB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB26; }
p { color: rgb(226,219,38); }
H1.HeaderClassName
{
color: #E2DB26;
}
.AnyTagClassName
{
color: #E2DB26;
}
</style>
background-color css
<style>
a { background-color: #E2DB26; }
a { background-color: rgb(226,219,38); }
div.DivClassName
{
background-color: #E2DB26;
}
.BgClassName
{
background-color: #E2DB26;
}
</style>
border-color css
<style>
span { border-color: #E2DB26; }
span { border-color: rgb(226,219,38); }
td.TdClassName
{
border-color: #E2DB26;
}
.TagClassName
{
border-color: #E2DB26;
}
</style>