Shades of Golden Fizz #EBDC32
Tints of Golden Fizz #EBDC32
RGB
CMYK
RGB Variations
Color information
#EBDC32 (or 0xEBDC32) is known color: Golden Fizz. HEX triplet: EB, DC and 32. RGB value is (235,220,50). Sum of RGB (Red+Green+Blue) = 235+220+50=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 50 (19.92% from 255 or 9.90% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC32 is #1423CD. Grayscale: #CDCDCD. Windows color (decimal): -1319886 or 3333355. OLE color: 3333355.
HSL color Cylindrical-coordinate representation of color #EBDC32: hue angle of 55.14º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBDC32 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 50 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.08 |
| HSL | 55.14º | 0.82% | 0.56% | - |
| HSV(B) | 55.14º | 0.79% | 0.92% | - |
| XYZ | 60.43 | 69.08 | 13.17 | - |
| YUV | 205.11 | 40.47 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 50 | 0 | 0.06 | 0.79 | 0.08 | 55.14 | 0.82 | 0.56 |
| Hex | EB | DC | 32 | 0 | 6 | 4F | 8 | 37 | 52 | 38 |
| Octal | 353 | 334 | 62 | 0 | 6 | 117 | 10 | 67 | 122 | 70 |
| Binary | 11101011 | 11011100 | 110010 | 0 | 110 | 1001111 | 1000 | 110111 | 1010010 | 111000 |
Color Harmonies of #EBDC32
Complementary color
Monochromatic Colors of #EBDC32
Black with #EBDC32
Text Example
Text Example
White with #EBDC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC32; }
p { color: rgb(235,220,50); }
H1.HeaderClassName
{
color: #EBDC32;
}
.AnyTagClassName
{
color: #EBDC32;
}
</style>
background-color css
<style>
a { background-color: #EBDC32; }
a { background-color: rgb(235,220,50); }
div.DivClassName
{
background-color: #EBDC32;
}
.BgClassName
{
background-color: #EBDC32;
}
</style>
border-color css
<style>
span { border-color: #EBDC32; }
span { border-color: rgb(235,220,50); }
td.TdClassName
{
border-color: #EBDC32;
}
.TagClassName
{
border-color: #EBDC32;
}
</style>