Shades of Golden Fizz #EBDB23
Tints of Golden Fizz #EBDB23
RGB
CMYK
RGB Variations
Color information
#EBDB23 (or 0xEBDB23) is known color: Golden Fizz. HEX triplet: EB, DB and 23. RGB value is (235,219,35). Sum of RGB (Red+Green+Blue) = 235+219+35=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 35 (14.06% from 255 or 7.16% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB23 is #1424DC. Grayscale: #CBCBCB. Windows color (decimal): -1320157 or 2350059. OLE color: 2350059.
HSL color Cylindrical-coordinate representation of color #EBDB23: hue angle of 55.2º 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 #EBDB23 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 35 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.08 |
| HSL | 55.2º | 0.83% | 0.53% | - |
| HSV(B) | 55.2º | 0.85% | 0.92% | - |
| XYZ | 59.9 | 68.45 | 11.64 | - |
| YUV | 202.81 | 33.3 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 35 | 0 | 0.07 | 0.85 | 0.08 | 55.2 | 0.83 | 0.53 |
| Hex | EB | DB | 23 | 0 | 7 | 55 | 8 | 37 | 53 | 35 |
| Octal | 353 | 333 | 43 | 0 | 7 | 125 | 10 | 67 | 123 | 65 |
| Binary | 11101011 | 11011011 | 100011 | 0 | 111 | 1010101 | 1000 | 110111 | 1010011 | 110101 |
Color Harmonies of #EBDB23
Complementary color
Monochromatic Colors of #EBDB23
Black with #EBDB23
Text Example
Text Example
White with #EBDB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB23; }
p { color: rgb(235,219,35); }
H1.HeaderClassName
{
color: #EBDB23;
}
.AnyTagClassName
{
color: #EBDB23;
}
</style>
background-color css
<style>
a { background-color: #EBDB23; }
a { background-color: rgb(235,219,35); }
div.DivClassName
{
background-color: #EBDB23;
}
.BgClassName
{
background-color: #EBDB23;
}
</style>
border-color css
<style>
span { border-color: #EBDB23; }
span { border-color: rgb(235,219,35); }
td.TdClassName
{
border-color: #EBDB23;
}
.TagClassName
{
border-color: #EBDB23;
}
</style>