Shades of Golden Fizz #E2E61C
Tints of Golden Fizz #E2E61C
RGB
CMYK
RGB Variations
Color information
#E2E61C (or 0xE2E61C) is known color: Golden Fizz. HEX triplet: E2, E6 and 1C. RGB value is (226,230,28). Sum of RGB (Red+Green+Blue) = 226+230+28=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E61C is #1D19E3. Grayscale: #CECECE. Windows color (decimal): -1907172 or 1894114. OLE color: 1894114.
HSL color Cylindrical-coordinate representation of color #E2E61C: hue angle of 61.19º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2E61C is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 230 | 28 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.10 |
| HSL | 61.19º | 0.8% | 0.51% | - |
| HSV(B) | 61.19º | 0.88% | 0.9% | - |
| XYZ | 59.87 | 72.85 | 12 | - |
| YUV | 205.78 | 27.67 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 230 | 28 | 0.02 | 0 | 0.88 | 0.10 | 61.19 | 0.8 | 0.51 |
| Hex | E2 | E6 | 1C | 2 | 0 | 58 | A | 3D | 50 | 33 |
| Octal | 342 | 346 | 34 | 2 | 0 | 130 | 12 | 75 | 120 | 63 |
| Binary | 11100010 | 11100110 | 11100 | 10 | 0 | 1011000 | 1010 | 111101 | 1010000 | 110011 |
Color Harmonies of #E2E61C
Complementary color
Monochromatic Colors of #E2E61C
Black with #E2E61C
Text Example
Text Example
White with #E2E61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E61C; }
p { color: rgb(226,230,28); }
H1.HeaderClassName
{
color: #E2E61C;
}
.AnyTagClassName
{
color: #E2E61C;
}
</style>
background-color css
<style>
a { background-color: #E2E61C; }
a { background-color: rgb(226,230,28); }
div.DivClassName
{
background-color: #E2E61C;
}
.BgClassName
{
background-color: #E2E61C;
}
</style>
border-color css
<style>
span { border-color: #E2E61C; }
span { border-color: rgb(226,230,28); }
td.TdClassName
{
border-color: #E2E61C;
}
.TagClassName
{
border-color: #E2E61C;
}
</style>