Shades of Golden Fizz #E3DD28
Tints of Golden Fizz #E3DD28
RGB
CMYK
RGB Variations
Color information
#E3DD28 (or 0xE3DD28) is known color: Golden Fizz. HEX triplet: E3, DD and 28. RGB value is (227,221,40). Sum of RGB (Red+Green+Blue) = 227+221+40=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DD28 is #1C22D7. Grayscale: #CACACA. Windows color (decimal): -1843928 or 2678243. OLE color: 2678243.
HSL color Cylindrical-coordinate representation of color #E3DD28: hue angle of 58.07º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E3DD28 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 40 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.11 |
| HSL | 58.07º | 0.77% | 0.52% | - |
| HSV(B) | 58.07º | 0.82% | 0.89% | - |
| XYZ | 57.92 | 68.2 | 12.12 | - |
| YUV | 202.16 | 36.49 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 40 | 0 | 0.03 | 0.82 | 0.11 | 58.07 | 0.77 | 0.52 |
| Hex | E3 | DD | 28 | 0 | 3 | 52 | B | 3A | 4D | 34 |
| Octal | 343 | 335 | 50 | 0 | 3 | 122 | 13 | 72 | 115 | 64 |
| Binary | 11100011 | 11011101 | 101000 | 0 | 11 | 1010010 | 1011 | 111010 | 1001101 | 110100 |
Color Harmonies of #E3DD28
Complementary color
Monochromatic Colors of #E3DD28
Black with #E3DD28
Text Example
Text Example
White with #E3DD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DD28; }
p { color: rgb(227,221,40); }
H1.HeaderClassName
{
color: #E3DD28;
}
.AnyTagClassName
{
color: #E3DD28;
}
</style>
background-color css
<style>
a { background-color: #E3DD28; }
a { background-color: rgb(227,221,40); }
div.DivClassName
{
background-color: #E3DD28;
}
.BgClassName
{
background-color: #E3DD28;
}
</style>
border-color css
<style>
span { border-color: #E3DD28; }
span { border-color: rgb(227,221,40); }
td.TdClassName
{
border-color: #E3DD28;
}
.TagClassName
{
border-color: #E3DD28;
}
</style>