Shades of Golden Fizz #E5E31C
Tints of Golden Fizz #E5E31C
RGB
CMYK
RGB Variations
Color information
#E5E31C (or 0xE5E31C) is known color: Golden Fizz. HEX triplet: E5, E3 and 1C. RGB value is (229,227,28). Sum of RGB (Red+Green+Blue) = 229+227+28=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E31C is #1A1CE3. Grayscale: #CDCDCD. Windows color (decimal): -1711332 or 1893349. OLE color: 1893349.
HSL color Cylindrical-coordinate representation of color #E5E31C: hue angle of 59.4º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5E31C is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 227 | 28 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.10 |
| HSL | 59.4º | 0.79% | 0.5% | - |
| HSV(B) | 59.4º | 0.88% | 0.9% | - |
| XYZ | 59.99 | 71.68 | 11.77 | - |
| YUV | 204.91 | 28.16 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 227 | 28 | 0 | 0.01 | 0.88 | 0.10 | 59.4 | 0.79 | 0.5 |
| Hex | E5 | E3 | 1C | 0 | 1 | 58 | A | 3B | 4F | 32 |
| Octal | 345 | 343 | 34 | 0 | 1 | 130 | 12 | 73 | 117 | 62 |
| Binary | 11100101 | 11100011 | 11100 | 0 | 1 | 1011000 | 1010 | 111011 | 1001111 | 110010 |
Color Harmonies of #E5E31C
Complementary color
Monochromatic Colors of #E5E31C
Black with #E5E31C
Text Example
Text Example
White with #E5E31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E31C; }
p { color: rgb(229,227,28); }
H1.HeaderClassName
{
color: #E5E31C;
}
.AnyTagClassName
{
color: #E5E31C;
}
</style>
background-color css
<style>
a { background-color: #E5E31C; }
a { background-color: rgb(229,227,28); }
div.DivClassName
{
background-color: #E5E31C;
}
.BgClassName
{
background-color: #E5E31C;
}
</style>
border-color css
<style>
span { border-color: #E5E31C; }
span { border-color: rgb(229,227,28); }
td.TdClassName
{
border-color: #E5E31C;
}
.TagClassName
{
border-color: #E5E31C;
}
</style>