Shades of Golden Fizz #E6E42B
Tints of Golden Fizz #E6E42B
RGB
CMYK
RGB Variations
Color information
#E6E42B (or 0xE6E42B) is known color: Golden Fizz. HEX triplet: E6, E4 and 2B. RGB value is (230,228,43). Sum of RGB (Red+Green+Blue) = 230+228+43=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 43 (17.19% from 255 or 8.58% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E42B is #191BD4. Grayscale: #D0D0D0. Windows color (decimal): -1645525 or 2876646. OLE color: 2876646.
HSL color Cylindrical-coordinate representation of color #E6E42B: hue angle of 59.36º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6E42B is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 228 | 43 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.10 |
| HSL | 59.36º | 0.79% | 0.54% | - |
| HSV(B) | 59.36º | 0.81% | 0.9% | - |
| XYZ | 60.81 | 72.48 | 13.07 | - |
| YUV | 207.51 | 35.16 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 43 | 0 | 0.01 | 0.81 | 0.10 | 59.36 | 0.79 | 0.54 |
| Hex | E6 | E4 | 2B | 0 | 1 | 51 | A | 3B | 4F | 36 |
| Octal | 346 | 344 | 53 | 0 | 1 | 121 | 12 | 73 | 117 | 66 |
| Binary | 11100110 | 11100100 | 101011 | 0 | 1 | 1010001 | 1010 | 111011 | 1001111 | 110110 |
Color Harmonies of #E6E42B
Complementary color
Monochromatic Colors of #E6E42B
Black with #E6E42B
Text Example
Text Example
White with #E6E42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E42B; }
p { color: rgb(230,228,43); }
H1.HeaderClassName
{
color: #E6E42B;
}
.AnyTagClassName
{
color: #E6E42B;
}
</style>
background-color css
<style>
a { background-color: #E6E42B; }
a { background-color: rgb(230,228,43); }
div.DivClassName
{
background-color: #E6E42B;
}
.BgClassName
{
background-color: #E6E42B;
}
</style>
border-color css
<style>
span { border-color: #E6E42B; }
span { border-color: rgb(230,228,43); }
td.TdClassName
{
border-color: #E6E42B;
}
.TagClassName
{
border-color: #E6E42B;
}
</style>