Shades of Golden Fizz #EBDB2F
Tints of Golden Fizz #EBDB2F
RGB
CMYK
RGB Variations
Color information
#EBDB2F (or 0xEBDB2F) is known color: Golden Fizz. HEX triplet: EB, DB and 2F. RGB value is (235,219,47). Sum of RGB (Red+Green+Blue) = 235+219+47=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 47 (18.75% from 255 or 9.38% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB2F is #1424D0. Grayscale: #CCCCCC. Windows color (decimal): -1320145 or 3136491. OLE color: 3136491.
HSL color Cylindrical-coordinate representation of color #EBDB2F: hue angle of 54.89º degrees, saturation: 0.82, 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 #EBDB2F is Cyan = 0, Magento = 0.07, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 47 | - |
| CMYK | 0 | 0.07 | 0.8 | 0.08 |
| HSL | 54.89º | 0.82% | 0.55% | - |
| HSV(B) | 54.89º | 0.8% | 0.92% | - |
| XYZ | 60.11 | 68.53 | 12.75 | - |
| YUV | 204.18 | 39.3 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 47 | 0 | 0.07 | 0.8 | 0.08 | 54.89 | 0.82 | 0.55 |
| Hex | EB | DB | 2F | 0 | 7 | 50 | 8 | 37 | 52 | 37 |
| Octal | 353 | 333 | 57 | 0 | 7 | 120 | 10 | 67 | 122 | 67 |
| Binary | 11101011 | 11011011 | 101111 | 0 | 111 | 1010000 | 1000 | 110111 | 1010010 | 110111 |
Color Harmonies of #EBDB2F
Complementary color
Monochromatic Colors of #EBDB2F
Black with #EBDB2F
Text Example
Text Example
White with #EBDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB2F; }
p { color: rgb(235,219,47); }
H1.HeaderClassName
{
color: #EBDB2F;
}
.AnyTagClassName
{
color: #EBDB2F;
}
</style>
background-color css
<style>
a { background-color: #EBDB2F; }
a { background-color: rgb(235,219,47); }
div.DivClassName
{
background-color: #EBDB2F;
}
.BgClassName
{
background-color: #EBDB2F;
}
</style>
border-color css
<style>
span { border-color: #EBDB2F; }
span { border-color: rgb(235,219,47); }
td.TdClassName
{
border-color: #EBDB2F;
}
.TagClassName
{
border-color: #EBDB2F;
}
</style>