Shades of Golden Fizz #EBE41C
Tints of Golden Fizz #EBE41C
RGB
CMYK
RGB Variations
Color information
#EBE41C (or 0xEBE41C) is known color: Golden Fizz. HEX triplet: EB, E4 and 1C. RGB value is (235,228,28). Sum of RGB (Red+Green+Blue) = 235+228+28=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 28 (11.33% from 255 or 5.70% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE41C is #141BE3. Grayscale: #D0D0D0. Windows color (decimal): -1317860 or 1893611. OLE color: 1893611.
HSL color Cylindrical-coordinate representation of color #EBE41C: hue angle of 57.97º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EBE41C is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 28 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.08 |
| HSL | 57.97º | 0.84% | 0.52% | - |
| HSV(B) | 57.97º | 0.88% | 0.92% | - |
| XYZ | 62.21 | 73.23 | 11.95 | - |
| YUV | 207.29 | 26.82 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 28 | 0 | 0.03 | 0.88 | 0.08 | 57.97 | 0.84 | 0.52 |
| Hex | EB | E4 | 1C | 0 | 3 | 58 | 8 | 3A | 54 | 34 |
| Octal | 353 | 344 | 34 | 0 | 3 | 130 | 10 | 72 | 124 | 64 |
| Binary | 11101011 | 11100100 | 11100 | 0 | 11 | 1011000 | 1000 | 111010 | 1010100 | 110100 |
Color Harmonies of #EBE41C
Complementary color
Monochromatic Colors of #EBE41C
Black with #EBE41C
Text Example
Text Example
White with #EBE41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE41C; }
p { color: rgb(235,228,28); }
H1.HeaderClassName
{
color: #EBE41C;
}
.AnyTagClassName
{
color: #EBE41C;
}
</style>
background-color css
<style>
a { background-color: #EBE41C; }
a { background-color: rgb(235,228,28); }
div.DivClassName
{
background-color: #EBE41C;
}
.BgClassName
{
background-color: #EBE41C;
}
</style>
border-color css
<style>
span { border-color: #EBE41C; }
span { border-color: rgb(235,228,28); }
td.TdClassName
{
border-color: #EBE41C;
}
.TagClassName
{
border-color: #EBE41C;
}
</style>