Shades of Golden Fizz #EBEF32
Tints of Golden Fizz #EBEF32
RGB
CMYK
RGB Variations
Color information
#EBEF32 (or 0xEBEF32) is known color: Golden Fizz. HEX triplet: EB, EF and 32. RGB value is (235,239,50). Sum of RGB (Red+Green+Blue) = 235+239+50=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 50 (19.92% from 255 or 9.54% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEF32 is #1410CD. Grayscale: #D9D9D9. Windows color (decimal): -1315022 or 3338219. OLE color: 3338219.
HSL color Cylindrical-coordinate representation of color #EBEF32: hue angle of 61.27º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBEF32 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 239 | 50 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.06 |
| HSL | 61.27º | 0.86% | 0.57% | - |
| HSV(B) | 61.27º | 0.79% | 0.94% | - |
| XYZ | 65.7 | 79.63 | 14.92 | - |
| YUV | 216.26 | 34.17 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 239 | 50 | 0.02 | 0 | 0.79 | 0.06 | 61.27 | 0.86 | 0.57 |
| Hex | EB | EF | 32 | 2 | 0 | 4F | 6 | 3D | 56 | 39 |
| Octal | 353 | 357 | 62 | 2 | 0 | 117 | 6 | 75 | 126 | 71 |
| Binary | 11101011 | 11101111 | 110010 | 10 | 0 | 1001111 | 110 | 111101 | 1010110 | 111001 |
Color Harmonies of #EBEF32
Complementary color
Monochromatic Colors of #EBEF32
Black with #EBEF32
Text Example
Text Example
White with #EBEF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEF32; }
p { color: rgb(235,239,50); }
H1.HeaderClassName
{
color: #EBEF32;
}
.AnyTagClassName
{
color: #EBEF32;
}
</style>
background-color css
<style>
a { background-color: #EBEF32; }
a { background-color: rgb(235,239,50); }
div.DivClassName
{
background-color: #EBEF32;
}
.BgClassName
{
background-color: #EBEF32;
}
</style>
border-color css
<style>
span { border-color: #EBEF32; }
span { border-color: rgb(235,239,50); }
td.TdClassName
{
border-color: #EBEF32;
}
.TagClassName
{
border-color: #EBEF32;
}
</style>