Shades of Golden Fizz #EBDB21
Tints of Golden Fizz #EBDB21
RGB
CMYK
RGB Variations
Color information
#EBDB21 (or 0xEBDB21) is known color: Golden Fizz. HEX triplet: EB, DB and 21. RGB value is (235,219,33). Sum of RGB (Red+Green+Blue) = 235+219+33=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 33 (13.28% from 255 or 6.78% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB21 is #1424DE. Grayscale: #CBCBCB. Windows color (decimal): -1320159 or 2218987. OLE color: 2218987.
HSL color Cylindrical-coordinate representation of color #EBDB21: hue angle of 55.25º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBDB21 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 33 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.08 |
| HSL | 55.25º | 0.83% | 0.53% | - |
| HSV(B) | 55.25º | 0.86% | 0.92% | - |
| XYZ | 59.87 | 68.44 | 11.49 | - |
| YUV | 202.58 | 32.3 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 33 | 0 | 0.07 | 0.86 | 0.08 | 55.25 | 0.83 | 0.53 |
| Hex | EB | DB | 21 | 0 | 7 | 56 | 8 | 37 | 53 | 35 |
| Octal | 353 | 333 | 41 | 0 | 7 | 126 | 10 | 67 | 123 | 65 |
| Binary | 11101011 | 11011011 | 100001 | 0 | 111 | 1010110 | 1000 | 110111 | 1010011 | 110101 |
Color Harmonies of #EBDB21
Complementary color
Monochromatic Colors of #EBDB21
Black with #EBDB21
Text Example
Text Example
White with #EBDB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB21; }
p { color: rgb(235,219,33); }
H1.HeaderClassName
{
color: #EBDB21;
}
.AnyTagClassName
{
color: #EBDB21;
}
</style>
background-color css
<style>
a { background-color: #EBDB21; }
a { background-color: rgb(235,219,33); }
div.DivClassName
{
background-color: #EBDB21;
}
.BgClassName
{
background-color: #EBDB21;
}
</style>
border-color css
<style>
span { border-color: #EBDB21; }
span { border-color: rgb(235,219,33); }
td.TdClassName
{
border-color: #EBDB21;
}
.TagClassName
{
border-color: #EBDB21;
}
</style>