Shades of Golden Fizz #ECEB2D
Tints of Golden Fizz #ECEB2D
RGB
CMYK
RGB Variations
Color information
#ECEB2D (or 0xECEB2D) is known color: Golden Fizz. HEX triplet: EC, EB and 2D. RGB value is (236,235,45). Sum of RGB (Red+Green+Blue) = 236+235+45=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 45 (17.97% from 255 or 8.72% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEB2D is #1314D2. Grayscale: #D6D6D6. Windows color (decimal): -1250515 or 3009516. OLE color: 3009516.
HSL color Cylindrical-coordinate representation of color #ECEB2D: hue angle of 59.69º degrees, saturation: 0.83, 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 #ECEB2D is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 45 | - |
| CMYK | 0 | 0.00 | 0.81 | 0.07 |
| HSL | 59.69º | 0.83% | 0.55% | - |
| HSV(B) | 59.69º | 0.81% | 0.93% | - |
| XYZ | 64.77 | 77.44 | 14.02 | - |
| YUV | 213.64 | 32.83 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 45 | 0 | 0.00 | 0.81 | 0.07 | 59.69 | 0.83 | 0.55 |
| Hex | EC | EB | 2D | 0 | 0 | 51 | 7 | 3C | 53 | 37 |
| Octal | 354 | 353 | 55 | 0 | 0 | 121 | 7 | 74 | 123 | 67 |
| Binary | 11101100 | 11101011 | 101101 | 0 | 0 | 1010001 | 111 | 111100 | 1010011 | 110111 |
Color Harmonies of #ECEB2D
Complementary color
Monochromatic Colors of #ECEB2D
Black with #ECEB2D
Text Example
Text Example
White with #ECEB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB2D; }
p { color: rgb(236,235,45); }
H1.HeaderClassName
{
color: #ECEB2D;
}
.AnyTagClassName
{
color: #ECEB2D;
}
</style>
background-color css
<style>
a { background-color: #ECEB2D; }
a { background-color: rgb(236,235,45); }
div.DivClassName
{
background-color: #ECEB2D;
}
.BgClassName
{
background-color: #ECEB2D;
}
</style>
border-color css
<style>
span { border-color: #ECEB2D; }
span { border-color: rgb(236,235,45); }
td.TdClassName
{
border-color: #ECEB2D;
}
.TagClassName
{
border-color: #ECEB2D;
}
</style>