Shades of Golden Fizz #E9DC31
Tints of Golden Fizz #E9DC31
RGB
CMYK
RGB Variations
Color information
#E9DC31 (or 0xE9DC31) is known color: Golden Fizz. HEX triplet: E9, DC and 31. RGB value is (233,220,49). Sum of RGB (Red+Green+Blue) = 233+220+49=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 49 (19.53% from 255 or 9.76% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DC31 is #1623CE. Grayscale: #CDCDCD. Windows color (decimal): -1450959 or 3267817. OLE color: 3267817.
HSL color Cylindrical-coordinate representation of color #E9DC31: hue angle of 55.76º degrees, saturation: 0.81, 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 #E9DC31 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 49 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.09 |
| HSL | 55.76º | 0.81% | 0.55% | - |
| HSV(B) | 55.76º | 0.79% | 0.91% | - |
| XYZ | 59.75 | 68.73 | 13.02 | - |
| YUV | 204.39 | 40.31 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 49 | 0 | 0.06 | 0.79 | 0.09 | 55.76 | 0.81 | 0.55 |
| Hex | E9 | DC | 31 | 0 | 6 | 4F | 9 | 38 | 51 | 37 |
| Octal | 351 | 334 | 61 | 0 | 6 | 117 | 11 | 70 | 121 | 67 |
| Binary | 11101001 | 11011100 | 110001 | 0 | 110 | 1001111 | 1001 | 111000 | 1010001 | 110111 |
Color Harmonies of #E9DC31
Complementary color
Monochromatic Colors of #E9DC31
Black with #E9DC31
Text Example
Text Example
White with #E9DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC31; }
p { color: rgb(233,220,49); }
H1.HeaderClassName
{
color: #E9DC31;
}
.AnyTagClassName
{
color: #E9DC31;
}
</style>
background-color css
<style>
a { background-color: #E9DC31; }
a { background-color: rgb(233,220,49); }
div.DivClassName
{
background-color: #E9DC31;
}
.BgClassName
{
background-color: #E9DC31;
}
</style>
border-color css
<style>
span { border-color: #E9DC31; }
span { border-color: rgb(233,220,49); }
td.TdClassName
{
border-color: #E9DC31;
}
.TagClassName
{
border-color: #E9DC31;
}
</style>