Shades of Golden Fizz #E4E81A
Tints of Golden Fizz #E4E81A
RGB
CMYK
RGB Variations
Color information
#E4E81A (or 0xE4E81A) is known color: Golden Fizz. HEX triplet: E4, E8 and 1A. RGB value is (228,232,26). Sum of RGB (Red+Green+Blue) = 228+232+26=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 26 (10.55% from 255 or 5.35% from 486); Max value from RGB is 232 - color contains mainly: green. Hex color #E4E81A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4E81A is #1B17E5. Grayscale: #D0D0D0. Windows color (decimal): -1775590 or 1763556. OLE color: 1763556.
HSL color Cylindrical-coordinate representation of color #E4E81A: hue angle of 61.17º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4E81A is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 232 | 26 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.09 |
| HSL | 61.17º | 0.82% | 0.51% | - |
| HSV(B) | 61.17º | 0.89% | 0.91% | - |
| XYZ | 61.04 | 74.28 | 12.1 | - |
| YUV | 207.32 | 25.67 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 232 | 26 | 0.02 | 0 | 0.89 | 0.09 | 61.17 | 0.82 | 0.51 |
| Hex | E4 | E8 | 1A | 2 | 0 | 59 | 9 | 3D | 52 | 33 |
| Octal | 344 | 350 | 32 | 2 | 0 | 131 | 11 | 75 | 122 | 63 |
| Binary | 11100100 | 11101000 | 11010 | 10 | 0 | 1011001 | 1001 | 111101 | 1010010 | 110011 |
Color Harmonies of #E4E81A
Complementary color
Monochromatic Colors of #E4E81A
Black with #E4E81A
Text Example
Text Example
White with #E4E81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E81A; }
p { color: rgb(228,232,26); }
H1.HeaderClassName
{
color: #E4E81A;
}
.AnyTagClassName
{
color: #E4E81A;
}
</style>
background-color css
<style>
a { background-color: #E4E81A; }
a { background-color: rgb(228,232,26); }
div.DivClassName
{
background-color: #E4E81A;
}
.BgClassName
{
background-color: #E4E81A;
}
</style>
border-color css
<style>
span { border-color: #E4E81A; }
span { border-color: rgb(228,232,26); }
td.TdClassName
{
border-color: #E4E81A;
}
.TagClassName
{
border-color: #E4E81A;
}
</style>