Shades of Golden Fizz #E1EA1C
Tints of Golden Fizz #E1EA1C
RGB
CMYK
RGB Variations
Color information
#E1EA1C (or 0xE1EA1C) is known color: Golden Fizz. HEX triplet: E1, EA and 1C. RGB value is (225,234,28). Sum of RGB (Red+Green+Blue) = 225+234+28=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 28 (11.33% from 255 or 5.75% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EA1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EA1C is #1E15E3. Grayscale: #D0D0D0. Windows color (decimal): -1971684 or 1895137. OLE color: 1895137.
HSL color Cylindrical-coordinate representation of color #E1EA1C: hue angle of 62.62º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1EA1C is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 234 | 28 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.08 |
| HSL | 62.62º | 0.83% | 0.51% | - |
| HSV(B) | 62.62º | 0.88% | 0.92% | - |
| XYZ | 60.68 | 74.94 | 12.36 | - |
| YUV | 207.83 | 26.52 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 28 | 0.04 | 0 | 0.88 | 0.08 | 62.62 | 0.83 | 0.51 |
| Hex | E1 | EA | 1C | 4 | 0 | 58 | 8 | 3F | 53 | 33 |
| Octal | 341 | 352 | 34 | 4 | 0 | 130 | 10 | 77 | 123 | 63 |
| Binary | 11100001 | 11101010 | 11100 | 100 | 0 | 1011000 | 1000 | 111111 | 1010011 | 110011 |
Color Harmonies of #E1EA1C
Complementary color
Monochromatic Colors of #E1EA1C
Black with #E1EA1C
Text Example
Text Example
White with #E1EA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EA1C; }
p { color: rgb(225,234,28); }
H1.HeaderClassName
{
color: #E1EA1C;
}
.AnyTagClassName
{
color: #E1EA1C;
}
</style>
background-color css
<style>
a { background-color: #E1EA1C; }
a { background-color: rgb(225,234,28); }
div.DivClassName
{
background-color: #E1EA1C;
}
.BgClassName
{
background-color: #E1EA1C;
}
</style>
border-color css
<style>
span { border-color: #E1EA1C; }
span { border-color: rgb(225,234,28); }
td.TdClassName
{
border-color: #E1EA1C;
}
.TagClassName
{
border-color: #E1EA1C;
}
</style>