Shades of Golden Fizz #EBEE2D
Tints of Golden Fizz #EBEE2D
RGB
CMYK
RGB Variations
Color information
#EBEE2D (or 0xEBEE2D) is known color: Golden Fizz. HEX triplet: EB, EE and 2D. RGB value is (235,238,45). Sum of RGB (Red+Green+Blue) = 235+238+45=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 45 (17.97% from 255 or 8.69% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEE2D is #1411D2. Grayscale: #D7D7D7. Windows color (decimal): -1315283 or 3010283. OLE color: 3010283.
HSL color Cylindrical-coordinate representation of color #EBEE2D: hue angle of 60.93º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBEE2D is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 45 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.07 |
| HSL | 60.93º | 0.85% | 0.55% | - |
| HSV(B) | 60.93º | 0.81% | 0.93% | - |
| XYZ | 65.31 | 79 | 14.29 | - |
| YUV | 215.1 | 32.01 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 45 | 0.01 | 0 | 0.81 | 0.07 | 60.93 | 0.85 | 0.55 |
| Hex | EB | EE | 2D | 1 | 0 | 51 | 7 | 3D | 55 | 37 |
| Octal | 353 | 356 | 55 | 1 | 0 | 121 | 7 | 75 | 125 | 67 |
| Binary | 11101011 | 11101110 | 101101 | 1 | 0 | 1010001 | 111 | 111101 | 1010101 | 110111 |
Color Harmonies of #EBEE2D
Complementary color
Monochromatic Colors of #EBEE2D
Black with #EBEE2D
Text Example
Text Example
White with #EBEE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEE2D; }
p { color: rgb(235,238,45); }
H1.HeaderClassName
{
color: #EBEE2D;
}
.AnyTagClassName
{
color: #EBEE2D;
}
</style>
background-color css
<style>
a { background-color: #EBEE2D; }
a { background-color: rgb(235,238,45); }
div.DivClassName
{
background-color: #EBEE2D;
}
.BgClassName
{
background-color: #EBEE2D;
}
</style>
border-color css
<style>
span { border-color: #EBEE2D; }
span { border-color: rgb(235,238,45); }
td.TdClassName
{
border-color: #EBEE2D;
}
.TagClassName
{
border-color: #EBEE2D;
}
</style>