Shades of Golden Fizz #EADD22
Tints of Golden Fizz #EADD22
RGB
CMYK
RGB Variations
Color information
#EADD22 (or 0xEADD22) is known color: Golden Fizz. HEX triplet: EA, DD and 22. RGB value is (234,221,34). Sum of RGB (Red+Green+Blue) = 234+221+34=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 34 (13.67% from 255 or 6.95% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD22 is #1522DD. Grayscale: #CCCCCC. Windows color (decimal): -1385182 or 2285034. OLE color: 2285034.
HSL color Cylindrical-coordinate representation of color #EADD22: hue angle of 56.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EADD22 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 34 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.08 |
| HSL | 56.1º | 0.83% | 0.53% | - |
| HSV(B) | 56.1º | 0.85% | 0.92% | - |
| XYZ | 60.08 | 69.32 | 11.73 | - |
| YUV | 203.57 | 32.31 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 34 | 0 | 0.06 | 0.85 | 0.08 | 56.1 | 0.83 | 0.53 |
| Hex | EA | DD | 22 | 0 | 6 | 55 | 8 | 38 | 53 | 35 |
| Octal | 352 | 335 | 42 | 0 | 6 | 125 | 10 | 70 | 123 | 65 |
| Binary | 11101010 | 11011101 | 100010 | 0 | 110 | 1010101 | 1000 | 111000 | 1010011 | 110101 |
Color Harmonies of #EADD22
Complementary color
Monochromatic Colors of #EADD22
Black with #EADD22
Text Example
Text Example
White with #EADD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD22; }
p { color: rgb(234,221,34); }
H1.HeaderClassName
{
color: #EADD22;
}
.AnyTagClassName
{
color: #EADD22;
}
</style>
background-color css
<style>
a { background-color: #EADD22; }
a { background-color: rgb(234,221,34); }
div.DivClassName
{
background-color: #EADD22;
}
.BgClassName
{
background-color: #EADD22;
}
</style>
border-color css
<style>
span { border-color: #EADD22; }
span { border-color: rgb(234,221,34); }
td.TdClassName
{
border-color: #EADD22;
}
.TagClassName
{
border-color: #EADD22;
}
</style>