Shades of Golden Fizz #EBF32A
Tints of Golden Fizz #EBF32A
RGB
CMYK
RGB Variations
Color information
#EBF32A (or 0xEBF32A) is known color: Golden Fizz. HEX triplet: EB, F3 and 2A. RGB value is (235,243,42). Sum of RGB (Red+Green+Blue) = 235+243+42=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 42 (16.80% from 255 or 8.08% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF32A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF32A is #140CD5. Grayscale: #DADADA. Windows color (decimal): -1314006 or 2814955. OLE color: 2814955.
HSL color Cylindrical-coordinate representation of color #EBF32A: hue angle of 62.39º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBF32A is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 243 | 42 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.05 |
| HSL | 62.39º | 0.89% | 0.56% | - |
| HSV(B) | 62.39º | 0.83% | 0.95% | - |
| XYZ | 66.73 | 81.93 | 14.49 | - |
| YUV | 217.69 | 28.85 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 243 | 42 | 0.03 | 0 | 0.83 | 0.05 | 62.39 | 0.89 | 0.56 |
| Hex | EB | F3 | 2A | 3 | 0 | 53 | 5 | 3E | 59 | 38 |
| Octal | 353 | 363 | 52 | 3 | 0 | 123 | 5 | 76 | 131 | 70 |
| Binary | 11101011 | 11110011 | 101010 | 11 | 0 | 1010011 | 101 | 111110 | 1011001 | 111000 |
Color Harmonies of #EBF32A
Complementary color
Monochromatic Colors of #EBF32A
Black with #EBF32A
Text Example
Text Example
White with #EBF32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF32A; }
p { color: rgb(235,243,42); }
H1.HeaderClassName
{
color: #EBF32A;
}
.AnyTagClassName
{
color: #EBF32A;
}
</style>
background-color css
<style>
a { background-color: #EBF32A; }
a { background-color: rgb(235,243,42); }
div.DivClassName
{
background-color: #EBF32A;
}
.BgClassName
{
background-color: #EBF32A;
}
</style>
border-color css
<style>
span { border-color: #EBF32A; }
span { border-color: rgb(235,243,42); }
td.TdClassName
{
border-color: #EBF32A;
}
.TagClassName
{
border-color: #EBF32A;
}
</style>