Shades of Golden Fizz #E6DD31
Tints of Golden Fizz #E6DD31
RGB
CMYK
RGB Variations
Color information
#E6DD31 (or 0xE6DD31) is known color: Golden Fizz. HEX triplet: E6, DD and 31. RGB value is (230,221,49). Sum of RGB (Red+Green+Blue) = 230+221+49=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 49 (19.53% from 255 or 9.8% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DD31 is #1922CE. Grayscale: #CCCCCC. Windows color (decimal): -1647311 or 3268070. OLE color: 3268070.
HSL color Cylindrical-coordinate representation of color #E6DD31: hue angle of 57.02º 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 #E6DD31 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 49 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.10 |
| HSL | 57.02º | 0.78% | 0.55% | - |
| HSV(B) | 57.02º | 0.79% | 0.9% | - |
| XYZ | 59.04 | 68.76 | 13.07 | - |
| YUV | 204.08 | 40.48 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 49 | 0 | 0.04 | 0.79 | 0.10 | 57.02 | 0.78 | 0.55 |
| Hex | E6 | DD | 31 | 0 | 4 | 4F | A | 39 | 4E | 37 |
| Octal | 346 | 335 | 61 | 0 | 4 | 117 | 12 | 71 | 116 | 67 |
| Binary | 11100110 | 11011101 | 110001 | 0 | 100 | 1001111 | 1010 | 111001 | 1001110 | 110111 |
Color Harmonies of #E6DD31
Complementary color
Monochromatic Colors of #E6DD31
Black with #E6DD31
Text Example
Text Example
White with #E6DD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD31; }
p { color: rgb(230,221,49); }
H1.HeaderClassName
{
color: #E6DD31;
}
.AnyTagClassName
{
color: #E6DD31;
}
</style>
background-color css
<style>
a { background-color: #E6DD31; }
a { background-color: rgb(230,221,49); }
div.DivClassName
{
background-color: #E6DD31;
}
.BgClassName
{
background-color: #E6DD31;
}
</style>
border-color css
<style>
span { border-color: #E6DD31; }
span { border-color: rgb(230,221,49); }
td.TdClassName
{
border-color: #E6DD31;
}
.TagClassName
{
border-color: #E6DD31;
}
</style>