Shades of Golden Fizz #EBE32B
Tints of Golden Fizz #EBE32B
RGB
CMYK
RGB Variations
Color information
#EBE32B (or 0xEBE32B) is known color: Golden Fizz. HEX triplet: EB, E3 and 2B. RGB value is (235,227,43). Sum of RGB (Red+Green+Blue) = 235+227+43=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 43 (17.19% from 255 or 8.51% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE32B is #141CD4. Grayscale: #D1D1D1. Windows color (decimal): -1318101 or 2876395. OLE color: 2876395.
HSL color Cylindrical-coordinate representation of color #EBE32B: hue angle of 57.5º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBE32B is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 43 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.08 |
| HSL | 57.5º | 0.83% | 0.55% | - |
| HSV(B) | 57.5º | 0.82% | 0.92% | - |
| XYZ | 62.17 | 72.77 | 13.06 | - |
| YUV | 208.42 | 34.65 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 43 | 0 | 0.03 | 0.82 | 0.08 | 57.5 | 0.83 | 0.55 |
| Hex | EB | E3 | 2B | 0 | 3 | 52 | 8 | 3A | 53 | 37 |
| Octal | 353 | 343 | 53 | 0 | 3 | 122 | 10 | 72 | 123 | 67 |
| Binary | 11101011 | 11100011 | 101011 | 0 | 11 | 1010010 | 1000 | 111010 | 1010011 | 110111 |
Color Harmonies of #EBE32B
Complementary color
Monochromatic Colors of #EBE32B
Black with #EBE32B
Text Example
Text Example
White with #EBE32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE32B; }
p { color: rgb(235,227,43); }
H1.HeaderClassName
{
color: #EBE32B;
}
.AnyTagClassName
{
color: #EBE32B;
}
</style>
background-color css
<style>
a { background-color: #EBE32B; }
a { background-color: rgb(235,227,43); }
div.DivClassName
{
background-color: #EBE32B;
}
.BgClassName
{
background-color: #EBE32B;
}
</style>
border-color css
<style>
span { border-color: #EBE32B; }
span { border-color: rgb(235,227,43); }
td.TdClassName
{
border-color: #EBE32B;
}
.TagClassName
{
border-color: #EBE32B;
}
</style>