Shades of Golden Fizz #E6D332
Tints of Golden Fizz #E6D332
RGB
CMYK
RGB Variations
Color information
#E6D332 (or 0xE6D332) is known color: Golden Fizz. HEX triplet: E6, D3 and 32. RGB value is (230,211,50). Sum of RGB (Red+Green+Blue) = 230+211+50=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D332 is #192CCD. Grayscale: #C6C6C6. Windows color (decimal): -1649870 or 3331046. OLE color: 3331046.
HSL color Cylindrical-coordinate representation of color #E6D332: hue angle of 53.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6D332 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 50 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.10 |
| HSL | 53.67º | 0.78% | 0.55% | - |
| HSV(B) | 53.67º | 0.78% | 0.9% | - |
| XYZ | 56.5 | 63.64 | 12.32 | - |
| YUV | 198.33 | 44.29 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 50 | 0 | 0.08 | 0.78 | 0.10 | 53.67 | 0.78 | 0.55 |
| Hex | E6 | D3 | 32 | 0 | 8 | 4E | A | 36 | 4E | 37 |
| Octal | 346 | 323 | 62 | 0 | 10 | 116 | 12 | 66 | 116 | 67 |
| Binary | 11100110 | 11010011 | 110010 | 0 | 1000 | 1001110 | 1010 | 110110 | 1001110 | 110111 |
Color Harmonies of #E6D332
Complementary color
Monochromatic Colors of #E6D332
Black with #E6D332
Text Example
Text Example
White with #E6D332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D332; }
p { color: rgb(230,211,50); }
H1.HeaderClassName
{
color: #E6D332;
}
.AnyTagClassName
{
color: #E6D332;
}
</style>
background-color css
<style>
a { background-color: #E6D332; }
a { background-color: rgb(230,211,50); }
div.DivClassName
{
background-color: #E6D332;
}
.BgClassName
{
background-color: #E6D332;
}
</style>
border-color css
<style>
span { border-color: #E6D332; }
span { border-color: rgb(230,211,50); }
td.TdClassName
{
border-color: #E6D332;
}
.TagClassName
{
border-color: #E6D332;
}
</style>