Shades of Golden Fizz #E3E125
Tints of Golden Fizz #E3E125
RGB
CMYK
RGB Variations
Color information
#E3E125 (or 0xE3E125) is known color: Golden Fizz. HEX triplet: E3, E1 and 25. RGB value is (227,225,37). Sum of RGB (Red+Green+Blue) = 227+225+37=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 37 (14.84% from 255 or 7.57% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3E125 is #1C1EDA. Grayscale: #CCCCCC. Windows color (decimal): -1842907 or 2482659. OLE color: 2482659.
HSL color Cylindrical-coordinate representation of color #E3E125: hue angle of 59.37º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E3E125 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 225 | 37 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.11 |
| HSL | 59.37º | 0.77% | 0.52% | - |
| HSV(B) | 59.37º | 0.84% | 0.89% | - |
| XYZ | 58.94 | 70.31 | 12.22 | - |
| YUV | 204.17 | 33.66 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 225 | 37 | 0 | 0.01 | 0.84 | 0.11 | 59.37 | 0.77 | 0.52 |
| Hex | E3 | E1 | 25 | 0 | 1 | 54 | B | 3B | 4D | 34 |
| Octal | 343 | 341 | 45 | 0 | 1 | 124 | 13 | 73 | 115 | 64 |
| Binary | 11100011 | 11100001 | 100101 | 0 | 1 | 1010100 | 1011 | 111011 | 1001101 | 110100 |
Color Harmonies of #E3E125
Complementary color
Monochromatic Colors of #E3E125
Black with #E3E125
Text Example
Text Example
White with #E3E125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E125; }
p { color: rgb(227,225,37); }
H1.HeaderClassName
{
color: #E3E125;
}
.AnyTagClassName
{
color: #E3E125;
}
</style>
background-color css
<style>
a { background-color: #E3E125; }
a { background-color: rgb(227,225,37); }
div.DivClassName
{
background-color: #E3E125;
}
.BgClassName
{
background-color: #E3E125;
}
</style>
border-color css
<style>
span { border-color: #E3E125; }
span { border-color: rgb(227,225,37); }
td.TdClassName
{
border-color: #E3E125;
}
.TagClassName
{
border-color: #E3E125;
}
</style>