Shades of Golden Fizz #EBDC28
Tints of Golden Fizz #EBDC28
RGB
CMYK
RGB Variations
Color information
#EBDC28 (or 0xEBDC28) is known color: Golden Fizz. HEX triplet: EB, DC and 28. RGB value is (235,220,40). Sum of RGB (Red+Green+Blue) = 235+220+40=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 40 (16.02% from 255 or 8.08% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC28 is #1423D7. Grayscale: #CCCCCC. Windows color (decimal): -1319896 or 2677995. OLE color: 2677995.
HSL color Cylindrical-coordinate representation of color #EBDC28: hue angle of 55.38º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBDC28 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 40 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.08 |
| HSL | 55.38º | 0.83% | 0.54% | - |
| HSV(B) | 55.38º | 0.83% | 0.92% | - |
| XYZ | 60.24 | 69 | 12.15 | - |
| YUV | 203.97 | 35.47 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 40 | 0 | 0.06 | 0.83 | 0.08 | 55.38 | 0.83 | 0.54 |
| Hex | EB | DC | 28 | 0 | 6 | 53 | 8 | 37 | 53 | 36 |
| Octal | 353 | 334 | 50 | 0 | 6 | 123 | 10 | 67 | 123 | 66 |
| Binary | 11101011 | 11011100 | 101000 | 0 | 110 | 1010011 | 1000 | 110111 | 1010011 | 110110 |
Color Harmonies of #EBDC28
Complementary color
Monochromatic Colors of #EBDC28
Black with #EBDC28
Text Example
Text Example
White with #EBDC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC28; }
p { color: rgb(235,220,40); }
H1.HeaderClassName
{
color: #EBDC28;
}
.AnyTagClassName
{
color: #EBDC28;
}
</style>
background-color css
<style>
a { background-color: #EBDC28; }
a { background-color: rgb(235,220,40); }
div.DivClassName
{
background-color: #EBDC28;
}
.BgClassName
{
background-color: #EBDC28;
}
</style>
border-color css
<style>
span { border-color: #EBDC28; }
span { border-color: rgb(235,220,40); }
td.TdClassName
{
border-color: #EBDC28;
}
.TagClassName
{
border-color: #EBDC28;
}
</style>