Shades of Golden Fizz #EBFF2D
Tints of Golden Fizz #EBFF2D
RGB
CMYK
RGB Variations
Color information
#EBFF2D (or 0xEBFF2D) is known color: Golden Fizz. HEX triplet: EB, FF and 2D. RGB value is (235,255,45). Sum of RGB (Red+Green+Blue) = 235+255+45=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 45 (17.97% from 255 or 8.41% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFF2D is #1400D2. Grayscale: #E1E1E1. Windows color (decimal): -1310931 or 3014635. OLE color: 3014635.
HSL color Cylindrical-coordinate representation of color #EBFF2D: hue angle of 65.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBFF2D is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 45 | - |
| CMYK | 0.08 | 0 | 0.82 | 0 |
| HSL | 65.71º | 1% | 0.59% | - |
| HSV(B) | 65.71º | 0.82% | 1% | - |
| XYZ | 70.49 | 89.37 | 16.02 | - |
| YUV | 225.08 | 26.37 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 45 | 0.08 | 0 | 0.82 | 0 | 65.71 | 1 | 0.59 |
| Hex | EB | FF | 2D | 8 | 0 | 52 | 0 | 42 | 64 | 3B |
| Octal | 353 | 377 | 55 | 10 | 0 | 122 | 0 | 102 | 144 | 73 |
| Binary | 11101011 | 11111111 | 101101 | 1000 | 0 | 1010010 | 0 | 1000010 | 1100100 | 111011 |
Color Harmonies of #EBFF2D
Complementary color
Monochromatic Colors of #EBFF2D
Black with #EBFF2D
Text Example
Text Example
White with #EBFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF2D; }
p { color: rgb(235,255,45); }
H1.HeaderClassName
{
color: #EBFF2D;
}
.AnyTagClassName
{
color: #EBFF2D;
}
</style>
background-color css
<style>
a { background-color: #EBFF2D; }
a { background-color: rgb(235,255,45); }
div.DivClassName
{
background-color: #EBFF2D;
}
.BgClassName
{
background-color: #EBFF2D;
}
</style>
border-color css
<style>
span { border-color: #EBFF2D; }
span { border-color: rgb(235,255,45); }
td.TdClassName
{
border-color: #EBFF2D;
}
.TagClassName
{
border-color: #EBFF2D;
}
</style>