Shades of Golden Fizz #E8DD28
Tints of Golden Fizz #E8DD28
RGB
CMYK
RGB Variations
Color information
#E8DD28 (or 0xE8DD28) is known color: Golden Fizz. HEX triplet: E8, DD and 28. RGB value is (232,221,40). Sum of RGB (Red+Green+Blue) = 232+221+40=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DD28 is #1722D7. Grayscale: #CCCCCC. Windows color (decimal): -1516248 or 2678248. OLE color: 2678248.
HSL color Cylindrical-coordinate representation of color #E8DD28: hue angle of 56.56º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E8DD28 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 40 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.09 |
| HSL | 56.56º | 0.81% | 0.53% | - |
| HSV(B) | 56.56º | 0.83% | 0.91% | - |
| XYZ | 59.52 | 69.02 | 12.19 | - |
| YUV | 203.66 | 35.64 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 40 | 0 | 0.05 | 0.83 | 0.09 | 56.56 | 0.81 | 0.53 |
| Hex | E8 | DD | 28 | 0 | 5 | 53 | 9 | 39 | 51 | 35 |
| Octal | 350 | 335 | 50 | 0 | 5 | 123 | 11 | 71 | 121 | 65 |
| Binary | 11101000 | 11011101 | 101000 | 0 | 101 | 1010011 | 1001 | 111001 | 1010001 | 110101 |
Color Harmonies of #E8DD28
Complementary color
Monochromatic Colors of #E8DD28
Black with #E8DD28
Text Example
Text Example
White with #E8DD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DD28; }
p { color: rgb(232,221,40); }
H1.HeaderClassName
{
color: #E8DD28;
}
.AnyTagClassName
{
color: #E8DD28;
}
</style>
background-color css
<style>
a { background-color: #E8DD28; }
a { background-color: rgb(232,221,40); }
div.DivClassName
{
background-color: #E8DD28;
}
.BgClassName
{
background-color: #E8DD28;
}
</style>
border-color css
<style>
span { border-color: #E8DD28; }
span { border-color: rgb(232,221,40); }
td.TdClassName
{
border-color: #E8DD28;
}
.TagClassName
{
border-color: #E8DD28;
}
</style>