Shades of Golden Fizz #EBED2F
Tints of Golden Fizz #EBED2F
RGB
CMYK
RGB Variations
Color information
#EBED2F (or 0xEBED2F) is known color: Golden Fizz. HEX triplet: EB, ED and 2F. RGB value is (235,237,47). Sum of RGB (Red+Green+Blue) = 235+237+47=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 47 (18.75% from 255 or 9.06% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED2F is #1412D0. Grayscale: #D7D7D7. Windows color (decimal): -1315537 or 3141099. OLE color: 3141099.
HSL color Cylindrical-coordinate representation of color #EBED2F: hue angle of 60.63º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBED2F is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 47 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.07 |
| HSL | 60.63º | 0.84% | 0.56% | - |
| HSV(B) | 60.63º | 0.8% | 0.93% | - |
| XYZ | 65.06 | 78.44 | 14.4 | - |
| YUV | 214.74 | 33.34 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 47 | 0.01 | 0 | 0.80 | 0.07 | 60.63 | 0.84 | 0.56 |
| Hex | EB | ED | 2F | 1 | 0 | 50 | 7 | 3D | 54 | 38 |
| Octal | 353 | 355 | 57 | 1 | 0 | 120 | 7 | 75 | 124 | 70 |
| Binary | 11101011 | 11101101 | 101111 | 1 | 0 | 1010000 | 111 | 111101 | 1010100 | 111000 |
Color Harmonies of #EBED2F
Complementary color
Monochromatic Colors of #EBED2F
Black with #EBED2F
Text Example
Text Example
White with #EBED2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED2F; }
p { color: rgb(235,237,47); }
H1.HeaderClassName
{
color: #EBED2F;
}
.AnyTagClassName
{
color: #EBED2F;
}
</style>
background-color css
<style>
a { background-color: #EBED2F; }
a { background-color: rgb(235,237,47); }
div.DivClassName
{
background-color: #EBED2F;
}
.BgClassName
{
background-color: #EBED2F;
}
</style>
border-color css
<style>
span { border-color: #EBED2F; }
span { border-color: rgb(235,237,47); }
td.TdClassName
{
border-color: #EBED2F;
}
.TagClassName
{
border-color: #EBED2F;
}
</style>