Shades of Golden Fizz #E6E82D
Tints of Golden Fizz #E6E82D
RGB
CMYK
RGB Variations
Color information
#E6E82D (or 0xE6E82D) is known color: Golden Fizz. HEX triplet: E6, E8 and 2D. RGB value is (230,232,45). Sum of RGB (Red+Green+Blue) = 230+232+45=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 232 (91.02% from 255 or 45.76% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 232 - color contains mainly: green. Hex color #E6E82D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6E82D is #1917D2. Grayscale: #D2D2D2. Windows color (decimal): -1644499 or 3008742. OLE color: 3008742.
HSL color Cylindrical-coordinate representation of color #E6E82D: 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 #E6E82D is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 232 | 45 | - |
| 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.96 | 74.73 | 13.64 | - |
| YUV | 210.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 232 | 45 | 0.01 | 0 | 0.81 | 0.09 | 60.64 | 0.8 | 0.54 |
| Hex | E6 | E8 | 2D | 1 | 0 | 51 | 9 | 3D | 50 | 36 |
| Octal | 346 | 350 | 55 | 1 | 0 | 121 | 11 | 75 | 120 | 66 |
| Binary | 11100110 | 11101000 | 101101 | 1 | 0 | 1010001 | 1001 | 111101 | 1010000 | 110110 |
Color Harmonies of #E6E82D
Complementary color
Monochromatic Colors of #E6E82D
Black with #E6E82D
Text Example
Text Example
White with #E6E82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E82D; }
p { color: rgb(230,232,45); }
H1.HeaderClassName
{
color: #E6E82D;
}
.AnyTagClassName
{
color: #E6E82D;
}
</style>
background-color css
<style>
a { background-color: #E6E82D; }
a { background-color: rgb(230,232,45); }
div.DivClassName
{
background-color: #E6E82D;
}
.BgClassName
{
background-color: #E6E82D;
}
</style>
border-color css
<style>
span { border-color: #E6E82D; }
span { border-color: rgb(230,232,45); }
td.TdClassName
{
border-color: #E6E82D;
}
.TagClassName
{
border-color: #E6E82D;
}
</style>