Shades of Golden Fizz #EAD937
Tints of Golden Fizz #EAD937
RGB
CMYK
RGB Variations
Color information
#EAD937 (or 0xEAD937) is known color: Golden Fizz. HEX triplet: EA, D9 and 37. RGB value is (234,217,55). Sum of RGB (Red+Green+Blue) = 234+217+55=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 55 (21.88% from 255 or 10.87% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD937 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD937 is #1526C8. Grayscale: #CCCCCC. Windows color (decimal): -1386185 or 3660266. OLE color: 3660266.
HSL color Cylindrical-coordinate representation of color #EAD937: hue angle of 54.3º 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 #EAD937 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 217 | 55 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.08 |
| HSL | 54.3º | 0.81% | 0.57% | - |
| HSV(B) | 54.3º | 0.76% | 0.92% | - |
| XYZ | 59.43 | 67.39 | 13.49 | - |
| YUV | 203.62 | 44.13 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 217 | 55 | 0 | 0.07 | 0.76 | 0.08 | 54.3 | 0.81 | 0.57 |
| Hex | EA | D9 | 37 | 0 | 7 | 4C | 8 | 36 | 51 | 39 |
| Octal | 352 | 331 | 67 | 0 | 7 | 114 | 10 | 66 | 121 | 71 |
| Binary | 11101010 | 11011001 | 110111 | 0 | 111 | 1001100 | 1000 | 110110 | 1010001 | 111001 |
Color Harmonies of #EAD937
Complementary color
Monochromatic Colors of #EAD937
Black with #EAD937
Text Example
Text Example
White with #EAD937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD937; }
p { color: rgb(234,217,55); }
H1.HeaderClassName
{
color: #EAD937;
}
.AnyTagClassName
{
color: #EAD937;
}
</style>
background-color css
<style>
a { background-color: #EAD937; }
a { background-color: rgb(234,217,55); }
div.DivClassName
{
background-color: #EAD937;
}
.BgClassName
{
background-color: #EAD937;
}
</style>
border-color css
<style>
span { border-color: #EAD937; }
span { border-color: rgb(234,217,55); }
td.TdClassName
{
border-color: #EAD937;
}
.TagClassName
{
border-color: #EAD937;
}
</style>