Shades of Golden Fizz #EBDC2A
Tints of Golden Fizz #EBDC2A
RGB
CMYK
RGB Variations
Color information
#EBDC2A (or 0xEBDC2A) is known color: Golden Fizz. HEX triplet: EB, DC and 2A. RGB value is (235,220,42). Sum of RGB (Red+Green+Blue) = 235+220+42=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 42 (16.80% from 255 or 8.45% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC2A is #1423D5. Grayscale: #CCCCCC. Windows color (decimal): -1319894 or 2809067. OLE color: 2809067.
HSL color Cylindrical-coordinate representation of color #EBDC2A: hue angle of 55.34º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBDC2A is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 42 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.08 |
| HSL | 55.34º | 0.83% | 0.54% | - |
| HSV(B) | 55.34º | 0.82% | 0.92% | - |
| XYZ | 60.27 | 69.02 | 12.34 | - |
| YUV | 204.19 | 36.47 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 42 | 0 | 0.06 | 0.82 | 0.08 | 55.34 | 0.83 | 0.54 |
| Hex | EB | DC | 2A | 0 | 6 | 52 | 8 | 37 | 53 | 36 |
| Octal | 353 | 334 | 52 | 0 | 6 | 122 | 10 | 67 | 123 | 66 |
| Binary | 11101011 | 11011100 | 101010 | 0 | 110 | 1010010 | 1000 | 110111 | 1010011 | 110110 |
Color Harmonies of #EBDC2A
Complementary color
Monochromatic Colors of #EBDC2A
Black with #EBDC2A
Text Example
Text Example
White with #EBDC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC2A; }
p { color: rgb(235,220,42); }
H1.HeaderClassName
{
color: #EBDC2A;
}
.AnyTagClassName
{
color: #EBDC2A;
}
</style>
background-color css
<style>
a { background-color: #EBDC2A; }
a { background-color: rgb(235,220,42); }
div.DivClassName
{
background-color: #EBDC2A;
}
.BgClassName
{
background-color: #EBDC2A;
}
</style>
border-color css
<style>
span { border-color: #EBDC2A; }
span { border-color: rgb(235,220,42); }
td.TdClassName
{
border-color: #EBDC2A;
}
.TagClassName
{
border-color: #EBDC2A;
}
</style>