Shades of Golden Fizz #E0E323
Tints of Golden Fizz #E0E323
RGB
CMYK
RGB Variations
Color information
#E0E323 (or 0xE0E323) is known color: Golden Fizz. HEX triplet: E0, E3 and 23. RGB value is (224,227,35). Sum of RGB (Red+Green+Blue) = 224+227+35=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 35 (14.06% from 255 or 7.20% from 486); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E323 is #1F1CDC. Grayscale: #CCCCCC. Windows color (decimal): -2039005 or 2352096. OLE color: 2352096.
HSL color Cylindrical-coordinate representation of color #E0E323: hue angle of 60.94º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0E323 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 35 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.11 |
| HSL | 60.94º | 0.77% | 0.51% | - |
| HSV(B) | 60.94º | 0.85% | 0.89% | - |
| XYZ | 58.51 | 70.91 | 12.19 | - |
| YUV | 204.22 | 32.51 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 35 | 0.01 | 0 | 0.85 | 0.11 | 60.94 | 0.77 | 0.51 |
| Hex | E0 | E3 | 23 | 1 | 0 | 55 | B | 3D | 4D | 33 |
| Octal | 340 | 343 | 43 | 1 | 0 | 125 | 13 | 75 | 115 | 63 |
| Binary | 11100000 | 11100011 | 100011 | 1 | 0 | 1010101 | 1011 | 111101 | 1001101 | 110011 |
Color Harmonies of #E0E323
Complementary color
Monochromatic Colors of #E0E323
Black with #E0E323
Text Example
Text Example
White with #E0E323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E323; }
p { color: rgb(224,227,35); }
H1.HeaderClassName
{
color: #E0E323;
}
.AnyTagClassName
{
color: #E0E323;
}
</style>
background-color css
<style>
a { background-color: #E0E323; }
a { background-color: rgb(224,227,35); }
div.DivClassName
{
background-color: #E0E323;
}
.BgClassName
{
background-color: #E0E323;
}
</style>
border-color css
<style>
span { border-color: #E0E323; }
span { border-color: rgb(224,227,35); }
td.TdClassName
{
border-color: #E0E323;
}
.TagClassName
{
border-color: #E0E323;
}
</style>