Shades of Golden Fizz #EADA38
Tints of Golden Fizz #EADA38
RGB
CMYK
RGB Variations
Color information
#EADA38 (or 0xEADA38) is known color: Golden Fizz. HEX triplet: EA, DA and 38. RGB value is (234,218,56). Sum of RGB (Red+Green+Blue) = 234+218+56=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 56 (22.27% from 255 or 11.02% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA38 is #1525C7. Grayscale: #CCCCCC. Windows color (decimal): -1385928 or 3726058. OLE color: 3726058.
HSL color Cylindrical-coordinate representation of color #EADA38: hue angle of 54.61º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EADA38 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 56 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.08 |
| HSL | 54.61º | 0.81% | 0.57% | - |
| HSV(B) | 54.61º | 0.76% | 0.92% | - |
| XYZ | 59.72 | 67.92 | 13.7 | - |
| YUV | 204.32 | 44.3 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 56 | 0 | 0.07 | 0.76 | 0.08 | 54.61 | 0.81 | 0.57 |
| Hex | EA | DA | 38 | 0 | 7 | 4C | 8 | 37 | 51 | 39 |
| Octal | 352 | 332 | 70 | 0 | 7 | 114 | 10 | 67 | 121 | 71 |
| Binary | 11101010 | 11011010 | 111000 | 0 | 111 | 1001100 | 1000 | 110111 | 1010001 | 111001 |
Color Harmonies of #EADA38
Complementary color
Monochromatic Colors of #EADA38
Black with #EADA38
Text Example
Text Example
White with #EADA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA38; }
p { color: rgb(234,218,56); }
H1.HeaderClassName
{
color: #EADA38;
}
.AnyTagClassName
{
color: #EADA38;
}
</style>
background-color css
<style>
a { background-color: #EADA38; }
a { background-color: rgb(234,218,56); }
div.DivClassName
{
background-color: #EADA38;
}
.BgClassName
{
background-color: #EADA38;
}
</style>
border-color css
<style>
span { border-color: #EADA38; }
span { border-color: rgb(234,218,56); }
td.TdClassName
{
border-color: #EADA38;
}
.TagClassName
{
border-color: #EADA38;
}
</style>