Shades of Golden Fizz #ECEB2E
Tints of Golden Fizz #ECEB2E
RGB
CMYK
RGB Variations
Color information
#ECEB2E (or 0xECEB2E) is known color: Golden Fizz. HEX triplet: EC, EB and 2E. RGB value is (236,235,46). Sum of RGB (Red+Green+Blue) = 236+235+46=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 46 (18.36% from 255 or 8.90% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEB2E is #1314D1. Grayscale: #D6D6D6. Windows color (decimal): -1250514 or 3075052. OLE color: 3075052.
HSL color Cylindrical-coordinate representation of color #ECEB2E: hue angle of 59.68º 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 #ECEB2E is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 46 | - |
| CMYK | 0 | 0.00 | 0.81 | 0.07 |
| HSL | 59.68º | 0.83% | 0.55% | - |
| HSV(B) | 59.68º | 0.81% | 0.93% | - |
| XYZ | 64.79 | 77.45 | 14.12 | - |
| YUV | 213.75 | 33.33 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 46 | 0 | 0.00 | 0.81 | 0.07 | 59.68 | 0.83 | 0.55 |
| Hex | EC | EB | 2E | 0 | 0 | 51 | 7 | 3C | 53 | 37 |
| Octal | 354 | 353 | 56 | 0 | 0 | 121 | 7 | 74 | 123 | 67 |
| Binary | 11101100 | 11101011 | 101110 | 0 | 0 | 1010001 | 111 | 111100 | 1010011 | 110111 |
Color Harmonies of #ECEB2E
Complementary color
Monochromatic Colors of #ECEB2E
Black with #ECEB2E
Text Example
Text Example
White with #ECEB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB2E; }
p { color: rgb(236,235,46); }
H1.HeaderClassName
{
color: #ECEB2E;
}
.AnyTagClassName
{
color: #ECEB2E;
}
</style>
background-color css
<style>
a { background-color: #ECEB2E; }
a { background-color: rgb(236,235,46); }
div.DivClassName
{
background-color: #ECEB2E;
}
.BgClassName
{
background-color: #ECEB2E;
}
</style>
border-color css
<style>
span { border-color: #ECEB2E; }
span { border-color: rgb(236,235,46); }
td.TdClassName
{
border-color: #ECEB2E;
}
.TagClassName
{
border-color: #ECEB2E;
}
</style>