Shades of Golden Fizz #EBDB37
Tints of Golden Fizz #EBDB37
RGB
CMYK
RGB Variations
Color information
#EBDB37 (or 0xEBDB37) is known color: Golden Fizz. HEX triplet: EB, DB and 37. RGB value is (235,219,55). Sum of RGB (Red+Green+Blue) = 235+219+55=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 55 (21.88% from 255 or 10.81% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB37 is #1424C8. Grayscale: #CDCDCD. Windows color (decimal): -1320137 or 3660779. OLE color: 3660779.
HSL color Cylindrical-coordinate representation of color #EBDB37: hue angle of 54.67º 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 #EBDB37 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 55 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.08 |
| HSL | 54.67º | 0.82% | 0.57% | - |
| HSV(B) | 54.67º | 0.77% | 0.92% | - |
| XYZ | 60.28 | 68.6 | 13.68 | - |
| YUV | 205.09 | 43.3 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 55 | 0 | 0.07 | 0.77 | 0.08 | 54.67 | 0.82 | 0.57 |
| Hex | EB | DB | 37 | 0 | 7 | 4D | 8 | 37 | 52 | 39 |
| Octal | 353 | 333 | 67 | 0 | 7 | 115 | 10 | 67 | 122 | 71 |
| Binary | 11101011 | 11011011 | 110111 | 0 | 111 | 1001101 | 1000 | 110111 | 1010010 | 111001 |
Color Harmonies of #EBDB37
Complementary color
Monochromatic Colors of #EBDB37
Black with #EBDB37
Text Example
Text Example
White with #EBDB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB37; }
p { color: rgb(235,219,55); }
H1.HeaderClassName
{
color: #EBDB37;
}
.AnyTagClassName
{
color: #EBDB37;
}
</style>
background-color css
<style>
a { background-color: #EBDB37; }
a { background-color: rgb(235,219,55); }
div.DivClassName
{
background-color: #EBDB37;
}
.BgClassName
{
background-color: #EBDB37;
}
</style>
border-color css
<style>
span { border-color: #EBDB37; }
span { border-color: rgb(235,219,55); }
td.TdClassName
{
border-color: #EBDB37;
}
.TagClassName
{
border-color: #EBDB37;
}
</style>