Shades of Golden Fizz #E6D132
Tints of Golden Fizz #E6D132
RGB
CMYK
RGB Variations
Color information
#E6D132 (or 0xE6D132) is known color: Golden Fizz. HEX triplet: E6, D1 and 32. RGB value is (230,209,50). Sum of RGB (Red+Green+Blue) = 230+209+50=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D132 is #192ECD. Grayscale: #C5C5C5. Windows color (decimal): -1650382 or 3330534. OLE color: 3330534.
HSL color Cylindrical-coordinate representation of color #E6D132: hue angle of 53º 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 #E6D132 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 209 | 50 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.10 |
| HSL | 53º | 0.78% | 0.55% | - |
| HSV(B) | 53º | 0.78% | 0.9% | - |
| XYZ | 56.01 | 62.65 | 12.16 | - |
| YUV | 197.15 | 44.96 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 209 | 50 | 0 | 0.09 | 0.78 | 0.10 | 53 | 0.78 | 0.55 |
| Hex | E6 | D1 | 32 | 0 | 9 | 4E | A | 35 | 4E | 37 |
| Octal | 346 | 321 | 62 | 0 | 11 | 116 | 12 | 65 | 116 | 67 |
| Binary | 11100110 | 11010001 | 110010 | 0 | 1001 | 1001110 | 1010 | 110101 | 1001110 | 110111 |
Color Harmonies of #E6D132
Complementary color
Monochromatic Colors of #E6D132
Black with #E6D132
Text Example
Text Example
White with #E6D132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D132; }
p { color: rgb(230,209,50); }
H1.HeaderClassName
{
color: #E6D132;
}
.AnyTagClassName
{
color: #E6D132;
}
</style>
background-color css
<style>
a { background-color: #E6D132; }
a { background-color: rgb(230,209,50); }
div.DivClassName
{
background-color: #E6D132;
}
.BgClassName
{
background-color: #E6D132;
}
</style>
border-color css
<style>
span { border-color: #E6D132; }
span { border-color: rgb(230,209,50); }
td.TdClassName
{
border-color: #E6D132;
}
.TagClassName
{
border-color: #E6D132;
}
</style>