Shades of Golden Fizz #EBDA2E
Tints of Golden Fizz #EBDA2E
RGB
CMYK
RGB Variations
Color information
#EBDA2E (or 0xEBDA2E) is known color: Golden Fizz. HEX triplet: EB, DA and 2E. RGB value is (235,218,46). Sum of RGB (Red+Green+Blue) = 235+218+46=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 46 (18.36% from 255 or 9.22% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA2E is #1425D1. Grayscale: #CCCCCC. Windows color (decimal): -1320402 or 3070699. OLE color: 3070699.
HSL color Cylindrical-coordinate representation of color #EBDA2E: hue angle of 54.6º 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 #EBDA2E is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 46 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.08 |
| HSL | 54.6º | 0.83% | 0.55% | - |
| HSV(B) | 54.6º | 0.8% | 0.92% | - |
| XYZ | 59.83 | 68 | 12.56 | - |
| YUV | 203.48 | 39.13 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 46 | 0 | 0.07 | 0.80 | 0.08 | 54.6 | 0.83 | 0.55 |
| Hex | EB | DA | 2E | 0 | 7 | 50 | 8 | 37 | 53 | 37 |
| Octal | 353 | 332 | 56 | 0 | 7 | 120 | 10 | 67 | 123 | 67 |
| Binary | 11101011 | 11011010 | 101110 | 0 | 111 | 1010000 | 1000 | 110111 | 1010011 | 110111 |
Color Harmonies of #EBDA2E
Complementary color
Monochromatic Colors of #EBDA2E
Black with #EBDA2E
Text Example
Text Example
White with #EBDA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA2E; }
p { color: rgb(235,218,46); }
H1.HeaderClassName
{
color: #EBDA2E;
}
.AnyTagClassName
{
color: #EBDA2E;
}
</style>
background-color css
<style>
a { background-color: #EBDA2E; }
a { background-color: rgb(235,218,46); }
div.DivClassName
{
background-color: #EBDA2E;
}
.BgClassName
{
background-color: #EBDA2E;
}
</style>
border-color css
<style>
span { border-color: #EBDA2E; }
span { border-color: rgb(235,218,46); }
td.TdClassName
{
border-color: #EBDA2E;
}
.TagClassName
{
border-color: #EBDA2E;
}
</style>