Shades of Golden Fizz #E8DA2E
Tints of Golden Fizz #E8DA2E
RGB
CMYK
RGB Variations
Color information
#E8DA2E (or 0xE8DA2E) is known color: Golden Fizz. HEX triplet: E8, DA and 2E. RGB value is (232,218,46). Sum of RGB (Red+Green+Blue) = 232+218+46=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DA2E is #1725D1. Grayscale: #CBCBCB. Windows color (decimal): -1517010 or 3070696. OLE color: 3070696.
HSL color Cylindrical-coordinate representation of color #E8DA2E: hue angle of 55.48º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8DA2E is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 46 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.09 |
| HSL | 55.48º | 0.8% | 0.55% | - |
| HSV(B) | 55.48º | 0.8% | 0.91% | - |
| XYZ | 58.84 | 67.5 | 12.51 | - |
| YUV | 202.58 | 39.64 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 46 | 0 | 0.06 | 0.80 | 0.09 | 55.48 | 0.8 | 0.55 |
| Hex | E8 | DA | 2E | 0 | 6 | 50 | 9 | 37 | 50 | 37 |
| Octal | 350 | 332 | 56 | 0 | 6 | 120 | 11 | 67 | 120 | 67 |
| Binary | 11101000 | 11011010 | 101110 | 0 | 110 | 1010000 | 1001 | 110111 | 1010000 | 110111 |
Color Harmonies of #E8DA2E
Complementary color
Monochromatic Colors of #E8DA2E
Black with #E8DA2E
Text Example
Text Example
White with #E8DA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA2E; }
p { color: rgb(232,218,46); }
H1.HeaderClassName
{
color: #E8DA2E;
}
.AnyTagClassName
{
color: #E8DA2E;
}
</style>
background-color css
<style>
a { background-color: #E8DA2E; }
a { background-color: rgb(232,218,46); }
div.DivClassName
{
background-color: #E8DA2E;
}
.BgClassName
{
background-color: #E8DA2E;
}
</style>
border-color css
<style>
span { border-color: #E8DA2E; }
span { border-color: rgb(232,218,46); }
td.TdClassName
{
border-color: #E8DA2E;
}
.TagClassName
{
border-color: #E8DA2E;
}
</style>