Shades of Golden Fizz #E8DC31
Tints of Golden Fizz #E8DC31
RGB
CMYK
RGB Variations
Color information
#E8DC31 (or 0xE8DC31) is known color: Golden Fizz. HEX triplet: E8, DC and 31. RGB value is (232,220,49). Sum of RGB (Red+Green+Blue) = 232+220+49=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DC31 is #1723CE. Grayscale: #CCCCCC. Windows color (decimal): -1516495 or 3267816. OLE color: 3267816.
HSL color Cylindrical-coordinate representation of color #E8DC31: hue angle of 56.07º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E8DC31 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 49 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.09 |
| HSL | 56.07º | 0.8% | 0.55% | - |
| HSV(B) | 56.07º | 0.79% | 0.91% | - |
| XYZ | 59.43 | 68.56 | 13.01 | - |
| YUV | 204.09 | 40.48 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 49 | 0 | 0.05 | 0.79 | 0.09 | 56.07 | 0.8 | 0.55 |
| Hex | E8 | DC | 31 | 0 | 5 | 4F | 9 | 38 | 50 | 37 |
| Octal | 350 | 334 | 61 | 0 | 5 | 117 | 11 | 70 | 120 | 67 |
| Binary | 11101000 | 11011100 | 110001 | 0 | 101 | 1001111 | 1001 | 111000 | 1010000 | 110111 |
Color Harmonies of #E8DC31
Complementary color
Monochromatic Colors of #E8DC31
Black with #E8DC31
Text Example
Text Example
White with #E8DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DC31; }
p { color: rgb(232,220,49); }
H1.HeaderClassName
{
color: #E8DC31;
}
.AnyTagClassName
{
color: #E8DC31;
}
</style>
background-color css
<style>
a { background-color: #E8DC31; }
a { background-color: rgb(232,220,49); }
div.DivClassName
{
background-color: #E8DC31;
}
.BgClassName
{
background-color: #E8DC31;
}
</style>
border-color css
<style>
span { border-color: #E8DC31; }
span { border-color: rgb(232,220,49); }
td.TdClassName
{
border-color: #E8DC31;
}
.TagClassName
{
border-color: #E8DC31;
}
</style>