Shades of Golden Fizz #EBDB31
Tints of Golden Fizz #EBDB31
RGB
CMYK
RGB Variations
Color information
#EBDB31 (or 0xEBDB31) is known color: Golden Fizz. HEX triplet: EB, DB and 31. RGB value is (235,219,49). Sum of RGB (Red+Green+Blue) = 235+219+49=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 49 (19.53% from 255 or 9.74% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB31 is #1424CE. Grayscale: #CDCDCD. Windows color (decimal): -1320143 or 3267563. OLE color: 3267563.
HSL color Cylindrical-coordinate representation of color #EBDB31: hue angle of 54.84º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBDB31 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 49 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.08 |
| HSL | 54.84º | 0.82% | 0.56% | - |
| HSV(B) | 54.84º | 0.79% | 0.92% | - |
| XYZ | 60.15 | 68.55 | 12.97 | - |
| YUV | 204.4 | 40.3 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 49 | 0 | 0.07 | 0.79 | 0.08 | 54.84 | 0.82 | 0.56 |
| Hex | EB | DB | 31 | 0 | 7 | 4F | 8 | 37 | 52 | 38 |
| Octal | 353 | 333 | 61 | 0 | 7 | 117 | 10 | 67 | 122 | 70 |
| Binary | 11101011 | 11011011 | 110001 | 0 | 111 | 1001111 | 1000 | 110111 | 1010010 | 111000 |
Color Harmonies of #EBDB31
Complementary color
Monochromatic Colors of #EBDB31
Black with #EBDB31
Text Example
Text Example
White with #EBDB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB31; }
p { color: rgb(235,219,49); }
H1.HeaderClassName
{
color: #EBDB31;
}
.AnyTagClassName
{
color: #EBDB31;
}
</style>
background-color css
<style>
a { background-color: #EBDB31; }
a { background-color: rgb(235,219,49); }
div.DivClassName
{
background-color: #EBDB31;
}
.BgClassName
{
background-color: #EBDB31;
}
</style>
border-color css
<style>
span { border-color: #EBDB31; }
span { border-color: rgb(235,219,49); }
td.TdClassName
{
border-color: #EBDB31;
}
.TagClassName
{
border-color: #EBDB31;
}
</style>