Shades of Golden Fizz #EADA21
Tints of Golden Fizz #EADA21
RGB
CMYK
RGB Variations
Color information
#EADA21 (or 0xEADA21) is known color: Golden Fizz. HEX triplet: EA, DA and 21. RGB value is (234,218,33). Sum of RGB (Red+Green+Blue) = 234+218+33=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 33 (13.28% from 255 or 6.80% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA21 is #1525DE. Grayscale: #CACACA. Windows color (decimal): -1385951 or 2218730. OLE color: 2218730.
HSL color Cylindrical-coordinate representation of color #EADA21: hue angle of 55.22º 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 #EADA21 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 33 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.08 |
| HSL | 55.22º | 0.83% | 0.52% | - |
| HSV(B) | 55.22º | 0.86% | 0.92% | - |
| XYZ | 59.28 | 67.75 | 11.39 | - |
| YUV | 201.69 | 32.8 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 33 | 0 | 0.07 | 0.86 | 0.08 | 55.22 | 0.83 | 0.52 |
| Hex | EA | DA | 21 | 0 | 7 | 56 | 8 | 37 | 53 | 34 |
| Octal | 352 | 332 | 41 | 0 | 7 | 126 | 10 | 67 | 123 | 64 |
| Binary | 11101010 | 11011010 | 100001 | 0 | 111 | 1010110 | 1000 | 110111 | 1010011 | 110100 |
Color Harmonies of #EADA21
Complementary color
Monochromatic Colors of #EADA21
Black with #EADA21
Text Example
Text Example
White with #EADA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA21; }
p { color: rgb(234,218,33); }
H1.HeaderClassName
{
color: #EADA21;
}
.AnyTagClassName
{
color: #EADA21;
}
</style>
background-color css
<style>
a { background-color: #EADA21; }
a { background-color: rgb(234,218,33); }
div.DivClassName
{
background-color: #EADA21;
}
.BgClassName
{
background-color: #EADA21;
}
</style>
border-color css
<style>
span { border-color: #EADA21; }
span { border-color: rgb(234,218,33); }
td.TdClassName
{
border-color: #EADA21;
}
.TagClassName
{
border-color: #EADA21;
}
</style>