Shades of Golden Fizz #E2D626
Tints of Golden Fizz #E2D626
RGB
CMYK
RGB Variations
Color information
#E2D626 (or 0xE2D626) is known color: Golden Fizz. HEX triplet: E2, D6 and 26. RGB value is (226,214,38). Sum of RGB (Red+Green+Blue) = 226+214+38=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 38 (15.23% from 255 or 7.95% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D626 is #1D29D9. Grayscale: #C6C6C6. Windows color (decimal): -1911258 or 2545378. OLE color: 2545378.
HSL color Cylindrical-coordinate representation of color #E2D626: hue angle of 56.17º 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 #E2D626 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 38 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.11 |
| HSL | 56.17º | 0.76% | 0.52% | - |
| HSV(B) | 56.17º | 0.83% | 0.89% | - |
| XYZ | 55.76 | 64.4 | 11.33 | - |
| YUV | 197.52 | 37.98 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 38 | 0 | 0.05 | 0.83 | 0.11 | 56.17 | 0.76 | 0.52 |
| Hex | E2 | D6 | 26 | 0 | 5 | 53 | B | 38 | 4C | 34 |
| Octal | 342 | 326 | 46 | 0 | 5 | 123 | 13 | 70 | 114 | 64 |
| Binary | 11100010 | 11010110 | 100110 | 0 | 101 | 1010011 | 1011 | 111000 | 1001100 | 110100 |
Color Harmonies of #E2D626
Complementary color
Monochromatic Colors of #E2D626
Black with #E2D626
Text Example
Text Example
White with #E2D626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D626; }
p { color: rgb(226,214,38); }
H1.HeaderClassName
{
color: #E2D626;
}
.AnyTagClassName
{
color: #E2D626;
}
</style>
background-color css
<style>
a { background-color: #E2D626; }
a { background-color: rgb(226,214,38); }
div.DivClassName
{
background-color: #E2D626;
}
.BgClassName
{
background-color: #E2D626;
}
</style>
border-color css
<style>
span { border-color: #E2D626; }
span { border-color: rgb(226,214,38); }
td.TdClassName
{
border-color: #E2D626;
}
.TagClassName
{
border-color: #E2D626;
}
</style>