Shades of Golden Fizz #E3DE18
Tints of Golden Fizz #E3DE18
RGB
CMYK
RGB Variations
Color information
#E3DE18 (or 0xE3DE18) is known color: Golden Fizz. HEX triplet: E3, DE and 18. RGB value is (227,222,24). Sum of RGB (Red+Green+Blue) = 227+222+24=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 24 (9.77% from 255 or 5.07% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3DE18 is #1C21E7. Grayscale: #C9C9C9. Windows color (decimal): -1843688 or 1629923. OLE color: 1629923.
HSL color Cylindrical-coordinate representation of color #E3DE18: hue angle of 58.52º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3DE18 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 222 | 24 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.11 |
| HSL | 58.52º | 0.81% | 0.49% | - |
| HSV(B) | 58.52º | 0.89% | 0.89% | - |
| XYZ | 57.96 | 68.64 | 11.06 | - |
| YUV | 200.92 | 28.16 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 222 | 24 | 0 | 0.02 | 0.89 | 0.11 | 58.52 | 0.81 | 0.49 |
| Hex | E3 | DE | 18 | 0 | 2 | 59 | B | 3B | 51 | 31 |
| Octal | 343 | 336 | 30 | 0 | 2 | 131 | 13 | 73 | 121 | 61 |
| Binary | 11100011 | 11011110 | 11000 | 0 | 10 | 1011001 | 1011 | 111011 | 1010001 | 110001 |
Color Harmonies of #E3DE18
Complementary color
Monochromatic Colors of #E3DE18
Black with #E3DE18
Text Example
Text Example
White with #E3DE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DE18; }
p { color: rgb(227,222,24); }
H1.HeaderClassName
{
color: #E3DE18;
}
.AnyTagClassName
{
color: #E3DE18;
}
</style>
background-color css
<style>
a { background-color: #E3DE18; }
a { background-color: rgb(227,222,24); }
div.DivClassName
{
background-color: #E3DE18;
}
.BgClassName
{
background-color: #E3DE18;
}
</style>
border-color css
<style>
span { border-color: #E3DE18; }
span { border-color: rgb(227,222,24); }
td.TdClassName
{
border-color: #E3DE18;
}
.TagClassName
{
border-color: #E3DE18;
}
</style>