Shades of Golden Fizz #EBE42D
Tints of Golden Fizz #EBE42D
RGB
CMYK
RGB Variations
Color information
#EBE42D (or 0xEBE42D) is known color: Golden Fizz. HEX triplet: EB, E4 and 2D. RGB value is (235,228,45). Sum of RGB (Red+Green+Blue) = 235+228+45=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 45 (17.97% from 255 or 8.86% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE42D is #141BD2. Grayscale: #D1D1D1. Windows color (decimal): -1317843 or 3007723. OLE color: 3007723.
HSL color Cylindrical-coordinate representation of color #EBE42D: hue angle of 57.79º 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 #EBE42D is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 45 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.08 |
| HSL | 57.79º | 0.83% | 0.55% | - |
| HSV(B) | 57.79º | 0.81% | 0.92% | - |
| XYZ | 62.48 | 73.34 | 13.35 | - |
| YUV | 209.23 | 35.32 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 45 | 0 | 0.03 | 0.81 | 0.08 | 57.79 | 0.83 | 0.55 |
| Hex | EB | E4 | 2D | 0 | 3 | 51 | 8 | 3A | 53 | 37 |
| Octal | 353 | 344 | 55 | 0 | 3 | 121 | 10 | 72 | 123 | 67 |
| Binary | 11101011 | 11100100 | 101101 | 0 | 11 | 1010001 | 1000 | 111010 | 1010011 | 110111 |
Color Harmonies of #EBE42D
Complementary color
Monochromatic Colors of #EBE42D
Black with #EBE42D
Text Example
Text Example
White with #EBE42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE42D; }
p { color: rgb(235,228,45); }
H1.HeaderClassName
{
color: #EBE42D;
}
.AnyTagClassName
{
color: #EBE42D;
}
</style>
background-color css
<style>
a { background-color: #EBE42D; }
a { background-color: rgb(235,228,45); }
div.DivClassName
{
background-color: #EBE42D;
}
.BgClassName
{
background-color: #EBE42D;
}
</style>
border-color css
<style>
span { border-color: #EBE42D; }
span { border-color: rgb(235,228,45); }
td.TdClassName
{
border-color: #EBE42D;
}
.TagClassName
{
border-color: #EBE42D;
}
</style>