Shades of Golden Fizz #EADF37
Tints of Golden Fizz #EADF37
RGB
CMYK
RGB Variations
Color information
#EADF37 (or 0xEADF37) is known color: Golden Fizz. HEX triplet: EA, DF and 37. RGB value is (234,223,55). Sum of RGB (Red+Green+Blue) = 234+223+55=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 55 (21.88% from 255 or 10.74% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF37 is #1520C8. Grayscale: #CFCFCF. Windows color (decimal): -1384649 or 3661802. OLE color: 3661802.
HSL color Cylindrical-coordinate representation of color #EADF37: hue angle of 56.31º 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 #EADF37 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 55 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.08 |
| HSL | 56.31º | 0.81% | 0.57% | - |
| HSV(B) | 56.31º | 0.76% | 0.92% | - |
| XYZ | 61.01 | 70.54 | 14.02 | - |
| YUV | 207.14 | 42.14 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 55 | 0 | 0.05 | 0.76 | 0.08 | 56.31 | 0.81 | 0.57 |
| Hex | EA | DF | 37 | 0 | 5 | 4C | 8 | 38 | 51 | 39 |
| Octal | 352 | 337 | 67 | 0 | 5 | 114 | 10 | 70 | 121 | 71 |
| Binary | 11101010 | 11011111 | 110111 | 0 | 101 | 1001100 | 1000 | 111000 | 1010001 | 111001 |
Color Harmonies of #EADF37
Complementary color
Monochromatic Colors of #EADF37
Black with #EADF37
Text Example
Text Example
White with #EADF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF37; }
p { color: rgb(234,223,55); }
H1.HeaderClassName
{
color: #EADF37;
}
.AnyTagClassName
{
color: #EADF37;
}
</style>
background-color css
<style>
a { background-color: #EADF37; }
a { background-color: rgb(234,223,55); }
div.DivClassName
{
background-color: #EADF37;
}
.BgClassName
{
background-color: #EADF37;
}
</style>
border-color css
<style>
span { border-color: #EADF37; }
span { border-color: rgb(234,223,55); }
td.TdClassName
{
border-color: #EADF37;
}
.TagClassName
{
border-color: #EADF37;
}
</style>