Shades of Golden Fizz #EBDB33
Tints of Golden Fizz #EBDB33
RGB
CMYK
RGB Variations
Color information
#EBDB33 (or 0xEBDB33) is known color: Golden Fizz. HEX triplet: EB, DB and 33. RGB value is (235,219,51). Sum of RGB (Red+Green+Blue) = 235+219+51=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 51 (20.31% from 255 or 10.10% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB33 is #1424CC. Grayscale: #CDCDCD. Windows color (decimal): -1320141 or 3398635. OLE color: 3398635.
HSL color Cylindrical-coordinate representation of color #EBDB33: hue angle of 54.78º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EBDB33 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 51 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.08 |
| HSL | 54.78º | 0.82% | 0.56% | - |
| HSV(B) | 54.78º | 0.78% | 0.92% | - |
| XYZ | 60.19 | 68.56 | 13.19 | - |
| YUV | 204.63 | 41.3 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 51 | 0 | 0.07 | 0.78 | 0.08 | 54.78 | 0.82 | 0.56 |
| Hex | EB | DB | 33 | 0 | 7 | 4E | 8 | 37 | 52 | 38 |
| Octal | 353 | 333 | 63 | 0 | 7 | 116 | 10 | 67 | 122 | 70 |
| Binary | 11101011 | 11011011 | 110011 | 0 | 111 | 1001110 | 1000 | 110111 | 1010010 | 111000 |
Color Harmonies of #EBDB33
Complementary color
Monochromatic Colors of #EBDB33
Black with #EBDB33
Text Example
Text Example
White with #EBDB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB33; }
p { color: rgb(235,219,51); }
H1.HeaderClassName
{
color: #EBDB33;
}
.AnyTagClassName
{
color: #EBDB33;
}
</style>
background-color css
<style>
a { background-color: #EBDB33; }
a { background-color: rgb(235,219,51); }
div.DivClassName
{
background-color: #EBDB33;
}
.BgClassName
{
background-color: #EBDB33;
}
</style>
border-color css
<style>
span { border-color: #EBDB33; }
span { border-color: rgb(235,219,51); }
td.TdClassName
{
border-color: #EBDB33;
}
.TagClassName
{
border-color: #EBDB33;
}
</style>