Shades of Golden Fizz #EBE028
Tints of Golden Fizz #EBE028
RGB
CMYK
RGB Variations
Color information
#EBE028 (or 0xEBE028) is known color: Golden Fizz. HEX triplet: EB, E0 and 28. RGB value is (235,224,40). Sum of RGB (Red+Green+Blue) = 235+224+40=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 40 (16.02% from 255 or 8.02% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE028 is #141FD7. Grayscale: #CFCFCF. Windows color (decimal): -1318872 or 2679019. OLE color: 2679019.
HSL color Cylindrical-coordinate representation of color #EBE028: hue angle of 56.62º 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 #EBE028 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 40 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.08 |
| HSL | 56.62º | 0.83% | 0.54% | - |
| HSV(B) | 56.62º | 0.83% | 0.92% | - |
| XYZ | 61.3 | 71.13 | 12.51 | - |
| YUV | 206.31 | 34.14 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 40 | 0 | 0.05 | 0.83 | 0.08 | 56.62 | 0.83 | 0.54 |
| Hex | EB | E0 | 28 | 0 | 5 | 53 | 8 | 39 | 53 | 36 |
| Octal | 353 | 340 | 50 | 0 | 5 | 123 | 10 | 71 | 123 | 66 |
| Binary | 11101011 | 11100000 | 101000 | 0 | 101 | 1010011 | 1000 | 111001 | 1010011 | 110110 |
Color Harmonies of #EBE028
Complementary color
Monochromatic Colors of #EBE028
Black with #EBE028
Text Example
Text Example
White with #EBE028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE028; }
p { color: rgb(235,224,40); }
H1.HeaderClassName
{
color: #EBE028;
}
.AnyTagClassName
{
color: #EBE028;
}
</style>
background-color css
<style>
a { background-color: #EBE028; }
a { background-color: rgb(235,224,40); }
div.DivClassName
{
background-color: #EBE028;
}
.BgClassName
{
background-color: #EBE028;
}
</style>
border-color css
<style>
span { border-color: #EBE028; }
span { border-color: rgb(235,224,40); }
td.TdClassName
{
border-color: #EBE028;
}
.TagClassName
{
border-color: #EBE028;
}
</style>