Shades of Golden Fizz #E6EB2A
Tints of Golden Fizz #E6EB2A
RGB
CMYK
RGB Variations
Color information
#E6EB2A (or 0xE6EB2A) is known color: Golden Fizz. HEX triplet: E6, EB and 2A. RGB value is (230,235,42). Sum of RGB (Red+Green+Blue) = 230+235+42=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 42 (16.80% from 255 or 8.28% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EB2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6EB2A is #1914D5. Grayscale: #D4D4D4. Windows color (decimal): -1643734 or 2812902. OLE color: 2812902.
HSL color Cylindrical-coordinate representation of color #E6EB2A: hue angle of 61.55º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6EB2A is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 235 | 42 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.08 |
| HSL | 61.55º | 0.83% | 0.54% | - |
| HSV(B) | 61.55º | 0.82% | 0.92% | - |
| XYZ | 62.76 | 76.41 | 13.63 | - |
| YUV | 211.5 | 32.34 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 235 | 42 | 0.02 | 0 | 0.82 | 0.08 | 61.55 | 0.83 | 0.54 |
| Hex | E6 | EB | 2A | 2 | 0 | 52 | 8 | 3E | 53 | 36 |
| Octal | 346 | 353 | 52 | 2 | 0 | 122 | 10 | 76 | 123 | 66 |
| Binary | 11100110 | 11101011 | 101010 | 10 | 0 | 1010010 | 1000 | 111110 | 1010011 | 110110 |
Color Harmonies of #E6EB2A
Complementary color
Monochromatic Colors of #E6EB2A
Black with #E6EB2A
Text Example
Text Example
White with #E6EB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EB2A; }
p { color: rgb(230,235,42); }
H1.HeaderClassName
{
color: #E6EB2A;
}
.AnyTagClassName
{
color: #E6EB2A;
}
</style>
background-color css
<style>
a { background-color: #E6EB2A; }
a { background-color: rgb(230,235,42); }
div.DivClassName
{
background-color: #E6EB2A;
}
.BgClassName
{
background-color: #E6EB2A;
}
</style>
border-color css
<style>
span { border-color: #E6EB2A; }
span { border-color: rgb(230,235,42); }
td.TdClassName
{
border-color: #E6EB2A;
}
.TagClassName
{
border-color: #E6EB2A;
}
</style>