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