Shades of Golden Fizz #E6EA2B
Tints of Golden Fizz #E6EA2B
RGB
CMYK
RGB Variations
Color information
#E6EA2B (or 0xE6EA2B) is known color: Golden Fizz. HEX triplet: E6, EA and 2B. RGB value is (230,234,43). Sum of RGB (Red+Green+Blue) = 230+234+43=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 43 (17.19% from 255 or 8.48% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EA2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6EA2B is #1915D4. Grayscale: #D3D3D3. Windows color (decimal): -1643989 or 2878182. OLE color: 2878182.
HSL color Cylindrical-coordinate representation of color #E6EA2B: hue angle of 61.26º degrees, saturation: 0.82, 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 #E6EA2B is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 234 | 43 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.08 |
| HSL | 61.26º | 0.82% | 0.54% | - |
| HSV(B) | 61.26º | 0.82% | 0.92% | - |
| XYZ | 62.49 | 75.84 | 13.63 | - |
| YUV | 211.03 | 33.17 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 234 | 43 | 0.02 | 0 | 0.82 | 0.08 | 61.26 | 0.82 | 0.54 |
| Hex | E6 | EA | 2B | 2 | 0 | 52 | 8 | 3D | 52 | 36 |
| Octal | 346 | 352 | 53 | 2 | 0 | 122 | 10 | 75 | 122 | 66 |
| Binary | 11100110 | 11101010 | 101011 | 10 | 0 | 1010010 | 1000 | 111101 | 1010010 | 110110 |
Color Harmonies of #E6EA2B
Complementary color
Monochromatic Colors of #E6EA2B
Black with #E6EA2B
Text Example
Text Example
White with #E6EA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EA2B; }
p { color: rgb(230,234,43); }
H1.HeaderClassName
{
color: #E6EA2B;
}
.AnyTagClassName
{
color: #E6EA2B;
}
</style>
background-color css
<style>
a { background-color: #E6EA2B; }
a { background-color: rgb(230,234,43); }
div.DivClassName
{
background-color: #E6EA2B;
}
.BgClassName
{
background-color: #E6EA2B;
}
</style>
border-color css
<style>
span { border-color: #E6EA2B; }
span { border-color: rgb(230,234,43); }
td.TdClassName
{
border-color: #E6EA2B;
}
.TagClassName
{
border-color: #E6EA2B;
}
</style>