Shades of Golden Fizz #E6DB31
Tints of Golden Fizz #E6DB31
RGB
CMYK
RGB Variations
Color information
#E6DB31 (or 0xE6DB31) is known color: Golden Fizz. HEX triplet: E6, DB and 31. RGB value is (230,219,49). Sum of RGB (Red+Green+Blue) = 230+219+49=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DB31 is #1924CE. Grayscale: #CBCBCB. Windows color (decimal): -1647823 or 3267558. OLE color: 3267558.
HSL color Cylindrical-coordinate representation of color #E6DB31: hue angle of 56.35º 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 #E6DB31 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 49 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.10 |
| HSL | 56.35º | 0.78% | 0.55% | - |
| HSV(B) | 56.35º | 0.79% | 0.9% | - |
| XYZ | 58.52 | 67.71 | 12.89 | - |
| YUV | 202.91 | 41.14 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 49 | 0 | 0.05 | 0.79 | 0.10 | 56.35 | 0.78 | 0.55 |
| Hex | E6 | DB | 31 | 0 | 5 | 4F | A | 38 | 4E | 37 |
| Octal | 346 | 333 | 61 | 0 | 5 | 117 | 12 | 70 | 116 | 67 |
| Binary | 11100110 | 11011011 | 110001 | 0 | 101 | 1001111 | 1010 | 111000 | 1001110 | 110111 |
Color Harmonies of #E6DB31
Complementary color
Monochromatic Colors of #E6DB31
Black with #E6DB31
Text Example
Text Example
White with #E6DB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB31; }
p { color: rgb(230,219,49); }
H1.HeaderClassName
{
color: #E6DB31;
}
.AnyTagClassName
{
color: #E6DB31;
}
</style>
background-color css
<style>
a { background-color: #E6DB31; }
a { background-color: rgb(230,219,49); }
div.DivClassName
{
background-color: #E6DB31;
}
.BgClassName
{
background-color: #E6DB31;
}
</style>
border-color css
<style>
span { border-color: #E6DB31; }
span { border-color: rgb(230,219,49); }
td.TdClassName
{
border-color: #E6DB31;
}
.TagClassName
{
border-color: #E6DB31;
}
</style>