Shades of Golden Fizz #E9DD28
Tints of Golden Fizz #E9DD28
RGB
CMYK
RGB Variations
Color information
#E9DD28 (or 0xE9DD28) is known color: Golden Fizz. HEX triplet: E9, DD and 28. RGB value is (233,221,40). Sum of RGB (Red+Green+Blue) = 233+221+40=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DD28 is #1622D7. Grayscale: #CCCCCC. Windows color (decimal): -1450712 or 2678249. OLE color: 2678249.
HSL color Cylindrical-coordinate representation of color #E9DD28: hue angle of 56.27º 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 #E9DD28 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 40 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.09 |
| HSL | 56.27º | 0.81% | 0.54% | - |
| HSV(B) | 56.27º | 0.83% | 0.91% | - |
| XYZ | 59.84 | 69.19 | 12.21 | - |
| YUV | 203.95 | 35.48 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 40 | 0 | 0.05 | 0.83 | 0.09 | 56.27 | 0.81 | 0.54 |
| Hex | E9 | DD | 28 | 0 | 5 | 53 | 9 | 38 | 51 | 36 |
| Octal | 351 | 335 | 50 | 0 | 5 | 123 | 11 | 70 | 121 | 66 |
| Binary | 11101001 | 11011101 | 101000 | 0 | 101 | 1010011 | 1001 | 111000 | 1010001 | 110110 |
Color Harmonies of #E9DD28
Complementary color
Monochromatic Colors of #E9DD28
Black with #E9DD28
Text Example
Text Example
White with #E9DD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD28; }
p { color: rgb(233,221,40); }
H1.HeaderClassName
{
color: #E9DD28;
}
.AnyTagClassName
{
color: #E9DD28;
}
</style>
background-color css
<style>
a { background-color: #E9DD28; }
a { background-color: rgb(233,221,40); }
div.DivClassName
{
background-color: #E9DD28;
}
.BgClassName
{
background-color: #E9DD28;
}
</style>
border-color css
<style>
span { border-color: #E9DD28; }
span { border-color: rgb(233,221,40); }
td.TdClassName
{
border-color: #E9DD28;
}
.TagClassName
{
border-color: #E9DD28;
}
</style>