Shades of Golden Fizz #EBDC34
Tints of Golden Fizz #EBDC34
RGB
CMYK
RGB Variations
Color information
#EBDC34 (or 0xEBDC34) is known color: Golden Fizz. HEX triplet: EB, DC and 34. RGB value is (235,220,52). Sum of RGB (Red+Green+Blue) = 235+220+52=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 52 (20.70% from 255 or 10.26% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC34 is #1423CB. Grayscale: #CECECE. Windows color (decimal): -1319884 or 3464427. OLE color: 3464427.
HSL color Cylindrical-coordinate representation of color #EBDC34: hue angle of 55.08º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EBDC34 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 52 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.08 |
| HSL | 55.08º | 0.82% | 0.56% | - |
| HSV(B) | 55.08º | 0.78% | 0.92% | - |
| XYZ | 60.47 | 69.1 | 13.4 | - |
| YUV | 205.33 | 41.47 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 52 | 0 | 0.06 | 0.78 | 0.08 | 55.08 | 0.82 | 0.56 |
| Hex | EB | DC | 34 | 0 | 6 | 4E | 8 | 37 | 52 | 38 |
| Octal | 353 | 334 | 64 | 0 | 6 | 116 | 10 | 67 | 122 | 70 |
| Binary | 11101011 | 11011100 | 110100 | 0 | 110 | 1001110 | 1000 | 110111 | 1010010 | 111000 |
Color Harmonies of #EBDC34
Complementary color
Monochromatic Colors of #EBDC34
Black with #EBDC34
Text Example
Text Example
White with #EBDC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC34; }
p { color: rgb(235,220,52); }
H1.HeaderClassName
{
color: #EBDC34;
}
.AnyTagClassName
{
color: #EBDC34;
}
</style>
background-color css
<style>
a { background-color: #EBDC34; }
a { background-color: rgb(235,220,52); }
div.DivClassName
{
background-color: #EBDC34;
}
.BgClassName
{
background-color: #EBDC34;
}
</style>
border-color css
<style>
span { border-color: #EBDC34; }
span { border-color: rgb(235,220,52); }
td.TdClassName
{
border-color: #EBDC34;
}
.TagClassName
{
border-color: #EBDC34;
}
</style>