Shades of Golden Fizz #E6E82C
Tints of Golden Fizz #E6E82C
RGB
CMYK
RGB Variations
Color information
#E6E82C (or 0xE6E82C) is known color: Golden Fizz. HEX triplet: E6, E8 and 2C. RGB value is (230,232,44). Sum of RGB (Red+Green+Blue) = 230+232+44=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 44 (17.58% from 255 or 8.70% from 506); Max value from RGB is 232 - color contains mainly: green. Hex color #E6E82C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6E82C is #1917D3. Grayscale: #D2D2D2. Windows color (decimal): -1644500 or 2943206. OLE color: 2943206.
HSL color Cylindrical-coordinate representation of color #E6E82C: hue angle of 60.64º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6E82C is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 232 | 44 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.09 |
| HSL | 60.64º | 0.8% | 0.54% | - |
| HSV(B) | 60.64º | 0.81% | 0.91% | - |
| XYZ | 61.94 | 74.72 | 13.54 | - |
| YUV | 209.97 | 34.34 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 232 | 44 | 0.01 | 0 | 0.81 | 0.09 | 60.64 | 0.8 | 0.54 |
| Hex | E6 | E8 | 2C | 1 | 0 | 51 | 9 | 3D | 50 | 36 |
| Octal | 346 | 350 | 54 | 1 | 0 | 121 | 11 | 75 | 120 | 66 |
| Binary | 11100110 | 11101000 | 101100 | 1 | 0 | 1010001 | 1001 | 111101 | 1010000 | 110110 |
Color Harmonies of #E6E82C
Complementary color
Monochromatic Colors of #E6E82C
Black with #E6E82C
Text Example
Text Example
White with #E6E82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E82C; }
p { color: rgb(230,232,44); }
H1.HeaderClassName
{
color: #E6E82C;
}
.AnyTagClassName
{
color: #E6E82C;
}
</style>
background-color css
<style>
a { background-color: #E6E82C; }
a { background-color: rgb(230,232,44); }
div.DivClassName
{
background-color: #E6E82C;
}
.BgClassName
{
background-color: #E6E82C;
}
</style>
border-color css
<style>
span { border-color: #E6E82C; }
span { border-color: rgb(230,232,44); }
td.TdClassName
{
border-color: #E6E82C;
}
.TagClassName
{
border-color: #E6E82C;
}
</style>