Shades of Golden Fizz #EBED23
Tints of Golden Fizz #EBED23
RGB
CMYK
RGB Variations
Color information
#EBED23 (or 0xEBED23) is known color: Golden Fizz. HEX triplet: EB, ED and 23. RGB value is (235,237,35). Sum of RGB (Red+Green+Blue) = 235+237+35=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 35 (14.06% from 255 or 6.90% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED23 is #1412DC. Grayscale: #D6D6D6. Windows color (decimal): -1315549 or 2354667. OLE color: 2354667.
HSL color Cylindrical-coordinate representation of color #EBED23: hue angle of 60.59º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EBED23 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 35 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.07 |
| HSL | 60.59º | 0.85% | 0.53% | - |
| HSV(B) | 60.59º | 0.85% | 0.93% | - |
| XYZ | 64.85 | 78.35 | 13.3 | - |
| YUV | 213.37 | 27.34 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 35 | 0.01 | 0 | 0.85 | 0.07 | 60.59 | 0.85 | 0.53 |
| Hex | EB | ED | 23 | 1 | 0 | 55 | 7 | 3D | 55 | 35 |
| Octal | 353 | 355 | 43 | 1 | 0 | 125 | 7 | 75 | 125 | 65 |
| Binary | 11101011 | 11101101 | 100011 | 1 | 0 | 1010101 | 111 | 111101 | 1010101 | 110101 |
Color Harmonies of #EBED23
Complementary color
Monochromatic Colors of #EBED23
Black with #EBED23
Text Example
Text Example
White with #EBED23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED23; }
p { color: rgb(235,237,35); }
H1.HeaderClassName
{
color: #EBED23;
}
.AnyTagClassName
{
color: #EBED23;
}
</style>
background-color css
<style>
a { background-color: #EBED23; }
a { background-color: rgb(235,237,35); }
div.DivClassName
{
background-color: #EBED23;
}
.BgClassName
{
background-color: #EBED23;
}
</style>
border-color css
<style>
span { border-color: #EBED23; }
span { border-color: rgb(235,237,35); }
td.TdClassName
{
border-color: #EBED23;
}
.TagClassName
{
border-color: #EBED23;
}
</style>