Shades of Golden Fizz #EADE20
Tints of Golden Fizz #EADE20
RGB
CMYK
RGB Variations
Color information
#EADE20 (or 0xEADE20) is known color: Golden Fizz. HEX triplet: EA, DE and 20. RGB value is (234,222,32). Sum of RGB (Red+Green+Blue) = 234+222+32=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE20 is #1521DF. Grayscale: #CCCCCC. Windows color (decimal): -1384928 or 2154218. OLE color: 2154218.
HSL color Cylindrical-coordinate representation of color #EADE20: hue angle of 56.44º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EADE20 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 32 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.08 |
| HSL | 56.44º | 0.83% | 0.52% | - |
| HSV(B) | 56.44º | 0.86% | 0.92% | - |
| XYZ | 60.31 | 69.84 | 11.67 | - |
| YUV | 203.93 | 30.98 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 32 | 0 | 0.05 | 0.86 | 0.08 | 56.44 | 0.83 | 0.52 |
| Hex | EA | DE | 20 | 0 | 5 | 56 | 8 | 38 | 53 | 34 |
| Octal | 352 | 336 | 40 | 0 | 5 | 126 | 10 | 70 | 123 | 64 |
| Binary | 11101010 | 11011110 | 100000 | 0 | 101 | 1010110 | 1000 | 111000 | 1010011 | 110100 |
Color Harmonies of #EADE20
Complementary color
Monochromatic Colors of #EADE20
Black with #EADE20
Text Example
Text Example
White with #EADE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE20; }
p { color: rgb(234,222,32); }
H1.HeaderClassName
{
color: #EADE20;
}
.AnyTagClassName
{
color: #EADE20;
}
</style>
background-color css
<style>
a { background-color: #EADE20; }
a { background-color: rgb(234,222,32); }
div.DivClassName
{
background-color: #EADE20;
}
.BgClassName
{
background-color: #EADE20;
}
</style>
border-color css
<style>
span { border-color: #EADE20; }
span { border-color: rgb(234,222,32); }
td.TdClassName
{
border-color: #EADE20;
}
.TagClassName
{
border-color: #EADE20;
}
</style>