Shades of Golden Fizz #E8DD22
Tints of Golden Fizz #E8DD22
RGB
CMYK
RGB Variations
Color information
#E8DD22 (or 0xE8DD22) is known color: Golden Fizz. HEX triplet: E8, DD and 22. RGB value is (232,221,34). Sum of RGB (Red+Green+Blue) = 232+221+34=487 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.64% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 34 (13.67% from 255 or 6.98% from 487); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DD22 is #1722DD. Grayscale: #CBCBCB. Windows color (decimal): -1516254 or 2285032. OLE color: 2285032.
HSL color Cylindrical-coordinate representation of color #E8DD22: hue angle of 56.67º degrees, saturation: 0.81, 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 #E8DD22 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 34 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.09 |
| HSL | 56.67º | 0.81% | 0.52% | - |
| HSV(B) | 56.67º | 0.85% | 0.91% | - |
| XYZ | 59.42 | 68.98 | 11.7 | - |
| YUV | 202.97 | 32.64 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 34 | 0 | 0.05 | 0.85 | 0.09 | 56.67 | 0.81 | 0.52 |
| Hex | E8 | DD | 22 | 0 | 5 | 55 | 9 | 39 | 51 | 34 |
| Octal | 350 | 335 | 42 | 0 | 5 | 125 | 11 | 71 | 121 | 64 |
| Binary | 11101000 | 11011101 | 100010 | 0 | 101 | 1010101 | 1001 | 111001 | 1010001 | 110100 |
Color Harmonies of #E8DD22
Complementary color
Monochromatic Colors of #E8DD22
Black with #E8DD22
Text Example
Text Example
White with #E8DD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DD22; }
p { color: rgb(232,221,34); }
H1.HeaderClassName
{
color: #E8DD22;
}
.AnyTagClassName
{
color: #E8DD22;
}
</style>
background-color css
<style>
a { background-color: #E8DD22; }
a { background-color: rgb(232,221,34); }
div.DivClassName
{
background-color: #E8DD22;
}
.BgClassName
{
background-color: #E8DD22;
}
</style>
border-color css
<style>
span { border-color: #E8DD22; }
span { border-color: rgb(232,221,34); }
td.TdClassName
{
border-color: #E8DD22;
}
.TagClassName
{
border-color: #E8DD22;
}
</style>