Shades of Golden Fizz #EAD237
Tints of Golden Fizz #EAD237
RGB
CMYK
RGB Variations
Color information
#EAD237 (or 0xEAD237) is known color: Golden Fizz. HEX triplet: EA, D2 and 37. RGB value is (234,210,55). Sum of RGB (Red+Green+Blue) = 234+210+55=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 55 (21.88% from 255 or 11.02% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD237 is #152DC8. Grayscale: #C8C8C8. Windows color (decimal): -1387977 or 3658474. OLE color: 3658474.
HSL color Cylindrical-coordinate representation of color #EAD237: hue angle of 51.96º 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 #EAD237 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 55 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.08 |
| HSL | 51.96º | 0.81% | 0.57% | - |
| HSV(B) | 51.96º | 0.76% | 0.92% | - |
| XYZ | 57.67 | 63.86 | 12.9 | - |
| YUV | 199.51 | 46.45 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 55 | 0 | 0.10 | 0.76 | 0.08 | 51.96 | 0.81 | 0.57 |
| Hex | EA | D2 | 37 | 0 | A | 4C | 8 | 34 | 51 | 39 |
| Octal | 352 | 322 | 67 | 0 | 12 | 114 | 10 | 64 | 121 | 71 |
| Binary | 11101010 | 11010010 | 110111 | 0 | 1010 | 1001100 | 1000 | 110100 | 1010001 | 111001 |
Color Harmonies of #EAD237
Complementary color
Monochromatic Colors of #EAD237
Black with #EAD237
Text Example
Text Example
White with #EAD237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD237; }
p { color: rgb(234,210,55); }
H1.HeaderClassName
{
color: #EAD237;
}
.AnyTagClassName
{
color: #EAD237;
}
</style>
background-color css
<style>
a { background-color: #EAD237; }
a { background-color: rgb(234,210,55); }
div.DivClassName
{
background-color: #EAD237;
}
.BgClassName
{
background-color: #EAD237;
}
</style>
border-color css
<style>
span { border-color: #EAD237; }
span { border-color: rgb(234,210,55); }
td.TdClassName
{
border-color: #EAD237;
}
.TagClassName
{
border-color: #EAD237;
}
</style>