Shades of Golden Fizz #E9DC28
Tints of Golden Fizz #E9DC28
RGB
CMYK
RGB Variations
Color information
#E9DC28 (or 0xE9DC28) is known color: Golden Fizz. HEX triplet: E9, DC and 28. RGB value is (233,220,40). Sum of RGB (Red+Green+Blue) = 233+220+40=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DC28 is #1623D7. Grayscale: #CCCCCC. Windows color (decimal): -1450968 or 2677993. OLE color: 2677993.
HSL color Cylindrical-coordinate representation of color #E9DC28: hue angle of 55.96º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E9DC28 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 40 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.09 |
| HSL | 55.96º | 0.81% | 0.54% | - |
| HSV(B) | 55.96º | 0.83% | 0.91% | - |
| XYZ | 59.58 | 68.66 | 12.12 | - |
| YUV | 203.37 | 35.81 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 40 | 0 | 0.06 | 0.83 | 0.09 | 55.96 | 0.81 | 0.54 |
| Hex | E9 | DC | 28 | 0 | 6 | 53 | 9 | 38 | 51 | 36 |
| Octal | 351 | 334 | 50 | 0 | 6 | 123 | 11 | 70 | 121 | 66 |
| Binary | 11101001 | 11011100 | 101000 | 0 | 110 | 1010011 | 1001 | 111000 | 1010001 | 110110 |
Color Harmonies of #E9DC28
Complementary color
Monochromatic Colors of #E9DC28
Black with #E9DC28
Text Example
Text Example
White with #E9DC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC28; }
p { color: rgb(233,220,40); }
H1.HeaderClassName
{
color: #E9DC28;
}
.AnyTagClassName
{
color: #E9DC28;
}
</style>
background-color css
<style>
a { background-color: #E9DC28; }
a { background-color: rgb(233,220,40); }
div.DivClassName
{
background-color: #E9DC28;
}
.BgClassName
{
background-color: #E9DC28;
}
</style>
border-color css
<style>
span { border-color: #E9DC28; }
span { border-color: rgb(233,220,40); }
td.TdClassName
{
border-color: #E9DC28;
}
.TagClassName
{
border-color: #E9DC28;
}
</style>