Shades of Golden Fizz #EBE61D
Tints of Golden Fizz #EBE61D
RGB
CMYK
RGB Variations
Color information
#EBE61D (or 0xEBE61D) is known color: Golden Fizz. HEX triplet: EB, E6 and 1D. RGB value is (235,230,29). Sum of RGB (Red+Green+Blue) = 235+230+29=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 29 (11.72% from 255 or 5.87% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE61D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE61D is #1419E2. Grayscale: #D1D1D1. Windows color (decimal): -1317347 or 1959659. OLE color: 1959659.
HSL color Cylindrical-coordinate representation of color #EBE61D: hue angle of 58.54º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EBE61D is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 29 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.08 |
| HSL | 58.54º | 0.84% | 0.52% | - |
| HSV(B) | 58.54º | 0.88% | 0.92% | - |
| XYZ | 62.78 | 74.34 | 12.2 | - |
| YUV | 208.58 | 26.66 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 29 | 0 | 0.02 | 0.88 | 0.08 | 58.54 | 0.84 | 0.52 |
| Hex | EB | E6 | 1D | 0 | 2 | 58 | 8 | 3B | 54 | 34 |
| Octal | 353 | 346 | 35 | 0 | 2 | 130 | 10 | 73 | 124 | 64 |
| Binary | 11101011 | 11100110 | 11101 | 0 | 10 | 1011000 | 1000 | 111011 | 1010100 | 110100 |
Color Harmonies of #EBE61D
Complementary color
Monochromatic Colors of #EBE61D
Black with #EBE61D
Text Example
Text Example
White with #EBE61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE61D; }
p { color: rgb(235,230,29); }
H1.HeaderClassName
{
color: #EBE61D;
}
.AnyTagClassName
{
color: #EBE61D;
}
</style>
background-color css
<style>
a { background-color: #EBE61D; }
a { background-color: rgb(235,230,29); }
div.DivClassName
{
background-color: #EBE61D;
}
.BgClassName
{
background-color: #EBE61D;
}
</style>
border-color css
<style>
span { border-color: #EBE61D; }
span { border-color: rgb(235,230,29); }
td.TdClassName
{
border-color: #EBE61D;
}
.TagClassName
{
border-color: #EBE61D;
}
</style>