Shades of Golden Fizz #E9DD32
Tints of Golden Fizz #E9DD32
RGB
CMYK
RGB Variations
Color information
#E9DD32 (or 0xE9DD32) is known color: Golden Fizz. HEX triplet: E9, DD and 32. RGB value is (233,221,50). Sum of RGB (Red+Green+Blue) = 233+221+50=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 50 (19.92% from 255 or 9.92% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DD32 is #1622CD. Grayscale: #CDCDCD. Windows color (decimal): -1450702 or 3333609. OLE color: 3333609.
HSL color Cylindrical-coordinate representation of color #E9DD32: hue angle of 56.07º 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 #E9DD32 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 50 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.09 |
| HSL | 56.07º | 0.81% | 0.55% | - |
| HSV(B) | 56.07º | 0.79% | 0.91% | - |
| XYZ | 60.04 | 69.27 | 13.22 | - |
| YUV | 205.09 | 40.48 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 50 | 0 | 0.05 | 0.79 | 0.09 | 56.07 | 0.81 | 0.55 |
| Hex | E9 | DD | 32 | 0 | 5 | 4F | 9 | 38 | 51 | 37 |
| Octal | 351 | 335 | 62 | 0 | 5 | 117 | 11 | 70 | 121 | 67 |
| Binary | 11101001 | 11011101 | 110010 | 0 | 101 | 1001111 | 1001 | 111000 | 1010001 | 110111 |
Color Harmonies of #E9DD32
Complementary color
Monochromatic Colors of #E9DD32
Black with #E9DD32
Text Example
Text Example
White with #E9DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD32; }
p { color: rgb(233,221,50); }
H1.HeaderClassName
{
color: #E9DD32;
}
.AnyTagClassName
{
color: #E9DD32;
}
</style>
background-color css
<style>
a { background-color: #E9DD32; }
a { background-color: rgb(233,221,50); }
div.DivClassName
{
background-color: #E9DD32;
}
.BgClassName
{
background-color: #E9DD32;
}
</style>
border-color css
<style>
span { border-color: #E9DD32; }
span { border-color: rgb(233,221,50); }
td.TdClassName
{
border-color: #E9DD32;
}
.TagClassName
{
border-color: #E9DD32;
}
</style>