Shades of Golden Fizz #E6E42C
Tints of Golden Fizz #E6E42C
RGB
CMYK
RGB Variations
Color information
#E6E42C (or 0xE6E42C) is known color: Golden Fizz. HEX triplet: E6, E4 and 2C. RGB value is (230,228,44). Sum of RGB (Red+Green+Blue) = 230+228+44=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 44 (17.58% from 255 or 8.76% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E42C is #191BD3. Grayscale: #D0D0D0. Windows color (decimal): -1645524 or 2942182. OLE color: 2942182.
HSL color Cylindrical-coordinate representation of color #E6E42C: hue angle of 59.35º 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 #E6E42C is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 228 | 44 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.10 |
| HSL | 59.35º | 0.79% | 0.54% | - |
| HSV(B) | 59.35º | 0.81% | 0.9% | - |
| XYZ | 60.83 | 72.49 | 13.17 | - |
| YUV | 207.62 | 35.66 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 44 | 0 | 0.01 | 0.81 | 0.10 | 59.35 | 0.79 | 0.54 |
| Hex | E6 | E4 | 2C | 0 | 1 | 51 | A | 3B | 4F | 36 |
| Octal | 346 | 344 | 54 | 0 | 1 | 121 | 12 | 73 | 117 | 66 |
| Binary | 11100110 | 11100100 | 101100 | 0 | 1 | 1010001 | 1010 | 111011 | 1001111 | 110110 |
Color Harmonies of #E6E42C
Complementary color
Monochromatic Colors of #E6E42C
Black with #E6E42C
Text Example
Text Example
White with #E6E42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E42C; }
p { color: rgb(230,228,44); }
H1.HeaderClassName
{
color: #E6E42C;
}
.AnyTagClassName
{
color: #E6E42C;
}
</style>
background-color css
<style>
a { background-color: #E6E42C; }
a { background-color: rgb(230,228,44); }
div.DivClassName
{
background-color: #E6E42C;
}
.BgClassName
{
background-color: #E6E42C;
}
</style>
border-color css
<style>
span { border-color: #E6E42C; }
span { border-color: rgb(230,228,44); }
td.TdClassName
{
border-color: #E6E42C;
}
.TagClassName
{
border-color: #E6E42C;
}
</style>