Shades of Golden Fizz #E9DD31
Tints of Golden Fizz #E9DD31
RGB
CMYK
RGB Variations
Color information
#E9DD31 (or 0xE9DD31) is known color: Golden Fizz. HEX triplet: E9, DD and 31. RGB value is (233,221,49). Sum of RGB (Red+Green+Blue) = 233+221+49=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 49 (19.53% from 255 or 9.74% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DD31 is #1622CE. Grayscale: #CDCDCD. Windows color (decimal): -1450703 or 3268073. OLE color: 3268073.
HSL color Cylindrical-coordinate representation of color #E9DD31: hue angle of 56.09º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E9DD31 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 49 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.09 |
| HSL | 56.09º | 0.81% | 0.55% | - |
| HSV(B) | 56.09º | 0.79% | 0.91% | - |
| XYZ | 60.02 | 69.26 | 13.11 | - |
| YUV | 204.98 | 39.98 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 49 | 0 | 0.05 | 0.79 | 0.09 | 56.09 | 0.81 | 0.55 |
| Hex | E9 | DD | 31 | 0 | 5 | 4F | 9 | 38 | 51 | 37 |
| Octal | 351 | 335 | 61 | 0 | 5 | 117 | 11 | 70 | 121 | 67 |
| Binary | 11101001 | 11011101 | 110001 | 0 | 101 | 1001111 | 1001 | 111000 | 1010001 | 110111 |
Color Harmonies of #E9DD31
Complementary color
Monochromatic Colors of #E9DD31
Black with #E9DD31
Text Example
Text Example
White with #E9DD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD31; }
p { color: rgb(233,221,49); }
H1.HeaderClassName
{
color: #E9DD31;
}
.AnyTagClassName
{
color: #E9DD31;
}
</style>
background-color css
<style>
a { background-color: #E9DD31; }
a { background-color: rgb(233,221,49); }
div.DivClassName
{
background-color: #E9DD31;
}
.BgClassName
{
background-color: #E9DD31;
}
</style>
border-color css
<style>
span { border-color: #E9DD31; }
span { border-color: rgb(233,221,49); }
td.TdClassName
{
border-color: #E9DD31;
}
.TagClassName
{
border-color: #E9DD31;
}
</style>