Shades of Golden Fizz #E3EF2A
Tints of Golden Fizz #E3EF2A
RGB
CMYK
RGB Variations
Color information
#E3EF2A (or 0xE3EF2A) is known color: Golden Fizz. HEX triplet: E3, EF and 2A. RGB value is (227,239,42). Sum of RGB (Red+Green+Blue) = 227+239+42=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 42 (16.80% from 255 or 8.27% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #E3EF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3EF2A is #1C10D5. Grayscale: #D5D5D5. Windows color (decimal): -1839318 or 2813923. OLE color: 2813923.
HSL color Cylindrical-coordinate representation of color #E3EF2A: hue angle of 63.65º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E3EF2A is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 239 | 42 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.06 |
| HSL | 63.65º | 0.86% | 0.55% | - |
| HSV(B) | 63.65º | 0.82% | 0.94% | - |
| XYZ | 62.96 | 78.23 | 13.97 | - |
| YUV | 212.95 | 31.52 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 239 | 42 | 0.05 | 0 | 0.82 | 0.06 | 63.65 | 0.86 | 0.55 |
| Hex | E3 | EF | 2A | 5 | 0 | 52 | 6 | 40 | 56 | 37 |
| Octal | 343 | 357 | 52 | 5 | 0 | 122 | 6 | 100 | 126 | 67 |
| Binary | 11100011 | 11101111 | 101010 | 101 | 0 | 1010010 | 110 | 1000000 | 1010110 | 110111 |
Color Harmonies of #E3EF2A
Complementary color
Monochromatic Colors of #E3EF2A
Black with #E3EF2A
Text Example
Text Example
White with #E3EF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EF2A; }
p { color: rgb(227,239,42); }
H1.HeaderClassName
{
color: #E3EF2A;
}
.AnyTagClassName
{
color: #E3EF2A;
}
</style>
background-color css
<style>
a { background-color: #E3EF2A; }
a { background-color: rgb(227,239,42); }
div.DivClassName
{
background-color: #E3EF2A;
}
.BgClassName
{
background-color: #E3EF2A;
}
</style>
border-color css
<style>
span { border-color: #E3EF2A; }
span { border-color: rgb(227,239,42); }
td.TdClassName
{
border-color: #E3EF2A;
}
.TagClassName
{
border-color: #E3EF2A;
}
</style>