Shades of Golden Fizz #EBDB39
Tints of Golden Fizz #EBDB39
RGB
CMYK
RGB Variations
Color information
#EBDB39 (or 0xEBDB39) is known color: Golden Fizz. HEX triplet: EB, DB and 39. RGB value is (235,219,57). Sum of RGB (Red+Green+Blue) = 235+219+57=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 57 (22.66% from 255 or 11.15% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB39 is #1424C6. Grayscale: #CDCDCD. Windows color (decimal): -1320135 or 3791851. OLE color: 3791851.
HSL color Cylindrical-coordinate representation of color #EBDB39: hue angle of 54.61º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EBDB39 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 57 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.08 |
| HSL | 54.61º | 0.82% | 0.57% | - |
| HSV(B) | 54.61º | 0.76% | 0.92% | - |
| XYZ | 60.33 | 68.62 | 13.94 | - |
| YUV | 205.32 | 44.3 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 57 | 0 | 0.07 | 0.76 | 0.08 | 54.61 | 0.82 | 0.57 |
| Hex | EB | DB | 39 | 0 | 7 | 4C | 8 | 37 | 52 | 39 |
| Octal | 353 | 333 | 71 | 0 | 7 | 114 | 10 | 67 | 122 | 71 |
| Binary | 11101011 | 11011011 | 111001 | 0 | 111 | 1001100 | 1000 | 110111 | 1010010 | 111001 |
Color Harmonies of #EBDB39
Complementary color
Monochromatic Colors of #EBDB39
Black with #EBDB39
Text Example
Text Example
White with #EBDB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB39; }
p { color: rgb(235,219,57); }
H1.HeaderClassName
{
color: #EBDB39;
}
.AnyTagClassName
{
color: #EBDB39;
}
</style>
background-color css
<style>
a { background-color: #EBDB39; }
a { background-color: rgb(235,219,57); }
div.DivClassName
{
background-color: #EBDB39;
}
.BgClassName
{
background-color: #EBDB39;
}
</style>
border-color css
<style>
span { border-color: #EBDB39; }
span { border-color: rgb(235,219,57); }
td.TdClassName
{
border-color: #EBDB39;
}
.TagClassName
{
border-color: #EBDB39;
}
</style>