Shades of Golden Fizz #E8DA26
Tints of Golden Fizz #E8DA26
RGB
CMYK
RGB Variations
Color information
#E8DA26 (or 0xE8DA26) is known color: Golden Fizz. HEX triplet: E8, DA and 26. RGB value is (232,218,38). Sum of RGB (Red+Green+Blue) = 232+218+38=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 38 (15.23% from 255 or 7.79% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DA26 is #1725D9. Grayscale: #CACACA. Windows color (decimal): -1517018 or 2546408. OLE color: 2546408.
HSL color Cylindrical-coordinate representation of color #E8DA26: hue angle of 55.67º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8DA26 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 38 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.09 |
| HSL | 55.67º | 0.81% | 0.53% | - |
| HSV(B) | 55.67º | 0.84% | 0.91% | - |
| XYZ | 58.7 | 67.44 | 11.76 | - |
| YUV | 201.67 | 35.64 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 38 | 0 | 0.06 | 0.84 | 0.09 | 55.67 | 0.81 | 0.53 |
| Hex | E8 | DA | 26 | 0 | 6 | 54 | 9 | 38 | 51 | 35 |
| Octal | 350 | 332 | 46 | 0 | 6 | 124 | 11 | 70 | 121 | 65 |
| Binary | 11101000 | 11011010 | 100110 | 0 | 110 | 1010100 | 1001 | 111000 | 1010001 | 110101 |
Color Harmonies of #E8DA26
Complementary color
Monochromatic Colors of #E8DA26
Black with #E8DA26
Text Example
Text Example
White with #E8DA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA26; }
p { color: rgb(232,218,38); }
H1.HeaderClassName
{
color: #E8DA26;
}
.AnyTagClassName
{
color: #E8DA26;
}
</style>
background-color css
<style>
a { background-color: #E8DA26; }
a { background-color: rgb(232,218,38); }
div.DivClassName
{
background-color: #E8DA26;
}
.BgClassName
{
background-color: #E8DA26;
}
</style>
border-color css
<style>
span { border-color: #E8DA26; }
span { border-color: rgb(232,218,38); }
td.TdClassName
{
border-color: #E8DA26;
}
.TagClassName
{
border-color: #E8DA26;
}
</style>