Shades of Golden Fizz #EADA26
Tints of Golden Fizz #EADA26
RGB
CMYK
RGB Variations
Color information
#EADA26 (or 0xEADA26) is known color: Golden Fizz. HEX triplet: EA, DA and 26. RGB value is (234,218,38). Sum of RGB (Red+Green+Blue) = 234+218+38=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 38 (15.23% from 255 or 7.76% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA26 is #1525D9. Grayscale: #CBCBCB. Windows color (decimal): -1385946 or 2546410. OLE color: 2546410.
HSL color Cylindrical-coordinate representation of color #EADA26: hue angle of 55.1º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EADA26 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 38 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.08 |
| HSL | 55.1º | 0.82% | 0.53% | - |
| HSV(B) | 55.1º | 0.84% | 0.92% | - |
| XYZ | 59.35 | 67.78 | 11.79 | - |
| YUV | 202.26 | 35.3 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 38 | 0 | 0.07 | 0.84 | 0.08 | 55.1 | 0.82 | 0.53 |
| Hex | EA | DA | 26 | 0 | 7 | 54 | 8 | 37 | 52 | 35 |
| Octal | 352 | 332 | 46 | 0 | 7 | 124 | 10 | 67 | 122 | 65 |
| Binary | 11101010 | 11011010 | 100110 | 0 | 111 | 1010100 | 1000 | 110111 | 1010010 | 110101 |
Color Harmonies of #EADA26
Complementary color
Monochromatic Colors of #EADA26
Black with #EADA26
Text Example
Text Example
White with #EADA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA26; }
p { color: rgb(234,218,38); }
H1.HeaderClassName
{
color: #EADA26;
}
.AnyTagClassName
{
color: #EADA26;
}
</style>
background-color css
<style>
a { background-color: #EADA26; }
a { background-color: rgb(234,218,38); }
div.DivClassName
{
background-color: #EADA26;
}
.BgClassName
{
background-color: #EADA26;
}
</style>
border-color css
<style>
span { border-color: #EADA26; }
span { border-color: rgb(234,218,38); }
td.TdClassName
{
border-color: #EADA26;
}
.TagClassName
{
border-color: #EADA26;
}
</style>