Shades of Golden Fizz #E9DD24
Tints of Golden Fizz #E9DD24
RGB
CMYK
RGB Variations
Color information
#E9DD24 (or 0xE9DD24) is known color: Golden Fizz. HEX triplet: E9, DD and 24. RGB value is (233,221,36). Sum of RGB (Red+Green+Blue) = 233+221+36=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 36 (14.45% from 255 or 7.35% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DD24 is #1622DB. Grayscale: #CCCCCC. Windows color (decimal): -1450716 or 2416105. OLE color: 2416105.
HSL color Cylindrical-coordinate representation of color #E9DD24: hue angle of 56.35º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9DD24 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 36 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.09 |
| HSL | 56.35º | 0.82% | 0.53% | - |
| HSV(B) | 56.35º | 0.85% | 0.91% | - |
| XYZ | 59.78 | 69.16 | 11.87 | - |
| YUV | 203.5 | 33.48 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 36 | 0 | 0.05 | 0.85 | 0.09 | 56.35 | 0.82 | 0.53 |
| Hex | E9 | DD | 24 | 0 | 5 | 55 | 9 | 38 | 52 | 35 |
| Octal | 351 | 335 | 44 | 0 | 5 | 125 | 11 | 70 | 122 | 65 |
| Binary | 11101001 | 11011101 | 100100 | 0 | 101 | 1010101 | 1001 | 111000 | 1010010 | 110101 |
Color Harmonies of #E9DD24
Complementary color
Monochromatic Colors of #E9DD24
Black with #E9DD24
Text Example
Text Example
White with #E9DD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD24; }
p { color: rgb(233,221,36); }
H1.HeaderClassName
{
color: #E9DD24;
}
.AnyTagClassName
{
color: #E9DD24;
}
</style>
background-color css
<style>
a { background-color: #E9DD24; }
a { background-color: rgb(233,221,36); }
div.DivClassName
{
background-color: #E9DD24;
}
.BgClassName
{
background-color: #E9DD24;
}
</style>
border-color css
<style>
span { border-color: #E9DD24; }
span { border-color: rgb(233,221,36); }
td.TdClassName
{
border-color: #E9DD24;
}
.TagClassName
{
border-color: #E9DD24;
}
</style>