Shades of Golden Fizz #EADA31
Tints of Golden Fizz #EADA31
RGB
CMYK
RGB Variations
Color information
#EADA31 (or 0xEADA31) is known color: Golden Fizz. HEX triplet: EA, DA and 31. RGB value is (234,218,49). Sum of RGB (Red+Green+Blue) = 234+218+49=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA31 is #1525CE. Grayscale: #CCCCCC. Windows color (decimal): -1385935 or 3267306. OLE color: 3267306.
HSL color Cylindrical-coordinate representation of color #EADA31: hue angle of 54.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EADA31 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 49 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.08 |
| HSL | 54.81º | 0.81% | 0.55% | - |
| HSV(B) | 54.81º | 0.79% | 0.92% | - |
| XYZ | 59.56 | 67.86 | 12.86 | - |
| YUV | 203.52 | 40.8 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 49 | 0 | 0.07 | 0.79 | 0.08 | 54.81 | 0.81 | 0.55 |
| Hex | EA | DA | 31 | 0 | 7 | 4F | 8 | 37 | 51 | 37 |
| Octal | 352 | 332 | 61 | 0 | 7 | 117 | 10 | 67 | 121 | 67 |
| Binary | 11101010 | 11011010 | 110001 | 0 | 111 | 1001111 | 1000 | 110111 | 1010001 | 110111 |
Color Harmonies of #EADA31
Complementary color
Monochromatic Colors of #EADA31
Black with #EADA31
Text Example
Text Example
White with #EADA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA31; }
p { color: rgb(234,218,49); }
H1.HeaderClassName
{
color: #EADA31;
}
.AnyTagClassName
{
color: #EADA31;
}
</style>
background-color css
<style>
a { background-color: #EADA31; }
a { background-color: rgb(234,218,49); }
div.DivClassName
{
background-color: #EADA31;
}
.BgClassName
{
background-color: #EADA31;
}
</style>
border-color css
<style>
span { border-color: #EADA31; }
span { border-color: rgb(234,218,49); }
td.TdClassName
{
border-color: #EADA31;
}
.TagClassName
{
border-color: #EADA31;
}
</style>