Shades of Golden Fizz #EBEA2D
Tints of Golden Fizz #EBEA2D
RGB
CMYK
RGB Variations
Color information
#EBEA2D (or 0xEBEA2D) is known color: Golden Fizz. HEX triplet: EB, EA and 2D. RGB value is (235,234,45). Sum of RGB (Red+Green+Blue) = 235+234+45=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 45 (17.97% from 255 or 8.75% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEA2D is #1415D2. Grayscale: #D5D5D5. Windows color (decimal): -1316307 or 3009259. OLE color: 3009259.
HSL color Cylindrical-coordinate representation of color #EBEA2D: 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.81%. Process color model (Four color, CMYK) of #EBEA2D is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 45 | - |
| CMYK | 0 | 0.00 | 0.81 | 0.08 |
| HSL | 59.68º | 0.83% | 0.55% | - |
| HSV(B) | 59.68º | 0.81% | 0.92% | - |
| XYZ | 64.16 | 76.7 | 13.91 | - |
| YUV | 212.75 | 33.33 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 45 | 0 | 0.00 | 0.81 | 0.08 | 59.68 | 0.83 | 0.55 |
| Hex | EB | EA | 2D | 0 | 0 | 51 | 8 | 3C | 53 | 37 |
| Octal | 353 | 352 | 55 | 0 | 0 | 121 | 10 | 74 | 123 | 67 |
| Binary | 11101011 | 11101010 | 101101 | 0 | 0 | 1010001 | 1000 | 111100 | 1010011 | 110111 |
Color Harmonies of #EBEA2D
Complementary color
Monochromatic Colors of #EBEA2D
Black with #EBEA2D
Text Example
Text Example
White with #EBEA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEA2D; }
p { color: rgb(235,234,45); }
H1.HeaderClassName
{
color: #EBEA2D;
}
.AnyTagClassName
{
color: #EBEA2D;
}
</style>
background-color css
<style>
a { background-color: #EBEA2D; }
a { background-color: rgb(235,234,45); }
div.DivClassName
{
background-color: #EBEA2D;
}
.BgClassName
{
background-color: #EBEA2D;
}
</style>
border-color css
<style>
span { border-color: #EBEA2D; }
span { border-color: rgb(235,234,45); }
td.TdClassName
{
border-color: #EBEA2D;
}
.TagClassName
{
border-color: #EBEA2D;
}
</style>