Shades of Golden Fizz #EBDB2E
Tints of Golden Fizz #EBDB2E
RGB
CMYK
RGB Variations
Color information
#EBDB2E (or 0xEBDB2E) is known color: Golden Fizz. HEX triplet: EB, DB and 2E. RGB value is (235,219,46). Sum of RGB (Red+Green+Blue) = 235+219+46=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 46 (18.36% from 255 or 9.2% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB2E is #1424D1. Grayscale: #CCCCCC. Windows color (decimal): -1320146 or 3070955. OLE color: 3070955.
HSL color Cylindrical-coordinate representation of color #EBDB2E: hue angle of 54.92º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBDB2E is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 46 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.08 |
| HSL | 54.92º | 0.83% | 0.55% | - |
| HSV(B) | 54.92º | 0.8% | 0.92% | - |
| XYZ | 60.09 | 68.52 | 12.64 | - |
| YUV | 204.06 | 38.8 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 46 | 0 | 0.07 | 0.80 | 0.08 | 54.92 | 0.83 | 0.55 |
| Hex | EB | DB | 2E | 0 | 7 | 50 | 8 | 37 | 53 | 37 |
| Octal | 353 | 333 | 56 | 0 | 7 | 120 | 10 | 67 | 123 | 67 |
| Binary | 11101011 | 11011011 | 101110 | 0 | 111 | 1010000 | 1000 | 110111 | 1010011 | 110111 |
Color Harmonies of #EBDB2E
Complementary color
Monochromatic Colors of #EBDB2E
Black with #EBDB2E
Text Example
Text Example
White with #EBDB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB2E; }
p { color: rgb(235,219,46); }
H1.HeaderClassName
{
color: #EBDB2E;
}
.AnyTagClassName
{
color: #EBDB2E;
}
</style>
background-color css
<style>
a { background-color: #EBDB2E; }
a { background-color: rgb(235,219,46); }
div.DivClassName
{
background-color: #EBDB2E;
}
.BgClassName
{
background-color: #EBDB2E;
}
</style>
border-color css
<style>
span { border-color: #EBDB2E; }
span { border-color: rgb(235,219,46); }
td.TdClassName
{
border-color: #EBDB2E;
}
.TagClassName
{
border-color: #EBDB2E;
}
</style>