Shades of Golden Fizz #EBDC30
Tints of Golden Fizz #EBDC30
RGB
CMYK
RGB Variations
Color information
#EBDC30 (or 0xEBDC30) is known color: Golden Fizz. HEX triplet: EB, DC and 30. RGB value is (235,220,48). Sum of RGB (Red+Green+Blue) = 235+220+48=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC30 is #1423CF. Grayscale: #CDCDCD. Windows color (decimal): -1319888 or 3202283. OLE color: 3202283.
HSL color Cylindrical-coordinate representation of color #EBDC30: hue angle of 55.19º 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 #EBDC30 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 48 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.08 |
| HSL | 55.19º | 0.82% | 0.55% | - |
| HSV(B) | 55.19º | 0.8% | 0.92% | - |
| XYZ | 60.39 | 69.06 | 12.94 | - |
| YUV | 204.88 | 39.47 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 48 | 0 | 0.06 | 0.80 | 0.08 | 55.19 | 0.82 | 0.55 |
| Hex | EB | DC | 30 | 0 | 6 | 50 | 8 | 37 | 52 | 37 |
| Octal | 353 | 334 | 60 | 0 | 6 | 120 | 10 | 67 | 122 | 67 |
| Binary | 11101011 | 11011100 | 110000 | 0 | 110 | 1010000 | 1000 | 110111 | 1010010 | 110111 |
Color Harmonies of #EBDC30
Complementary color
Monochromatic Colors of #EBDC30
Black with #EBDC30
Text Example
Text Example
White with #EBDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC30; }
p { color: rgb(235,220,48); }
H1.HeaderClassName
{
color: #EBDC30;
}
.AnyTagClassName
{
color: #EBDC30;
}
</style>
background-color css
<style>
a { background-color: #EBDC30; }
a { background-color: rgb(235,220,48); }
div.DivClassName
{
background-color: #EBDC30;
}
.BgClassName
{
background-color: #EBDC30;
}
</style>
border-color css
<style>
span { border-color: #EBDC30; }
span { border-color: rgb(235,220,48); }
td.TdClassName
{
border-color: #EBDC30;
}
.TagClassName
{
border-color: #EBDC30;
}
</style>