Shades of Golden Fizz #E6D331
Tints of Golden Fizz #E6D331
RGB
CMYK
RGB Variations
Color information
#E6D331 (or 0xE6D331) is known color: Golden Fizz. HEX triplet: E6, D3 and 31. RGB value is (230,211,49). Sum of RGB (Red+Green+Blue) = 230+211+49=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D331 is #192CCE. Grayscale: #C6C6C6. Windows color (decimal): -1649871 or 3265510. OLE color: 3265510.
HSL color Cylindrical-coordinate representation of color #E6D331: hue angle of 53.7º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6D331 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 49 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.10 |
| HSL | 53.7º | 0.78% | 0.55% | - |
| HSV(B) | 53.7º | 0.79% | 0.9% | - |
| XYZ | 56.48 | 63.63 | 12.21 | - |
| YUV | 198.21 | 43.79 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 49 | 0 | 0.08 | 0.79 | 0.10 | 53.7 | 0.78 | 0.55 |
| Hex | E6 | D3 | 31 | 0 | 8 | 4F | A | 36 | 4E | 37 |
| Octal | 346 | 323 | 61 | 0 | 10 | 117 | 12 | 66 | 116 | 67 |
| Binary | 11100110 | 11010011 | 110001 | 0 | 1000 | 1001111 | 1010 | 110110 | 1001110 | 110111 |
Color Harmonies of #E6D331
Complementary color
Monochromatic Colors of #E6D331
Black with #E6D331
Text Example
Text Example
White with #E6D331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D331; }
p { color: rgb(230,211,49); }
H1.HeaderClassName
{
color: #E6D331;
}
.AnyTagClassName
{
color: #E6D331;
}
</style>
background-color css
<style>
a { background-color: #E6D331; }
a { background-color: rgb(230,211,49); }
div.DivClassName
{
background-color: #E6D331;
}
.BgClassName
{
background-color: #E6D331;
}
</style>
border-color css
<style>
span { border-color: #E6D331; }
span { border-color: rgb(230,211,49); }
td.TdClassName
{
border-color: #E6D331;
}
.TagClassName
{
border-color: #E6D331;
}
</style>