Shades of Golden Fizz #E9DB22
Tints of Golden Fizz #E9DB22
RGB
CMYK
RGB Variations
Color information
#E9DB22 (or 0xE9DB22) is known color: Golden Fizz. HEX triplet: E9, DB and 22. RGB value is (233,219,34). Sum of RGB (Red+Green+Blue) = 233+219+34=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 34 (13.67% from 255 or 7.00% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DB22 is #1624DD. Grayscale: #CACACA. Windows color (decimal): -1451230 or 2284521. OLE color: 2284521.
HSL color Cylindrical-coordinate representation of color #E9DB22: hue angle of 55.78º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9DB22 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 34 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.09 |
| HSL | 55.78º | 0.82% | 0.52% | - |
| HSV(B) | 55.78º | 0.85% | 0.91% | - |
| XYZ | 59.22 | 68.1 | 11.54 | - |
| YUV | 202.1 | 33.14 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 34 | 0 | 0.06 | 0.85 | 0.09 | 55.78 | 0.82 | 0.52 |
| Hex | E9 | DB | 22 | 0 | 6 | 55 | 9 | 38 | 52 | 34 |
| Octal | 351 | 333 | 42 | 0 | 6 | 125 | 11 | 70 | 122 | 64 |
| Binary | 11101001 | 11011011 | 100010 | 0 | 110 | 1010101 | 1001 | 111000 | 1010010 | 110100 |
Color Harmonies of #E9DB22
Complementary color
Monochromatic Colors of #E9DB22
Black with #E9DB22
Text Example
Text Example
White with #E9DB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB22; }
p { color: rgb(233,219,34); }
H1.HeaderClassName
{
color: #E9DB22;
}
.AnyTagClassName
{
color: #E9DB22;
}
</style>
background-color css
<style>
a { background-color: #E9DB22; }
a { background-color: rgb(233,219,34); }
div.DivClassName
{
background-color: #E9DB22;
}
.BgClassName
{
background-color: #E9DB22;
}
</style>
border-color css
<style>
span { border-color: #E9DB22; }
span { border-color: rgb(233,219,34); }
td.TdClassName
{
border-color: #E9DB22;
}
.TagClassName
{
border-color: #E9DB22;
}
</style>