Shades of Golden Fizz #E9DB21
Tints of Golden Fizz #E9DB21
RGB
CMYK
RGB Variations
Color information
#E9DB21 (or 0xE9DB21) is known color: Golden Fizz. HEX triplet: E9, DB and 21. RGB value is (233,219,33). Sum of RGB (Red+Green+Blue) = 233+219+33=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 33 (13.28% from 255 or 6.80% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DB21 is #1624DE. Grayscale: #CACACA. Windows color (decimal): -1451231 or 2218985. OLE color: 2218985.
HSL color Cylindrical-coordinate representation of color #E9DB21: hue angle of 55.8º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9DB21 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 33 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.09 |
| HSL | 55.8º | 0.82% | 0.52% | - |
| HSV(B) | 55.8º | 0.86% | 0.91% | - |
| XYZ | 59.21 | 68.1 | 11.46 | - |
| YUV | 201.98 | 32.64 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 33 | 0 | 0.06 | 0.86 | 0.09 | 55.8 | 0.82 | 0.52 |
| Hex | E9 | DB | 21 | 0 | 6 | 56 | 9 | 38 | 52 | 34 |
| Octal | 351 | 333 | 41 | 0 | 6 | 126 | 11 | 70 | 122 | 64 |
| Binary | 11101001 | 11011011 | 100001 | 0 | 110 | 1010110 | 1001 | 111000 | 1010010 | 110100 |
Color Harmonies of #E9DB21
Complementary color
Monochromatic Colors of #E9DB21
Black with #E9DB21
Text Example
Text Example
White with #E9DB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB21; }
p { color: rgb(233,219,33); }
H1.HeaderClassName
{
color: #E9DB21;
}
.AnyTagClassName
{
color: #E9DB21;
}
</style>
background-color css
<style>
a { background-color: #E9DB21; }
a { background-color: rgb(233,219,33); }
div.DivClassName
{
background-color: #E9DB21;
}
.BgClassName
{
background-color: #E9DB21;
}
</style>
border-color css
<style>
span { border-color: #E9DB21; }
span { border-color: rgb(233,219,33); }
td.TdClassName
{
border-color: #E9DB21;
}
.TagClassName
{
border-color: #E9DB21;
}
</style>