Shades of Golden Fizz #EBEA2E
Tints of Golden Fizz #EBEA2E
RGB
CMYK
RGB Variations
Color information
#EBEA2E (or 0xEBEA2E) is known color: Golden Fizz. HEX triplet: EB, EA and 2E. RGB value is (235,234,46). Sum of RGB (Red+Green+Blue) = 235+234+46=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 46 (18.36% from 255 or 8.93% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEA2E is #1415D1. Grayscale: #D5D5D5. Windows color (decimal): -1316306 or 3074795. OLE color: 3074795.
HSL color Cylindrical-coordinate representation of color #EBEA2E: hue angle of 59.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBEA2E is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 46 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.08 |
| HSL | 59.68º | 0.83% | 0.55% | - |
| HSV(B) | 59.68º | 0.8% | 0.92% | - |
| XYZ | 64.18 | 76.71 | 14.01 | - |
| YUV | 212.87 | 33.83 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 46 | 0 | 0.00 | 0.80 | 0.08 | 59.68 | 0.83 | 0.55 |
| Hex | EB | EA | 2E | 0 | 0 | 50 | 8 | 3C | 53 | 37 |
| Octal | 353 | 352 | 56 | 0 | 0 | 120 | 10 | 74 | 123 | 67 |
| Binary | 11101011 | 11101010 | 101110 | 0 | 0 | 1010000 | 1000 | 111100 | 1010011 | 110111 |
Color Harmonies of #EBEA2E
Complementary color
Monochromatic Colors of #EBEA2E
Black with #EBEA2E
Text Example
Text Example
White with #EBEA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEA2E; }
p { color: rgb(235,234,46); }
H1.HeaderClassName
{
color: #EBEA2E;
}
.AnyTagClassName
{
color: #EBEA2E;
}
</style>
background-color css
<style>
a { background-color: #EBEA2E; }
a { background-color: rgb(235,234,46); }
div.DivClassName
{
background-color: #EBEA2E;
}
.BgClassName
{
background-color: #EBEA2E;
}
</style>
border-color css
<style>
span { border-color: #EBEA2E; }
span { border-color: rgb(235,234,46); }
td.TdClassName
{
border-color: #EBEA2E;
}
.TagClassName
{
border-color: #EBEA2E;
}
</style>