Shades of Golden Fizz #EBE037
Tints of Golden Fizz #EBE037
RGB
CMYK
RGB Variations
Color information
#EBE037 (or 0xEBE037) is known color: Golden Fizz. HEX triplet: EB, E0 and 37. RGB value is (235,224,55). Sum of RGB (Red+Green+Blue) = 235+224+55=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 55 (21.88% from 255 or 10.70% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE037 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE037 is #141FC8. Grayscale: #D0D0D0. Windows color (decimal): -1318857 or 3662059. OLE color: 3662059.
HSL color Cylindrical-coordinate representation of color #EBE037: hue angle of 56.33º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBE037 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 55 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.08 |
| HSL | 56.33º | 0.82% | 0.57% | - |
| HSV(B) | 56.33º | 0.77% | 0.92% | - |
| XYZ | 61.61 | 71.25 | 14.12 | - |
| YUV | 208.02 | 41.64 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 55 | 0 | 0.05 | 0.77 | 0.08 | 56.33 | 0.82 | 0.57 |
| Hex | EB | E0 | 37 | 0 | 5 | 4D | 8 | 38 | 52 | 39 |
| Octal | 353 | 340 | 67 | 0 | 5 | 115 | 10 | 70 | 122 | 71 |
| Binary | 11101011 | 11100000 | 110111 | 0 | 101 | 1001101 | 1000 | 111000 | 1010010 | 111001 |
Color Harmonies of #EBE037
Complementary color
Monochromatic Colors of #EBE037
Black with #EBE037
Text Example
Text Example
White with #EBE037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE037; }
p { color: rgb(235,224,55); }
H1.HeaderClassName
{
color: #EBE037;
}
.AnyTagClassName
{
color: #EBE037;
}
</style>
background-color css
<style>
a { background-color: #EBE037; }
a { background-color: rgb(235,224,55); }
div.DivClassName
{
background-color: #EBE037;
}
.BgClassName
{
background-color: #EBE037;
}
</style>
border-color css
<style>
span { border-color: #EBE037; }
span { border-color: rgb(235,224,55); }
td.TdClassName
{
border-color: #EBE037;
}
.TagClassName
{
border-color: #EBE037;
}
</style>