Shades of Golden Fizz #E6EA2F
Tints of Golden Fizz #E6EA2F
RGB
CMYK
RGB Variations
Color information
#E6EA2F (or 0xE6EA2F) is known color: Golden Fizz. HEX triplet: E6, EA and 2F. RGB value is (230,234,47). Sum of RGB (Red+Green+Blue) = 230+234+47=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 47 (18.75% from 255 or 9.20% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EA2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6EA2F is #1915D0. Grayscale: #D4D4D4. Windows color (decimal): -1643985 or 3140326. OLE color: 3140326.
HSL color Cylindrical-coordinate representation of color #E6EA2F: hue angle of 61.28º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6EA2F is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 234 | 47 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.08 |
| HSL | 61.28º | 0.82% | 0.55% | - |
| HSV(B) | 61.28º | 0.8% | 0.92% | - |
| XYZ | 62.57 | 75.87 | 14.04 | - |
| YUV | 211.49 | 35.17 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 234 | 47 | 0.02 | 0 | 0.80 | 0.08 | 61.28 | 0.82 | 0.55 |
| Hex | E6 | EA | 2F | 2 | 0 | 50 | 8 | 3D | 52 | 37 |
| Octal | 346 | 352 | 57 | 2 | 0 | 120 | 10 | 75 | 122 | 67 |
| Binary | 11100110 | 11101010 | 101111 | 10 | 0 | 1010000 | 1000 | 111101 | 1010010 | 110111 |
Color Harmonies of #E6EA2F
Complementary color
Monochromatic Colors of #E6EA2F
Black with #E6EA2F
Text Example
Text Example
White with #E6EA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EA2F; }
p { color: rgb(230,234,47); }
H1.HeaderClassName
{
color: #E6EA2F;
}
.AnyTagClassName
{
color: #E6EA2F;
}
</style>
background-color css
<style>
a { background-color: #E6EA2F; }
a { background-color: rgb(230,234,47); }
div.DivClassName
{
background-color: #E6EA2F;
}
.BgClassName
{
background-color: #E6EA2F;
}
</style>
border-color css
<style>
span { border-color: #E6EA2F; }
span { border-color: rgb(230,234,47); }
td.TdClassName
{
border-color: #E6EA2F;
}
.TagClassName
{
border-color: #E6EA2F;
}
</style>