Shades of Golden Fizz #E0E326
Tints of Golden Fizz #E0E326
RGB
CMYK
RGB Variations
Color information
#E0E326 (or 0xE0E326) is known color: Golden Fizz. HEX triplet: E0, E3 and 26. RGB value is (224,227,38). Sum of RGB (Red+Green+Blue) = 224+227+38=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 38 (15.23% from 255 or 7.77% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E326 is #1F1CD9. Grayscale: #CDCDCD. Windows color (decimal): -2039002 or 2548704. OLE color: 2548704.
HSL color Cylindrical-coordinate representation of color #E0E326: hue angle of 60.95º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0E326 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 38 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.11 |
| HSL | 60.95º | 0.77% | 0.52% | - |
| HSV(B) | 60.95º | 0.83% | 0.89% | - |
| XYZ | 58.56 | 70.93 | 12.44 | - |
| YUV | 204.56 | 34.01 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 38 | 0.01 | 0 | 0.83 | 0.11 | 60.95 | 0.77 | 0.52 |
| Hex | E0 | E3 | 26 | 1 | 0 | 53 | B | 3D | 4D | 34 |
| Octal | 340 | 343 | 46 | 1 | 0 | 123 | 13 | 75 | 115 | 64 |
| Binary | 11100000 | 11100011 | 100110 | 1 | 0 | 1010011 | 1011 | 111101 | 1001101 | 110100 |
Color Harmonies of #E0E326
Complementary color
Monochromatic Colors of #E0E326
Black with #E0E326
Text Example
Text Example
White with #E0E326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E326; }
p { color: rgb(224,227,38); }
H1.HeaderClassName
{
color: #E0E326;
}
.AnyTagClassName
{
color: #E0E326;
}
</style>
background-color css
<style>
a { background-color: #E0E326; }
a { background-color: rgb(224,227,38); }
div.DivClassName
{
background-color: #E0E326;
}
.BgClassName
{
background-color: #E0E326;
}
</style>
border-color css
<style>
span { border-color: #E0E326; }
span { border-color: rgb(224,227,38); }
td.TdClassName
{
border-color: #E0E326;
}
.TagClassName
{
border-color: #E0E326;
}
</style>