Shades of Golden Fizz #E3DE28
Tints of Golden Fizz #E3DE28
RGB
CMYK
RGB Variations
Color information
#E3DE28 (or 0xE3DE28) is known color: Golden Fizz. HEX triplet: E3, DE and 28. RGB value is (227,222,40). Sum of RGB (Red+Green+Blue) = 227+222+40=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 40 (16.02% from 255 or 8.18% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DE28 is #1C21D7. Grayscale: #CBCBCB. Windows color (decimal): -1843672 or 2678499. OLE color: 2678499.
HSL color Cylindrical-coordinate representation of color #E3DE28: hue angle of 58.4º 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 #E3DE28 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 222 | 40 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.11 |
| HSL | 58.4º | 0.77% | 0.52% | - |
| HSV(B) | 58.4º | 0.82% | 0.89% | - |
| XYZ | 58.18 | 68.73 | 12.21 | - |
| YUV | 202.75 | 36.16 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 222 | 40 | 0 | 0.02 | 0.82 | 0.11 | 58.4 | 0.77 | 0.52 |
| Hex | E3 | DE | 28 | 0 | 2 | 52 | B | 3A | 4D | 34 |
| Octal | 343 | 336 | 50 | 0 | 2 | 122 | 13 | 72 | 115 | 64 |
| Binary | 11100011 | 11011110 | 101000 | 0 | 10 | 1010010 | 1011 | 111010 | 1001101 | 110100 |
Color Harmonies of #E3DE28
Complementary color
Monochromatic Colors of #E3DE28
Black with #E3DE28
Text Example
Text Example
White with #E3DE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DE28; }
p { color: rgb(227,222,40); }
H1.HeaderClassName
{
color: #E3DE28;
}
.AnyTagClassName
{
color: #E3DE28;
}
</style>
background-color css
<style>
a { background-color: #E3DE28; }
a { background-color: rgb(227,222,40); }
div.DivClassName
{
background-color: #E3DE28;
}
.BgClassName
{
background-color: #E3DE28;
}
</style>
border-color css
<style>
span { border-color: #E3DE28; }
span { border-color: rgb(227,222,40); }
td.TdClassName
{
border-color: #E3DE28;
}
.TagClassName
{
border-color: #E3DE28;
}
</style>