Shades of Golden Fizz #EBE624
Tints of Golden Fizz #EBE624
RGB
CMYK
RGB Variations
Color information
#EBE624 (or 0xEBE624) is known color: Golden Fizz. HEX triplet: EB, E6 and 24. RGB value is (235,230,36). Sum of RGB (Red+Green+Blue) = 235+230+36=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 36 (14.45% from 255 or 7.19% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE624 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE624 is #1419DB. Grayscale: #D2D2D2. Windows color (decimal): -1317340 or 2418411. OLE color: 2418411.
HSL color Cylindrical-coordinate representation of color #EBE624: hue angle of 58.49º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EBE624 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 36 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.08 |
| HSL | 58.49º | 0.83% | 0.53% | - |
| HSV(B) | 58.49º | 0.85% | 0.92% | - |
| XYZ | 62.88 | 74.38 | 12.71 | - |
| YUV | 209.38 | 30.16 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 36 | 0 | 0.02 | 0.85 | 0.08 | 58.49 | 0.83 | 0.53 |
| Hex | EB | E6 | 24 | 0 | 2 | 55 | 8 | 3A | 53 | 35 |
| Octal | 353 | 346 | 44 | 0 | 2 | 125 | 10 | 72 | 123 | 65 |
| Binary | 11101011 | 11100110 | 100100 | 0 | 10 | 1010101 | 1000 | 111010 | 1010011 | 110101 |
Color Harmonies of #EBE624
Complementary color
Monochromatic Colors of #EBE624
Black with #EBE624
Text Example
Text Example
White with #EBE624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE624; }
p { color: rgb(235,230,36); }
H1.HeaderClassName
{
color: #EBE624;
}
.AnyTagClassName
{
color: #EBE624;
}
</style>
background-color css
<style>
a { background-color: #EBE624; }
a { background-color: rgb(235,230,36); }
div.DivClassName
{
background-color: #EBE624;
}
.BgClassName
{
background-color: #EBE624;
}
</style>
border-color css
<style>
span { border-color: #EBE624; }
span { border-color: rgb(235,230,36); }
td.TdClassName
{
border-color: #EBE624;
}
.TagClassName
{
border-color: #EBE624;
}
</style>