Shades of Golden Fizz #EBD436
Tints of Golden Fizz #EBD436
RGB
CMYK
RGB Variations
Color information
#EBD436 (or 0xEBD436) is known color: Golden Fizz. HEX triplet: EB, D4 and 36. RGB value is (235,212,54). Sum of RGB (Red+Green+Blue) = 235+212+54=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 54 (21.48% from 255 or 10.78% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD436 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD436 is #142BC9. Grayscale: #C9C9C9. Windows color (decimal): -1321930 or 3593451. OLE color: 3593451.
HSL color Cylindrical-coordinate representation of color #EBD436: hue angle of 52.38º 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 #EBD436 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 54 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.08 |
| HSL | 52.38º | 0.82% | 0.57% | - |
| HSV(B) | 52.38º | 0.77% | 0.92% | - |
| XYZ | 58.47 | 65.02 | 12.96 | - |
| YUV | 200.87 | 45.12 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 54 | 0 | 0.10 | 0.77 | 0.08 | 52.38 | 0.82 | 0.57 |
| Hex | EB | D4 | 36 | 0 | A | 4D | 8 | 34 | 52 | 39 |
| Octal | 353 | 324 | 66 | 0 | 12 | 115 | 10 | 64 | 122 | 71 |
| Binary | 11101011 | 11010100 | 110110 | 0 | 1010 | 1001101 | 1000 | 110100 | 1010010 | 111001 |
Color Harmonies of #EBD436
Complementary color
Monochromatic Colors of #EBD436
Black with #EBD436
Text Example
Text Example
White with #EBD436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD436; }
p { color: rgb(235,212,54); }
H1.HeaderClassName
{
color: #EBD436;
}
.AnyTagClassName
{
color: #EBD436;
}
</style>
background-color css
<style>
a { background-color: #EBD436; }
a { background-color: rgb(235,212,54); }
div.DivClassName
{
background-color: #EBD436;
}
.BgClassName
{
background-color: #EBD436;
}
</style>
border-color css
<style>
span { border-color: #EBD436; }
span { border-color: rgb(235,212,54); }
td.TdClassName
{
border-color: #EBD436;
}
.TagClassName
{
border-color: #EBD436;
}
</style>